{"id":20697119,"url":"https://github.com/tsnsoft/tsn_java_soap","last_synced_at":"2025-03-11T02:49:33.715Z","repository":{"id":119310644,"uuid":"168361492","full_name":"tsnsoft/TSN_JAVA_SOAP","owner":"tsnsoft","description":"Пример использования технологии SOAP на Java","archived":false,"fork":false,"pushed_at":"2020-03-25T17:07:52.000Z","size":45517,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-17T18:31:27.947Z","etag":null,"topics":["example","java","netbeans","soap"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tsnsoft.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-01-30T15:01:11.000Z","updated_at":"2021-01-13T04:21:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"197dc63c-16e6-4c03-8119-0a2c14d71beb","html_url":"https://github.com/tsnsoft/TSN_JAVA_SOAP","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsnsoft%2FTSN_JAVA_SOAP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsnsoft%2FTSN_JAVA_SOAP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsnsoft%2FTSN_JAVA_SOAP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsnsoft%2FTSN_JAVA_SOAP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tsnsoft","download_url":"https://codeload.github.com/tsnsoft/TSN_JAVA_SOAP/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242961751,"owners_count":20213315,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["example","java","netbeans","soap"],"created_at":"2024-11-17T00:16:47.528Z","updated_at":"2025-03-11T02:49:33.685Z","avatar_url":"https://github.com/tsnsoft.png","language":"Java","readme":"# TSN_JAVA_SOAP\nПример использования клиент-серверной технологии SOAP на Java\n\n\nhttp://localhost:8194/mysoap/test?wsdl\n```\nThis XML file does not appear to have any style information associated with it. The document tree is shown below.\n\u003cwsdl:definitions xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\" xmlns:tns=\"http://soap.java.tsn/\" xmlns:soap=\"http://schemas.xmlsoap.org/wsdl/soap/\" xmlns:ns1=\"http://schemas.xmlsoap.org/soap/http\" name=\"CommunicationWithClientService\" targetNamespace=\"http://soap.java.tsn/\"\u003e\n\u003cwsdl:types\u003e\n\u003cxs:schema xmlns:xs=\"http://www.w3.org/2001/XMLSchema\" xmlns:tns=\"http://soap.java.tsn/\" elementFormDefault=\"unqualified\" targetNamespace=\"http://soap.java.tsn/\" version=\"1.0\"\u003e\n\u003cxs:element name=\"quadraticEquation\" type=\"tns:quadraticEquation\"/\u003e\n\u003cxs:element name=\"quadraticEquationResponse\" type=\"tns:quadraticEquationResponse\"/\u003e\n\u003cxs:complexType name=\"quadraticEquation\"\u003e\n\u003cxs:sequence\u003e\n\u003cxs:element name=\"arg0\" type=\"xs:double\"/\u003e\n\u003cxs:element name=\"arg1\" type=\"xs:double\"/\u003e\n\u003cxs:element name=\"arg2\" type=\"xs:double\"/\u003e\n\u003c/xs:sequence\u003e\n\u003c/xs:complexType\u003e\n\u003cxs:complexType name=\"quadraticEquationResponse\"\u003e\n\u003cxs:sequence\u003e\n\u003cxs:element minOccurs=\"0\" name=\"return\" type=\"tns:answerQE\"/\u003e\n\u003c/xs:sequence\u003e\n\u003c/xs:complexType\u003e\n\u003cxs:complexType name=\"answerQE\"\u003e\n\u003cxs:sequence\u003e\n\u003cxs:element name=\"x1\" type=\"xs:double\"/\u003e\n\u003cxs:element name=\"x2\" type=\"xs:double\"/\u003e\n\u003c/xs:sequence\u003e\n\u003c/xs:complexType\u003e\n\u003c/xs:schema\u003e\n\u003c/wsdl:types\u003e\n\u003cwsdl:message name=\"quadraticEquationResponse\"\u003e\n\u003cwsdl:part element=\"tns:quadraticEquationResponse\" name=\"parameters\"\u003e \u003c/wsdl:part\u003e\n\u003c/wsdl:message\u003e\n\u003cwsdl:message name=\"quadraticEquation\"\u003e\n\u003cwsdl:part element=\"tns:quadraticEquation\" name=\"parameters\"\u003e \u003c/wsdl:part\u003e\n\u003c/wsdl:message\u003e\n\u003cwsdl:portType name=\"ICommunicationWithClient\"\u003e\n\u003cwsdl:operation name=\"quadraticEquation\"\u003e\n\u003cwsdl:input message=\"tns:quadraticEquation\" name=\"quadraticEquation\"\u003e \u003c/wsdl:input\u003e\n\u003cwsdl:output message=\"tns:quadraticEquationResponse\" name=\"quadraticEquationResponse\"\u003e \u003c/wsdl:output\u003e\n\u003c/wsdl:operation\u003e\n\u003c/wsdl:portType\u003e\n\u003cwsdl:binding name=\"CommunicationWithClientServiceSoapBinding\" type=\"tns:ICommunicationWithClient\"\u003e\n\u003csoap:binding style=\"document\" transport=\"http://schemas.xmlsoap.org/soap/http\"/\u003e\n\u003cwsdl:operation name=\"quadraticEquation\"\u003e\n\u003csoap:operation soapAction=\"\" style=\"document\"/\u003e\n\u003cwsdl:input name=\"quadraticEquation\"\u003e\n\u003csoap:body use=\"literal\"/\u003e\n\u003c/wsdl:input\u003e\n\u003cwsdl:output name=\"quadraticEquationResponse\"\u003e\n\u003csoap:body use=\"literal\"/\u003e\n\u003c/wsdl:output\u003e\n\u003c/wsdl:operation\u003e\n\u003c/wsdl:binding\u003e\n\u003cwsdl:service name=\"CommunicationWithClientService\"\u003e\n\u003cwsdl:port binding=\"tns:CommunicationWithClientServiceSoapBinding\" name=\"CommunicationWithClientPort\"\u003e\n\u003csoap:address location=\"http://localhost:8194/mysoap/test\"/\u003e\n\u003c/wsdl:port\u003e\n\u003c/wsdl:service\u003e\n\u003c/wsdl:definitions\u003e\n```\n\n[Почитать по теме](https://examples.javacodegeeks.com/enterprise-java/jws/jax-ws-endpoint-example)\n\n[Почитать по теме](http://javastudy.ru/web-services/soap-java-hello-world-example)\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftsnsoft%2Ftsn_java_soap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftsnsoft%2Ftsn_java_soap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftsnsoft%2Ftsn_java_soap/lists"}