Posted By:
David_Papillon
Posted On:
Thursday, August 23, 2001 01:30 AM
I use SOAP::Lite as server and on the client java (Apache SOAP 2-2). My request is correctly interpreted by the server but I have a error on the client : java.lang.NoSuchMethodError at org.apache.soap.util.xml.QName. (QName.java:80) at org.apache.soap.util.xml.QName.matches(QName.java:146) at org.apache.soap.Envelope.unmarshall(Envelope.java:237) at org.apache.soap.rpc.Call.invoke(Call.java:230) The Xml msg I receive : <?xml version="1.0" encoding="UTF-8"?> xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xml
More>>
I use SOAP::Lite as server and on the client java (Apache SOAP 2-2).
My request is correctly interpreted by the server but I have a error on the client :
java.lang.NoSuchMethodError
at org.apache.soap.util.xml.QName.
(QName.java:80)
at org.apache.soap.util.xml.QName.matches(QName.java:146)
at org.apache.soap.Envelope.unmarshall(Envelope.java:237)
at org.apache.soap.rpc.Call.invoke(Call.java:230)
The Xml msg I receive :
<?xml version="1.0" encoding="UTF-8"?>
xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance"
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:xsd="http://www.w3.org/1999/XMLSchema"
SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
42
Thanks