Hello Sreenidhi,

As your error message says "Deserializer" I think the problem lies in the response SOAP message. Could you show us the (full) response SOAP message and the stacktrace of your SAXException (at least up to your calling code).

Looking at your WSDL, I suppose the body should look like:

  <soapenv:Body>
    <registerMemberResponse xmlns="http://webservices.lms.org"/>
  </soapenv:Body>

Regards,
Dies


Sreenidhi N K wrote:
Thanks Anne for the clarification.
I want it to work in the WRAPPED style, and  call the service 
service.registerMember(member,mailing,nonMailing,channel)
When I do it, I get the exception

"org.xml.sax.SAXException: SimpleDeserializer encountered a child element, which is 
NOT expected, in something it was trying to deserialize"


What would be the reason for this exception?
I attach my WSDL, WSDD, SOAP message (request) again.


Regards
Sreenidhi

Reply via email to