Re: Newbie Axis / Dotnet ArrayofString problem

2004-11-17 Thread jason rousell
rectly by using soapenc:string rather than xsd:string, but .NET doesn't know how to interpret soapenc:string. For better interoperability, you should use document/literal. Anne -Original Message- From: Jason Rousell [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 17, 2004 8:4

Newbie Axis / Dotnet ArrayofString problem

2004-11-17 Thread Jason Rousell
Hi Everyone, I've searched this list before posting and can't find an answer so here goes. I've used WSDL2Java to create a stub etc. from the WSDL (fragment) below in order to write client code. Everything seems fine from axis except that the dotnet webservice returns an error. I've tracked the

List-Unsubscribe

2004-09-06 Thread Jason Rousell

How can I add an additional namespace to envelope from WSDL2Java client code

2004-06-23 Thread Jason Rousell
Hi, I'm still trying to get to grips with axis and have got completely stuck. I have run WSDL2Java on a remote WSDL, successfully created client code to make the call. However, the remote service requires the use of soap headers. I've managed to add these okay by getting a stub object and using