Ah ... I see. The problem is with the service. According to the WSDL, it says that it will send you elements of type soapenc:string, but it's actually sending you elements of type xsd:string. You can edit the WSDL document and change the definitions to xsd:string, regen your client stubs, and then it should work.
Anne On 9/6/06, Adnene <[EMAIL PROTECTED]> wrote:
Thanks Anne for your explaination. I just want to precise that I am not writing the service agebt part of the webservice but only the client part by generating the client java stubs from the WSDL provided by the service using the wsdl2java AXIS utility. Do I still have to get a WSDD file? And how and when shoud I use this WSDD file to generate my stubs? Thanks, Adnene Anne Thomas Manes wrote: > > WSDD = web service deployment descriptor > It tells Axis how to map incoming SOAP requests to your service agent. > If you haven't encountered a WSDD yet, I gather that you are using the > .jws deployment method. You should only use the .jws method when using > simple types. I suggest you progress to the next level and start > deploying your service with a WSDD. > > Anne > > -- View this message in context: http://www.nabble.com/Re%3A-Axis-array-serialization-problem-%28Adnene-problem%29-tf2157136.html#a6170032 Sent from the Axis - User forum at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
