{"id":54497,"library":"jaxws-api","title":"JAX-WS API","description":"JAX-WS (JSR 224) API provides the standard Java API for XML-based web services.","status":"active","version":"2.3.1","language":"java","source_language":null,"source_url":"https://github.com/javaee/jax-ws-spec","tags":["jax-ws","soap","web-services","api"],"install":[{"cmd":"<dependency>\n  <groupId>javax.xml.ws</groupId>\n  <artifactId>jaxws-api</artifactId>\n  <version>2.3.1</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'javax.xml.ws:jaxws-api:2.3.1'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"Service","correct":"javax.xml.ws.Service"}],"quickstart":{"code":"import javax.xml.ws.Service;\nimport javax.xml.namespace.QName;\nimport java.net.URL;\n\npublic class Quickstart {\n    public static void main(String[] args) throws Exception {\n        URL wsdlURL = new URL(\"http://example.com/service?wsdl\");\n        QName serviceName = new QName(\"http://example.com/\", \"MyService\");\n        Service service = Service.create(wsdlURL, serviceName);\n        System.out.println(\"Service created: \" + service);\n    }\n}","lang":"java","description":"Creates a JAX-WS Service instance from a WSDL URL."},"warnings":[],"env_vars":null,"search_vec":"'224':9 'api':4,10,15,29 'base':19 'java':14 'jax':2,6,23 'jax-w':1,5,22 'jsr':8 'provid':11 'servic':21,28 'soap':25 'standard':13 'web':20,27 'web-servic':26 'ws':3,7,24 'xml':18 'xml-base':17","created_at":"2026-06-15T09:09:24.164501+00:00","updated_at":"2026-06-15T09:09:24.164501+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/javaee/jax-ws-spec","github":"https://github.com/javaee/jax-ws-spec","docs":"https://appdoc.app/artifact/javax.xml.ws/jaxws-api/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["networking"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}