Hi all

I'm trying to access an external web service and get the error on call.invoke

Error in deserialization : failed deserializing value of type
{http://www.api.org/schema/par/common/v1_0}EndUserIdentifier
into class org.api.www.par.common.EndUserIdentifier

Can anyone tell me what this means. Would it be best to go back to the web service supplier with the error? I have to pass credentials which the web service provider have given me, and passing them like this

Thanks for any help


Service service = new Service();

Call call = (Call)service.createCall();

call.setTargetEndpointAddress(endpoint);

call.setUsername("username");

call.setPassword("password");

call.setOperationName("method");

.....

_________________________________________________________________
Be the first to hear what's new at MSN - sign up to our free newsletters! http://www.msn.co.uk/newsletters

Reply via email to