Are you using Apache SOAP or Axis?  If you are using Axis, join
[EMAIL PROTECTED] and post your message there.  If you are using
Apache SOAP, how did you generate the WSDL for the service?  Can you
post the WSDL?

Scott Nichol

----- Original Message -----
From: "Cooke, Aedemar" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, October 22, 2002 5:34 AM
Subject: No signature Match error


Hi,

I would like to know if there is a solution to the following
scenario....

java web service method with signature getFundHoldingTransactionss(int
aUnitInvestor, string aUnitFund, string aUnitType, string aUnitClass,
DateSearchCriteria aDateSearchCriteria)  is not invoked if client passes
null objects for any of the objects.

In the case that the first String is null.e.g.,
getFundHoldingTransactionss(1, null, "", "", new
DateSearchCriteria(1,null,1))  , the error message is

Exception while handling service request:
getFundHoldingTransactions(int,
java.lang.String, java.lang.String, com.rbc.DateSearchCriteria) -- no
signature match

In the case that the DateSearchCriteria is null, e.g.,
getFundHoldingTransactionss(1, "", "", "", null)  the error message is

Exception while handling service request:
getFundHoldingTransactions(int,java.lang.String,java.lang.String,java.la
ng.S
tring) -- no signature match

The client is a .Net client and the proxy is correct in that it calls
the
web service method with the correct number of parameters.  It looks to
me
like it is failing in the RPC router servlet.

Can anyone shed any  light on this problem?

Thanks in advance,

Aedemar



------------------------------------------------------------
This e-mail may be privileged and/or confidential, and the sender does
not waive any related rights and obligations. Any distribution, use or
copying of this e-mail or the information it contains by other than an
intended recipient is unauthorized. If you received this e-mail in
error, please advise me (by return e-mail or otherwise) immediately.

Ce courriel est confidentiel et prot�g�. L'exp�diteur ne renonce pas aux
droits et obligations qui s'y rapportent. Toute diffusion, utilisation
ou copie de ce message ou des renseignements qu'il contient par une
personne autre que le (les) destinataire(s) d�sign�(s) est interdite. Si
vous recevez ce courriel par erreur, veuillez m'en aviser imm�diatement,
par retour de courriel ou par un autre moyen.


============================================================



--
To unsubscribe, e-mail:   <mailto:soap-dev-unsubscribe@;xml.apache.org>
For additional commands, e-mail: <mailto:soap-dev-help@;xml.apache.org>

Reply via email to