I am recently started learning web-services technology. I have a vary
very basic question. Using JAX-RPC APIs can I access Http Request and
response information? According to my knowledge JAX-RPC uses SOAP
protocol but SOAP protocol works on top of HTTP protocol. SO, I am
guessing it should be possible to get Http Request and response
information . Please let me know if I am wrong with the concepts.
If we can access HTTP Responce information from the JAX-RPC kndly let
me know the procedure.