Hi,

I have this code:
..................................
QName returnTypeName = new QName("http://www.w3.org/2001/XMLSchema";, "string");
call.setReturnType(returnTypeName);
..............................

When I call invoke I get the following exception:
caught exception while handling request: deserialization error:
unexpected element type:
expected={http://www.w3.org/2001/XMLSchema}string,
actual={http://schemas.xmlsoap.org/soap/encoding/}string

Why did Axis change the type from XMLSchema:string to
SOAPEnccoding:string is this a bug?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to