input in SOAPToolAgent

"Antonio Capurso" <[email protected]>
Newsgroups gmane.comp.java.enhydra.shark
Message-ID <[email protected]>
Hi to all,
I have a web service (a Bpel process) that accept the following WSDL message as input:
<input>
 <part xmlns:xsi="http://www.w3.org/..."   name="payload">
   <AppMailVerifier2Request xmlns="http://acm.org/samples">
      <input>my_data</input>
   </AppMailVerifier2Request>
 </part>
</input>

But, when I use SOAPToolAgent in order to call this web service, the message that it sends to my web service is the following:

<input>
  <part xmlns:xsi="http://www.w3.org/..." name="payload">
   <process>
     <AppMailVerifier2Request xmlns="http://..."   xmlns:xsi="http://www.w3.org/..." xsi:type="xsd:string">
       <input>prova</input></AppMailVerifier2Request>
    </process>
  </part>
</input>

As you can note from above, the latter message (which is send by Shark SOAPToolAgent) is different from the former, specifically the latter has the tag <process> that lacks in the original (and correct) message.
How can I correct this problem in SOAPToolAgent class (i.e. removing the incorrect <process> tag)?
Note that "process" is the WSDL operation of the web service that I call.

Thanks a lot.
Regards,
Antonio.





____________________________________________________________
6X velocizzare la tua navigazione a 56k? 6X Web Accelerator di Libero!
Scaricalo su INTERNET GRATIS 6X http://www.libero.it
message-footer.txt (text/plain, 271 B)
--
You receive this message as a subscriber of the [email protected] mailing list.
To unsubscribe: mailto:[email protected]
For general help: mailto:[email protected]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.