Hi Team,I'm having a 100-1000 records of a table one of the column is of End Point URL for soap service, which is irrelevant to other.when I click on the table record, I'm collecting the value of Soap URL but how can I reproduce this in Service studio of creation of soap dynamically changing the URL ?
How can I create the soap service having this type of requirement ?
Help me with providing suggestions or references ?
- hanks in Advance - Palle Vijay Bhaskar Reddy
Hi!
Have you explored the extension " EnhancedWebServices" action "SetWebReferenceURL"
Hope this help
Graça
Thank You for the response.
Before that I need to create some soap methods right.
but for that which URL i need to use.I'm having 100's of URL's.And any references for help.
First: for OutSystems 11 you have also
https://success.outsystems.com/Documentation/11/Reference/OutSystems_APIs/SOAP_Extensibility_API?_gl=1*3gmzge*_ga*MjExNDAxMDI2Mi4xNjQ5OTQ0MDAz*_ga_ZD4DTMHWR2*MTY1MjE4MTcxNi4yLjEuMTY1MjE4MTk2OS41OQ..#:~:text=May%206%2C%202022-,SOAP%20Extensibility%20API,-This%20API%20can
Second: You will have to consume the web service that you are going to use, regardless the URL where it is mounted.
Hi
even to follow the steps in the documentation to add on before request,I need to create method right for creation of method what I need to follow
I'm not having one particular URL so,
You will need at least one "wsdl" file to define web server.
You can create a web service (exposed) in SOAP in another module just to serve as an example.