Hi
I am using Apache Soap 2.2 with tomcat and I am getting this error
Fault Code = SOAP-ENV:Server
Fault String = Exception while handling service request:
wstest.WSTestServer.GetCarSellingOnline(org.w3c.dom.Element) -- no
signature match
[Attributes={}] [faultCode=SOAP-ENV:Server] [faultString=Exception while handling
service request:
wstest.WSTestServer.GetCarSellingOnline(org.w3c.dom.Element) -- no signature match]
[faultActorURI=/soap/servlet/rpcrouter]
[DetailEntries=] [FaultEntries=]Generated fault:
What does it refer to: No signature match?
On the server I have a method GetCarSellingOnline that receives a dom Element and
returns one as well. For encoding I am using
Literal encoding.
What would this mean?
Can please someone shed some light?
Charlie