Skip to main content
0 votes
0 answers
29 views

I have an existing AXIS 1 WSDL. Defining in WSDL is not working with AXIS 2 when try to generate service classes using wsdl2java. Used below code to define the element. <xs:element name="name&...
AXISDev's user avatar
0 votes
1 answer
100 views

The Problem When I try to start Apache Axis2 standalone server on Windows, the console stops printing at "Using AXIS2_HOME path\to\axis2" and the server does not start: C:\Users\me>%...
Natthan Lee's user avatar
0 votes
0 answers
34 views

Due to some unavoidable reasons, I have both JAXWS-2.3.1 and ApacheAxis2-1.6 in my dependencies. I have written code using JAXWS to call SOAP API. I’m encountering an issue when trying to call a SOAP ...
ask's user avatar
  • 151
0 votes
0 answers
59 views

I have inherited a project that uses the FedEx REST API for tracking and shipping. I've been asked to remove dependencies on org.apache.axis (the original, not axis2) from our project because it has ...
echawkes's user avatar
  • 485
0 votes
1 answer
156 views

We are migrating from Axis-2 to CXF and trying to have similar responses. Axis-2 response for soap request <?xml version="1.0" ?> <soapenv:Envelope xmlns:soapenv="http://...
Mathew Stephen's user avatar
-1 votes
1 answer
105 views

I need to create a client for some legacy soap services. I use java and preferably I would create a project with with proper rest endpoints that proxy request/response to this archaic sopa service. I ...
George's user avatar
  • 1,323
0 votes
0 answers
373 views

I want to create a SOAP Web Service. I am using JDK 17, Axis2 1.8.2, Tomcat 10.1, Eclips (2024-03). I want to implement some endpoints to call with SOAP UI or other client. Issues: After creating the ...
MD HABIBULLA's user avatar
0 votes
1 answer
155 views

I am using AxisHTTPSessionListener in my web.xml as listener like below. <listener> <listener-class>org.apache.axis.transport.http.AxisHTTPSessionListener</listener-class> </...
Remo's user avatar
  • 612
0 votes
0 answers
280 views

I've downloaded the Apache Axis2 1.8.2 Eclipse plugins from https://axis.apache.org/axis2/java/core/download.html: axis2.eclipse.codegen.plugin-1.8.2-dist.zip axis2.eclipse.service.plugin-1.8.2-dist....
Iker Morales Romero's user avatar
-1 votes
2 answers
118 views

I have a java class XMLHelper.java that has a method called parseFromString. This method receives a string xml soap request, parses it and converts it into a Document. This method convert the hex ...
C. M.'s user avatar
  • 7
0 votes
0 answers
248 views

I have a WSDL file from a SOAP Web service provided by another company to us. Based on that WSDL in our project we have generated a Client Stub by using Eclipse and Axis2 v1.7.9. Because of some ...
Cristina's user avatar
2 votes
0 answers
3k views

I get the following error while using Axis 2 with Java 17. Previously, I was using Java 8. It was all good. During this migration (from Java 8 to Java 17) I getg this error. Can any one help me here ...
amateur geek's user avatar
1 vote
1 answer
1k views

I got this error when trying to create a web service client in Eclipse. Already tried adding axis.jar into the build path but it won't fix. Does anyone know what happened or where /lib/axis.jar refers ...
aldien's user avatar
  • 31
0 votes
0 answers
20 views

This is the code I wrote,I am sure there is no problem with the address and request parameters set here. The request parameters are of XML type String result = ""; try { ...
Think_programmer's user avatar
0 votes
0 answers
97 views

I use Axis1.4, the Java language, to call the interface of the other party's system. After sending the request according to the normal steps, I always hold a timeout, and I even set the timeout time. ...
Think_programmer's user avatar

15 30 50 per page
1
2 3 4 5
159