views:

44

answers:

1

Hi,

I am using jax-ws ri (metro) and would like to execute a webservice call without an http container. I have an XML file containing the SOAP message (exactly the same as the HTTP POST BODY) and would like to execute in the same virtual machine a soap action. How can I do this?

SOAP MESSAGE AS XML FILE -> WS Endpoint or Port -> SOAP MESSAGE AS XML STRING OR FILE

Has anyone an idea or example?

Thank you,

Maciej

A: 

This may be of assistance?

CXF provides for "The Pure XML binding which avoids serialization of a SOAP envelope and just sends a raw XML message."

nzpcmad