Answers for "soap service example"

3

what is soap service

it stands for Simple Object Access Protocol.
Basically it's an xml based messaging protocol.
It helps in exchaging information among computers.
Posted by: Guest on January-14-2021
1

when to use soap

Use the SOAP API to create, retrieve,
update or delete records, like accounts
, leads, and user-defined objects.
With more than 20 different calls, 
you can also use the SOAP API to manage
passwords, perform searches, etc.
by using the SOAP API in any language 
that supports web services.
Posted by: Guest on January-19-2021

Browse Popular Code Answers by Language