ply
16 years agoOccasional Contributor
How to import WSDL generated by AXIS ?
Hello,
This is my first try of SoapUI.
I created my Webservice with AXIS, that is working. When importing this WSDL, I have got an error.
I compare with the WSDL given by Soapui, I found some differences :
- The headers are differents. Soapui defines xmlns:tns= ... for instance,
- the message="impl:subtractRequest" command (from axis) throws an exception,
- wsdlsoap is used by axis, Soapui used soap
Whith some hacks, the WSDL is imported into Sopaui, but SoapUI doesn't really understand. For instance the axis's service name is add, but soapui create a request with addReponse !
My first question is : How can I transfrom my axis wsdl file to be understand by SoapUI ? Is it a Axis 1.4 configuration ? A SoapUI configuration ? a manual transformation of the wsdl file ?
Thanks,
PHL.
=======================================================================
−
−
−
−
−
−
−
−
−
−
−
−
−
<wsdlsoap:operation soapAction=""/>
−
−
−
−
======================================================================
This is my first try of SoapUI.
I created my Webservice with AXIS, that is working. When importing this WSDL, I have got an error.
I compare with the WSDL given by Soapui, I found some differences :
- The headers are differents. Soapui defines xmlns:tns= ... for instance,
- the message="impl:subtractRequest" command (from axis) throws an exception,
- wsdlsoap is used by axis, Soapui used soap
Whith some hacks, the WSDL is imported into Sopaui, but SoapUI doesn't really understand. For instance the axis's service name is add, but soapui create a request with addReponse !
My first question is : How can I transfrom my axis wsdl file to be understand by SoapUI ? Is it a Axis 1.4 configuration ? A SoapUI configuration ? a manual transformation of the wsdl file ?
Thanks,
PHL.
=======================================================================
−
−
−
−
−
−
−
−
−
−
−
−
−
<wsdlsoap:operation soapAction=""/>
−
−
−
−
======================================================================