ws and SOAPToolAgent

"Antonio Capurso" <[email protected]>
Newsgroups gmane.comp.java.enhydra.shark
Message-ID <[email protected]>
Hi to all,
I want to modify the SOAPToolAgent classe and I've a problem.
I have a web service that accept the following Xml 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>

When I use SOAPToolAgent to invoke the same web service (that is a Bpel process), I realize that the following message is sent instead of the former:

<input>
<part xmlns:xsi="..." name="payload">
  <operationName>
    <AppMailVerifier2Request xmlns="...">
        <input>my_data</input>
    </AppMailVerifier2Request>
</operationName>
</part>
</input>

As you can see, in the message sent by SOAPToolAgent, the tag <operationName> is (incorrectly) added to the message.
Note that operationName is the name of WSDL operation that I invoke with a call.
How can I solve this problem (i.e. removing the <operationName> tag from the message sent to the web service)?

Thanks a ton.
Regards,
Antonio Capurso.






____________________________________________________________
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.