You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@xml.apache.org by Charlie Abela <ab...@maltanet.net> on 2002/05/12 00:41:05 UTC

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



RE: Getting this Error message

Posted by Charlie Abela <ab...@maltanet.net>.
Solved that, it was a syntax error in method definition.
Thanks Anyway.

Charlie



RE: Getting this Error message

Posted by Charlie Abela <ab...@maltanet.net>.
Solved that, it was a syntax error in method definition.
Thanks Anyway.

Charlie



RE: Getting this Error message

Posted by Kim Falk Jorgensen <fa...@daimi.au.dk>.
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:abcharl@maltanet.net]
Sent: 12. maj 2002 00:41
To: soap-user@xml.apache.org
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




RE: Getting this Error message

Posted by Kim Falk Jorgensen <fa...@daimi.au.dk>.
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:abcharl@maltanet.net]
Sent: 12. maj 2002 00:41
To: soap-user@xml.apache.org
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