This topic is locked

call webservice

3/6/2015 10:46:49 AM
PHPRunner General questions
S
sogoli author

how to call web service (wsdl) in phprunner ?

for example

i have one field & bottom , Whenever click bottom , then send this information for web service and response data and save in my database

Sergey Kornilov admin 3/6/2015

See examples at http://stackoverflow.com/questions/4430/how-to-easily-consume-a-web-service-from-php
You can add your code that calls a web service to any of PHPRunner events.