How to call set methods of web service

gkumar

Active Member
Licensed User
Longtime User
I am using SOAP protocol to call the web service methods via the XML format and using _ResponseSuccess event and Parse start and end methods to parse and retrieve the information. But Now I want to call some SET methods for example StopProcess with some parameters. So how can I call these write/set methods? Is the same process to call these methods?
 
Top