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

On 9/6/06, Adnene <[EMAIL PROTECTED]> wrote:

Hi Anne,

  I already tried with xsd:string instead of soapenc:string but I got the
same behavior.

  Concerning the WSDD, I don't know where I find such file. I do not use
explicitely a WSDD.
I am a little new with AXIS and SOAP. Can you explain me what is it about
and is the WSDD is for?

Thanks
Adnene


Anne Thomas Manes wrote:
>
> Your schema indicates that the inner type in the array should be
> soapenc:string, but the message actually returns xsd:string.
>
> Do you have a parameter set in the WSDD that specifies the .NET SOAP
> encoding fix is true? If so, try setting it to false. (or edit the
> WSDL to specify that the inner type is xsd:string)
>
> Anne
>
>
>
>

--
View this message in context: 
http://www.nabble.com/Re%3A-Axis-array-serialization-problem-%28Adnene-problem%29-tf2157136.html#a6166322
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]

Reply via email to