Might you be calling a static method on a service not declared static?
Scott Nichol
----- Original Message -----
From: "Ray Byrne" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, September 18, 2002 10:45 AM
Subject: Invalid signature
> Hi,
>
> I have a client, which is connecting to a SOAP service.
>
> The Response returned after invoking the Call object generates a fault:
> Fault Code = SOAP-ENV:Client
> Fault String = Invalid signature
>
>
> Anybody come across this before?
>
> the method I am calling takes a String as a parameter and I am setting the
> parameter like this:
> Vector params = new Vector();
> String applicationId = "456";
> params.addElement(new Parameter("applicationId", String.class,
> applicationId , null));
> call.setParams(params);
>
> any ideas on this much appreciated,
> thanks, Ray.
>
>
>
>
>
>
>
>
>
> _________________________________________________________________
> Chat with friends online, try MSN Messenger: http://messenger.msn.com
>
>
> --
> To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
>
>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>