cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

hi guruz,

which client tool used for sending soap request and http request?and what is the main difference between http and soap.

from my understanding in both we are using extetrnal web object (webservices).

please guide me

warm regards.

0 Likes
View Entire Topic
prateek
Active Contributor
0 Likes

U may develop ur own clients. The difference between clients is that SOAP client sends http message with soap header, while http client sends plain http data without header

SOAP is always used for webservices. But http not always.

Regards,

Prateek