in reply to Problem with combination of SOAP::Lite and Apache AXIS2
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\
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Problem with combination of SOAP::Lite and Apache AXIS2
by Anonymous Monk on May 17, 2006 at 17:16 UTC | |
by gellyfish (Monsignor) on May 18, 2006 at 16:01 UTC | |
by Anonymous Monk on May 18, 2006 at 17:23 UTC | |
by Anonymous Monk on May 22, 2006 at 20:01 UTC |