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]>