{"id":77025,"library":"geronimo-axis","title":"Geronimo Axis Integration","description":"Provides integration of Apache Axis with the Apache Geronimo application server for SOAP web services.","status":"active","version":"1.0","language":"java","source_language":null,"source_url":"http://svn.apache.org/viewcvs.cgi/geronimo/trunk/?root=Apache-SVN","tags":["geronimo","axis","soap","web-services","integration"],"install":[{"cmd":"<dependency>\n  <groupId>geronimo</groupId>\n  <artifactId>geronimo-axis</artifactId>\n  <version>1.0</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'geronimo:geronimo-axis:1.0'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"Call","correct":"org.apache.axis.client.Call"}],"quickstart":{"code":"import org.apache.axis.client.Call;\nimport org.apache.axis.client.Service;\nimport javax.xml.namespace.QName;\n\npublic class Example {\n    public static void main(String[] args) throws Exception {\n        Service service = new Service();\n        Call call = (Call) service.createCall();\n        call.setTargetEndpointAddress(\"http://example.com/service\");\n        call.setOperationName(new QName(\"http://example.com\", \"myOperation\"));\n        Object result = call.invoke(new Object[]{\"param1\"});\n        System.out.println(result);\n    }\n}","lang":"java","description":"Minimal usage of Axis Call to invoke a SOAP web service."},"warnings":[{"fix":"Consider using a modern SOAP library like Apache CXF or JAX-WS RI.","message":"This library is very old (version 1.0) and may have security vulnerabilities or compatibility issues.","severity":"breaking","affected_versions":"<=1.0"}],"env_vars":null,"search_vec":"'apach':7,11 'applic':13 'axi':2,8,20 'geronimo':1,12,19 'integr':3,5,25 'provid':4 'server':14 'servic':18,24 'soap':16,21 'web':17,23 'web-servic':22","created_at":"2026-06-17T19:43:33.028657+00:00","updated_at":"2026-06-17T19:43:33.028657+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://geronimo.apache.org/modules/axis/","github":null,"docs":"https://appdoc.app/artifact/geronimo/geronimo-axis/","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}}