Aneesh Barthakur
Aneesh Barthakur

Reputation: 113

Which HTTP Method is used to send SOAP messages?

Which HTTP Method is used to send SOAP messages?

I guess, if you are working at the servlet level,you could define the HTTP method(would there still be restrictions?).

But if all that is hidden, and I'm using a simple JAX WS webservice, which HTTP method would(should??) the request and response messages have?

Upvotes: 0

Views: 75

Answers (1)

Amit.rk3
Amit.rk3

Reputation: 2417

I think JAX-WS and most other implementations use post for transmitting requests

you can verify it by capturing the request in TCP IP monitor

Upvotes: 1

Related Questions