{"id":64849,"library":"jboss-jaxws-api-2-2-spec","title":"JBoss JAX-WS API 2.2 Spec","description":"JSR-000224: Java(TM) API for XML-Based Web Services 2.2 specification API.","status":"active","version":"2.0.5.Final","language":"java","source_language":null,"source_url":"https://github.com/jboss/jboss-jaxws-api_spec","tags":["jax-ws","soap","webservice","specification"],"install":[{"cmd":"<dependency>\n  <groupId>org.jboss.spec.javax.xml.ws</groupId>\n  <artifactId>jboss-jaxws-api_2.2_spec</artifactId>\n  <version>2.0.5.Final</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'org.jboss.spec.javax.xml.ws:jboss-jaxws-api_2.2_spec:2.0.5.Final'","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 Client {\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 client from a WSDL URL."},"warnings":[{"fix":"Use jakarta.xml.ws for Jakarta EE 9+ or ensure compatibility.","message":"This is the old javax.xml.ws API; Jakarta EE 9+ uses jakarta.xml.ws.","severity":"breaking","affected_versions":">=2.0.0"}],"env_vars":null,"search_vec":"'-000224':9 '2.2':6,19 'api':5,12,21 'base':16 'java':10 'jax':3,23 'jax-w':2,22 'jboss':1 'jsr':8 'servic':18 'soap':25 'spec':7 'specif':20,27 'tm':11 'web':17 'webservic':26 'ws':4,24 'xml':15 'xml-base':14","created_at":"2026-06-17T17:01:12.137455+00:00","updated_at":"2026-06-17T17:01:12.137455+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":"http://www.jboss.org","github":"https://github.com/jboss/jboss-jaxws-api_spec","docs":"https://appdoc.app/artifact/org.jboss.spec.javax.xml.ws/jboss-jaxws-api_2.2_spec/","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-17","next_check":"2026-12-14","install_tag":null}}