cancel
Showing results for 
Search instead for 
Did you mean: 

How to post data using HTTP or Webservice

praveen_vanga3
Participant
0 Kudos

Hi,

I would like to know,How data will be posted to third party system with help of HTTP or Web service.

I have checked different threads in SCN .there are lots but I want to understand it in simple way. and also the difference between both http and web services while posting data.

Thanks

Praveen

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

You can post data to the APIs provided by your thirdparty systems.

Depending on your system and also on the third party system you are communicating to you can do http post as xml or json, or SOAP based webservices. SOAP is a protocol that runs on top of HTTP.

May be you should go through some web service tutorials

Web Services Tutorial

Thanks,

Rahul.