{"id":20697114,"url":"https://github.com/tsnsoft/tsn_java_soap_linux_2020","last_synced_at":"2025-04-14T01:03:41.059Z","repository":{"id":119295907,"uuid":"307084302","full_name":"tsnsoft/TSN_JAVA_SOAP_linux_2020","owner":"tsnsoft","description":"Пример использования клиент-серверной технологии SOAP на Java","archived":false,"fork":false,"pushed_at":"2025-02-04T12:19:42.000Z","size":50138,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-14T01:03:03.548Z","etag":null,"topics":["apache","java","linux","netbeans","openjdk"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","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":"2020-10-25T11:31:12.000Z","updated_at":"2025-02-04T12:19:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"bc048ab6-296e-4f8d-a759-645c44195e9e","html_url":"https://github.com/tsnsoft/TSN_JAVA_SOAP_linux_2020","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_linux_2020","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsnsoft%2FTSN_JAVA_SOAP_linux_2020/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsnsoft%2FTSN_JAVA_SOAP_linux_2020/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsnsoft%2FTSN_JAVA_SOAP_linux_2020/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tsnsoft","download_url":"https://codeload.github.com/tsnsoft/TSN_JAVA_SOAP_linux_2020/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248804803,"owners_count":21164134,"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":["apache","java","linux","netbeans","openjdk"],"created_at":"2024-11-17T00:16:43.212Z","updated_at":"2025-04-14T01:03:41.026Z","avatar_url":"https://github.com/tsnsoft.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TSN_JAVA_SOAP\nПример использования клиент-серверной технологии SOAP на Java\n\n[Apache NetBeans 12 + OpenJDK 11 (linux)]\n\nhttp://localhost:8194/mysoap/test?wsdl\n```\n\u003cwsdl:definitions name=\"CommunicationWithClientService\" targetNamespace=\"http://soap.java.tsn/\"\u003e\n\u003cwsdl:types\u003e\n\u003cxs:schema 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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftsnsoft%2Ftsn_java_soap_linux_2020","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftsnsoft%2Ftsn_java_soap_linux_2020","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftsnsoft%2Ftsn_java_soap_linux_2020/lists"}