Hi all,
I am trying to consume a soap web service from an ABSL script in SAP Business ByDesign.
With SoapUI it all works fine, but when trying to consume the web service in ABSL script I keep getting response 301 Moved Permanently.
How can I handle this response in ABSL ?
I noticed that when I do it with SoapUI everything works because the follow redirects is enabled. Is there a way to also turn it on for soap request somehow in byd ?
Thank you