I am newbie in snaplogic.
I have an Soap API which has two methods authenticate(username,password) which authenticate the user and then I have some x() which do some work.
I am PHP Developer, The code works fine when I use SoapClient library in PHP. By first calling the authenticate and then x.
But In Snaplogic, My first request works fine i.e. authenticate. But in the second request it says you need to be authenticated. I have combined the whole calls. I have passed the cookie of the first call to other.
By writing in http header
cookie : value is previous request set-cookie.
Anyone can figure out, where am i doing wrong ?