A
Anders S. Willumsen
Can anyone explain to me how SOAP can be send and received over HTTP?
As I understand it there are tree ways:
HTTP/SOAP
HTTP POST
HTTP GET
I know about POST (data in headers) and GET (data in URL) but I can't figure
out what the difference is between HTTP/SOAP and HTTP POST.
When I look at the headers/text when using IE hitting a asmx-page or a .net
app hitting a web service I really can't see any difference.
Is there only HTTP/POST and HTTP/GET when communicating with a WS?
Thanks
As I understand it there are tree ways:
HTTP/SOAP
HTTP POST
HTTP GET
I know about POST (data in headers) and GET (data in URL) but I can't figure
out what the difference is between HTTP/SOAP and HTTP POST.
When I look at the headers/text when using IE hitting a asmx-page or a .net
app hitting a web service I really can't see any difference.
Is there only HTTP/POST and HTTP/GET when communicating with a WS?
Thanks