Tagged Questions
3
votes
0answers
128 views
How to make axis/axis2 to generate toString method for generated classes?
Is it possible to make axis/axis2 to generate toString method for classes generated by wsdl2java? They can be created manually using IDE such as Eclipse, but they will need to be regenerated each time ...
2
votes
0answers
548 views
Trouble generating CXF client code (wsdl2java) with Axis2 service
So I have a vendor app that created all of their services with Axis2. For whatever reason, if I generate the client code using Axis2's WSDL2Java, it works just dandy, but whenever I use CXF to ...
1
vote
0answers
22 views
Usage of Jibx2WSDL to generate wsdl from java
I'm using jibx2wsdl plugin to convert wsdl from java.
But for java collection list, i am getting same name for all the lists.
Everytime i generate jibx i manually rename the lists.
Is there a ...
1
vote
0answers
231 views
Soap request elements not populated in SOAPUI
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<soap:Header/>
<soap:Body>
...
1
vote
0answers
148 views
Axis2 wsdl2java generated data binding classes
I am using axis2 wsdl2java script to generate client side stubs with the data binding classes being generated separately using the -u option. The generated data binding classes are using the ADB data ...
1
vote
0answers
211 views
Use WSDL2Java generated code in Android project
I am starting a new Android project that will consume a service available as WSDL and REST endpoints.
It has been recommended that I use WSDL2Java to generate stubs and use this in my Android app ...
1
vote
0answers
244 views
Axis2 wsdl2java - parse error
I'm trying to generate java classes from wsdl file. Originally this file was used with Axis 1.1 with no problems. Then Axis1 was replaced with Axis2 and now generation isn't working with the following ...
1
vote
0answers
366 views
Problems referencing WSDL2Java generated classes
I'm having a problem referencing and using the classes generated by WSDL2Java (for reference this is a follow on question from here: Java out of memory errors on large WSDLs (play framework)). ...
1
vote
0answers
863 views
Old Version of Commons-HttpClient gives IOException in the Axis2 Web Service Client
I am using a wsdl2java generated web service client for the axis2 web service (axis2 version is 1.6.1). So for http connection the old version of commons-httpclient 3.1 is used. While doing some load ...
1
vote
0answers
896 views
NullPointerException in SchemaParsingConfig.setFeature() running Axis2 WSDL2Java
In the process of my daily work, I am trying to use the WSDL and XSD from this article:
http://www.ibm.com/developerworks/webservices/library/ws-restwsdl/
as a template from which to generate some ...
0
votes
0answers
43 views
axis2 wsdl2java with castor databinding
I am upgrading an axis 1.4 web service which was implemented using castor databinding to axis 2.0 web service. The download the latest axis. It has an example for castor databinding in ...
0
votes
0answers
44 views
Accessing service layer From Axis2 Web Service
I have an axis2 web service deployed as an AAR file in tomcat axis2. In the initially phases of the project we created a dummy (with limited test data) web service server and client code using axis ...
0
votes
0answers
104 views
Java Axis2 1.5.5 Transport NullPointerException
I have a working Axis2 web service and a wsdl2java generated client.
When debugging the service gets called, the service returnes the correct data, but then the following error occurs (with full ...
0
votes
0answers
126 views
WSDL2java -d jibx -Ebindingfile refuses to find mapping
I figure there's a 90% chance I'm blind and that this will turn out to be something silly, but can anyone identify what I've done wrong here? I ran
$AXIS2_HOME/bin/wsdl2java.sh -uri ...
0
votes
0answers
66 views
Axis2 wsdl2java bean generation
Web Service uses bean classes in a jar. When client generated from wsdl2java bean classes generated which implements org.apache.axis2.databinding.ADBBean class. Is it possible to client methods use ...