cancel
Showing results for 
Search instead for 
Did you mean: 

soap and http request

Former Member
0 Kudos

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

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

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

Regards

Edited by: Hari Kishore Gundala on Apr 1, 2008 8:47 AM

Answers (4)

Answers (4)

Former Member
0 Kudos

hi

SOAP and Http client are diffrent

http client means your are giving the server and port and you perticuler interface and message

in case of SOAP client you can used soapgui as a soap client in that just give the wsdl file link and name

your actual file store in Envelop

thanks

Regards

vijay

Former Member
0 Kudos

hai guys thanks for quick response.....

problem solved

regards

chandrakanth.k

Former Member
0 Kudos

Hi,

Check some links...on SOAP..

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...

Regards,

Phani

Former Member
0 Kudos

Hi Chandra kanth,

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

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

Difference between SOAP and HTTP:

--- 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.

Thanks,

Varun