Hi,
Without being an expert, I would guess that the method you are trying to
invoke doesn't exist, at least not with the signature(types of arguments,
return type etc.) you expect.
-----Original Message-----
From: Charlie Abela [mailto:[EMAIL PROTECTED]]
Sent: 12. maj 2002 00:41
To: [EMAIL PROTECTED]
Subject: Getting this Error message
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