How to add SoapAction in HTTP Request Acivity

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. :slight_smile:

Hi, you can start watching this video:

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
image

Hi,
building a library declare variable to Request by setting new variable in Request text field hitting Ctrl+K:
image

Then, after declaration, assign Request As new variable type()
Then to Request.xxxx set required variables.

For example:

image

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.