The http conduit is a cxf abstraction for configuring a http URL connection
so its not anything magical. You cannot  use this in a non cxf client.

For a c or .net client you would make use of whatever http or web service
client frameworks that are available

The thing to remember is that between the client and server its just XML
using a cxf client and cxf server is just a convenience.

You could use a cxf server with a metro client for instance.

So that's the long answer short is no you cannot use http conduit stuff
from cxf on c or .net or metro client.

But since a cxf jaxws server produces a standard soap web service you can
use any standards compliant soap web services framework for client.

Sent from my Android phone
On 20/09/2013 10:09 PM, "Faz" <[email protected]> wrote:

> Okie, to be more precise..
>
> Actually we will have multiple clients accessing our WS created via CXF. By
> multiple clients, it can be clients written in diff. programming languages
> i.e C, .Net, Java etc. So from Java prespective am pretty much fine with
> this setup. All I need to know is, can this cxf option (http-conduit) be
> used/coded in C,.Net the similar way. or is there any specific set-up that
> needs to be followed?
>
> Thanks for ur patience!
>
>
>
> --
> View this message in context:
> http://cxf.547215.n5.nabble.com/Timeout-and-CXF-tp5734286p5734309.html
> Sent from the cxf-user mailing list archive at Nabble.com.
>

Reply via email to