Re: Client side plain SOAP invocation

2008-02-14 Thread silithus
Thanks for the tips. This seems to be what I am looking for. Regards -- View this message in context: http://www.nabble.com/Client-side-plain-SOAP-invocation-tp15457618p15476264.html Sent from the cxf-user mailing list archive at Nabble.com.

Re: Client side plain SOAP invocation

2008-02-13 Thread Daniel Kulp
No, not really.The dispatch stuff allows raw soap sending, but it's through the SAAJ API's, not raw streams. Possibly a Dispatch(Source) and pass it a StreamSource, but I honestly think we'll parse it into DOM and then send it. (also, that won't support attachments). If you really need t

Re: Client side plain SOAP invocation

2008-02-13 Thread Freeman Fang
trying to avoid usage of java.net.URLConnection, perhaps Cxf has some > nice abstraction for this, javadoc didnt show any however. > > Thanks > -- > View this message in context: > http://www.nabble.com/Client-side-plain-SOAP-invocation-tp15457618p15457618.html > Sent from the cxf-user mailing list archive at Nabble.com. > >

Client side plain SOAP invocation

2008-02-13 Thread silithus
of course with no binding used, just exchanging XML over WS. I am trying to avoid usage of java.net.URLConnection, perhaps Cxf has some nice abstraction for this, javadoc didnt show any however. Thanks -- View this message in context: http://www.nabble.com/Client-side-plain-SOAP-invocation