Hi

Anybody have tried calling a webmethods service which takes a Object as
input parameter 
from Apache axis client ??

My problem is when I pass a Object from axis client, the Object is
serialized 
as 

<SOAP-ENV:Envelope
SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/";
xmlns:xsd="http://www.w3.org/2001/XMLSchema";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
 <SOAP-ENV:Body>
  <ns1:testservice xmlns:ns1="http://www.soapTestService.com";>
   <input href="#id0"/>
  </ns1:testservice>
  <multiRef id="id0" SOAP-ENC:root="0" xsi:type="ns2:soapTestServiceInput"
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"; xmlns:ns2="some">
   <JMSDestination xsi:type="xsd:string">JMSDestination</JMSDestination>
  </multiRef>
 </SOAP-ENV:Body>
</SOAP-ENV:Envelope>


but the webmethods decoder requires the <multiRef> tag should appear before
the it is referenced 


Anybody knows the workaround for this ???


Thanks in anticipation 

Kamlesh

Reply via email to