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
Former Member
0 Likes

tools used

you can use Altove XMl spy, Stylus Studio, SOAP UI for sending/generating SOAP requests.

You can use 'wfetch' for sending/generating http requests.

differences

1)SOAP is ...to communicate WEB SERVICES..it support WSDL files...using XMLSpy you can send the request.

HTTP is...to communicate with WEB pages

http://help.sap.com/saphelp_nw04/helpdata/en/44/79973cc73af456e10000000a114084/content.htm

2)SOAP in background uses XML + http

you expose outbound interface as a webservice and create a SOAP request to access it.

you send http request to ping a integration scenario directly at the integration engine.

3)SOAP

An Overview of SOAP

/people/padmankumar.sahoo/blog/2005/02/15/an-overview-of-soap

/people/shabarish.vijayakumar/blog/2006/03/23/rfc--xi--webservice--a-complete-walkthrough-part-1

/people/shabarish.vijayakumar/blog/2006/03/28/rfc--xi--webservice--a-complete-walkthrough-part-2

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/befdeb90-0201-0010-059b-f22...

/people/padmankumar.sahoo/blog/2005/02/15/an-overview-of-soap

How to use SOAP adapter:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/40611dd6-e66e-2910-f383-e80fb44f...

Note: reward points if solution found helpfull

Regards

Chandrakanth.k