Re: no signature match -- messagerouter

2003-03-28 Thread Scott Nichol
The ServiceManager registers itself as an RPC service. You cannot access it through the messagerouter. When you want to register a messaging service, you use the RPC ServiceManager. The service is registered as a messaging service based on the type attribute in the isd:message element in

RE: no signature match for message service

2002-05-24 Thread Mandviwala, Hasnain
with the messagerouter servlet? -hasnain -Original Message- From: Yong Miao [mailto:[EMAIL PROTECTED]] Sent: Friday, May 24, 2002 12:11 PM To: '[EMAIL PROTECTED]' Subject: RE: no signature match for message service Does you service has signature like: purchaseOrder(Envelope env, SOAPContext req

RE: no signature match for message service

2002-05-24 Thread Mandviwala, Hasnain
but that doesn't seem to work. -hasnain -Original Message- From: Mandviwala, Hasnain [mailto:[EMAIL PROTECTED]] Sent: Friday, May 24, 2002 10:25 AM To: [EMAIL PROTECTED] Subject: RE: no signature match for message service Hi, I'm having the same problem as well (with the O'Reilly tutorial). I do

RE: no signature match for message service

2002-05-24 Thread Yong Miao
to the messagerouter but that doesn't seem to work. -hasnain -Original Message- From: Mandviwala, Hasnain [mailto:[EMAIL PROTECTED]] Sent: Friday, May 24, 2002 10:25 AM To: [EMAIL PROTECTED] Subject: RE: no signature match for message service Hi, I'm having the same problem as well

RE: no signature match for message service

2002-05-24 Thread Mandviwala, Hasnain
, 2002 1:47 PM To: '[EMAIL PROTECTED]' Subject: RE: no signature match for message service I deployed my service like this. Noticed type=message part. isd:service xmlns:isd=http://xml.apache.org/xml-soap/deployment; id=urn:cd-order-service type=message isd:provider type=java

RE: no signature match for message service

2002-05-24 Thread Yong Miao
You may get answer by looking at source of org.apache.soap.server.ServiceManagerClient. I guess. Yong -Original Message- From: Mandviwala, Hasnain [mailto:[EMAIL PROTECTED]] Sent: Friday, May 24, 2002 10:53 AM To: [EMAIL PROTECTED] Subject: RE: no signature match for message service

RE: no signature match for message service

2002-05-24 Thread Jonathan Yue
10:41 AM To: [EMAIL PROTECTED] Subject: RE: no signature match for message service -Original Message- From: Yong Miao [mailto:[EMAIL PROTECTED]] If you use rpc call the message should be sent to rpcrouter. Messaging call should be sent to messagerouter. These two messages have

Re: no signature match for message service

2002-05-23 Thread Mark Vovsi
: Subject: Re: no signature match for message service 05/22/2002 10:12 PM

RE: no signature match for message service

2002-05-22 Thread Jonathan Yue
You can try shutdown server restart redeploy j. -Original Message- From: Mark Vovsi [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 22, 2002 2:11 PM To: [EMAIL PROTECTED] Subject: no signature match for message service Importance: High I'm new to soap and trying to set up some

Re: no signature match for message service

2002-05-22 Thread Fred Meredith
you copied below, but I'll agree, it's not exactly obvious. Regards, - Original Message - From: Jonathan Yue [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, May 22, 2002 5:39 PM Subject: RE: no signature match for message service You can try shutdown server restart

Re: No signature match when sending soap message

2002-05-09 Thread Yong Miao
Title: Re: No signature match when sending soap message With Tomcat 4.0.3 and soap 2.2, you have to put soap.jar into %TOMCAT_HOME%/lib instead %TOMCAT_HOME%/common/lib. Don't forget remove the webapps\soap\WEB-INF\classes\org. This is the only way worked for me

RE: No Signature Match

2002-04-29 Thread Ram_Sarma
:RE: No Signature Match This makes sense and was my first suspicion. But there is no doubt that my client is calling an identical method to what's deployed on the service so the problem isn't obvious. I was told it was a classloader problem but I've yet to resolve it down to that. Any more

RE: No Signature Match

2002-04-27 Thread C. Schlegelmilch
This makes sense and was my first suspicion. But there is no doubt that my client is calling an identical method to what's deployed on the service so the problem isn't obvious. I was told it was a classloader problem but I've yet to resolve it down to that. Any more ideas? --- W. Scott Grant

RE: No Signature Match

2002-04-26 Thread W. Scott Grant
A signature match usually means that the parameters you send to the method do not exactly match the expected order listed. In other words if you have the following method run(String a, String b, int c) and you try to call it using run(int c, String a, String b) you will get a signature error.

Re: No signature match when sending soap message

2001-12-13 Thread C Santosh
Guess: Include soap.jar in $TOMCAT_HOME/common/lib and remove org directory in $TOMCAT_HOME/webapps/soap/WEB-INF/classes/. If this works, ask for the reason in the tomcat mailing list, and if it doesnt work, let me know. Santosh Chris malley: did u get any answer to this question from the tomcat

Re: No signature match when sending soap message

2001-12-13 Thread Sandeep Heer
Thanks Santosh, It worked. Otherwise i am sure i would have spent hours trying to figure it out. Cheers, I owe you a drink! Sandeep. C Santosh wrote: Guess: Include soap.jar in $TOMCAT_HOME/common/lib and remove org directory in $TOMCAT_HOME/webapps/soap/WEB-INF/classes/. If this works,

Re: No signature match when sending soap message

2001-12-13 Thread Chris Malley
To answer Santosh's question, no, I have not received a satisfactory answer from any of the related mailing lists. This seems to be a chronic problem, worthy of inclusion in the SOAP FAQ. And I've been getting asked directly about it at least once a week.I would be most happy to write an

RE: no signature match

2001-11-13 Thread Gus Delgado
] Subject: RE: no signature match Does your class exist in multiple spots on your box, and are both referenced in your cp? Gus Delgado gus.delgado@netquoTo: [EMAIL PROTECTED] tient.com cc

RE: no signature match

2001-11-12 Thread Brian Abbott
Do you receive similar errors on Tomcat 3.3? -Brian -Original Message- From: Gus Delgado [mailto:[EMAIL PROTECTED]] Sent: Monday, November 12, 2001 10:22 AM To: [EMAIL PROTECTED] Subject: no signature match I upgraded to tomcat 4.0 and when I deploy my soap service I get a

RE: no signature match

2001-11-12 Thread Gus Delgado
Well, I'm moving from 3.2.1 to 4.0, but I did not get them with 3.2.1 -Original Message- From: Gus Delgado [mailto:[EMAIL PROTECTED]] Sent: Monday, November 12, 2001 1:53 PM To: [EMAIL PROTECTED] Subject: RE: no signature match no! -Original Message- From: Brian Abbott [mailto

RE: no signature match

2001-11-12 Thread greyson . smith
gus.delgado@netquoTo: [EMAIL PROTECTED] tient.com cc: Subject: RE: no signature match

Re: no signature match

2001-11-12 Thread Fred Meredith
, - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, November 12, 2001 3:57 PM Subject: RE: no signature match Does your class exist in multiple spots on your box, and are both referenced in your cp? Gus Delgado

RE: no signature match

2001-06-21 Thread Matthew J. Duftler
Hi Pravin, Try running: javap samples.texttospeech.SoapClientUsingProxy from the shell where you will start your server from, and see if you can find the method with the signature you desire. Thanks, -Matt -Original Message- From: pravin pachbhai [mailto:[EMAIL PROTECTED]] Sent:

RE: no signature match Error

2001-05-30 Thread Matthew J. Duftler
that it can be found in almost the same context as that in which the SOAP-server executes. Thanks, -Matt -Original Message- From: Laurent Perez [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 30, 2001 11:19 AM To: [EMAIL PROTECTED] Subject: RE: no signature match Error First, change