You should probably use JAXWS Dispatch<Source> client assuming the target endpoint is a soap endpoint, you should find some hints here:

http://cxf.apache.org/docs/jax-ws-configuration.html

Cheers, Sergey

On 11/11/11 17:02, amathewcxf wrote:
Thank You so much for your reply.

In fact the third party DO NOT have the WSDL for the XML. They send us a XML
document (schema) which we have to send to them.

In our old application we build the XML document and send it via Http (using
our own custom code).

But in the new application (which uses a Spring framework), we want to use
the Apache-CXF as the webservice. The main point which I am missing is how
will the XML will be generated and where can I specify the destination URL
of the third party where we need to send the XML document.

Hope I answered your question.

Thank you for your time and much appreciated.

Anil

--
View this message in context: 
http://cxf.547215.n5.nabble.com/Using-Apache-CXF-to-communicate-a-third-party-application-tp4982907p4984942.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to