You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by Gus Delgado <gu...@netquotient.com> on 2001/11/12 19:21:46 UTC

no signature match

I upgraded to tomcat 4.0 and when I deploy my soap service I get a
SOAP-ENV:Server error  saying "no signature match" on the method I'm
calling. Here is the signature

public request(Element root)

I can see in the source that the signature is right! Has anyone run into
this problem before? is tomcat 4.0 not looking at my classpath and finding
some other jar file that contains the Element object? how can I fix this?
Thanks in advance for your help!

-Gus