Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] How to use Jetty's ContentExchange to send SOAP request

Hi there,
I am using Jetty's ContentExchange (version 8) to send async http requests. I figured out how to send simple requests by just setting url. But for SOAP request, I am not sure how to set up the ContentExchange object. I searched but did not find any useful info. Please let me know if you have such experience or have some sample code to share. Thanks!

Back to the top