Hi everybody,

I am using Axis 1.2 together with Jboss-3.2.1_tomcat-4.1.24 and have deployed 
my web service succesfully.
The client sends a parameter of type org.w3c.dom.Element to the server who 
processes this Element and sends it back.

Unfortunatly, an error occurs while receiving the repsonse:


  | Caught SOAPException (SOAP-ENV:Client): No Deserializer found to 
deserialize a ':responseElementName'
  | using encoding style 'http://schemas.xmlsoap.org/soap/encoding/'.

This is a part of the response envelope:


  | <soapenv:Envelope 
  | xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"; 
  | xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
  | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
  | <soapenv:Body>
  | <ns1:myMethodResponse 
  | soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"; 
  | xmlns:ns1="urn:MyService">
  | <responseElementName>
  | <childElement>
  | ...
  | 

After reading several other threads, tutorials and documentation, I think I 
need to register a type mapping in my .wsdd file but I don't know which.

Can anybody, please,  give me a simple answer on this one ?

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3879729#3879729

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3879729


-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to