hello All,
I am trying to call soap WS using HTTP request Activity i just want to know how can i add soap action url in this activity and also how to log the full request send from HTTP request activity
thanks in advance.
hello All,
I am trying to call soap WS using HTTP request Activity i just want to know how can i add soap action url in this activity and also how to log the full request send from HTTP request activity
thanks in advance.
thanks for your reply i checked the video and go with the second solution to build library including the service but i have question do not know how to pars request in activity
Hi,
building a library declare variable to Request
by setting new variable in Request
text field hitting Ctrl+K:
Then, after declaration, assign Request As new variable type()
Then to Request.xxxx
set required variables.
For example:
Thanks for your reply the issue solved after adding SOAPAction in Header collection in HTTP Request Activity
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.