I might be reading the WSDL incorrectly but it looks very much like that this is where the problem lies. The actual error is:
and the client is indeed sending the latter namespace in the request:namespace mismatch require http:/ +/axisversion.sample/xsd found http://ws.apache.org/axis2
However it looks to me that the WSDL is actually telling it to do that:<namesp5:getVersion xmlns:namesp5="http://ws.apache.org/axis2"/>
It might be possible to over-ride this with the uri method in the soap client but without seeing the client code it is difficult to comment further.<wsdl:input><soap:body namespace="http://ws.apache.org/axis2" use="lit +eral" /> </wsdl:input>
/J\
In reply to Re: Problem with combination of SOAP::Lite and Apache AXIS2
by gellyfish
in thread Problem with combination of SOAP::Lite and Apache AXIS2
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |