What is the URL to discover a SOAP Service from .Net application?
I need to discover the SOAP Service from a .Net application, but have no idea what URL to navigate to in order to use the service reference.
I have created the Service Package that holds the Service SOAP methods. I have successfully tested the Service SOAPs such that they access specific Activities and proven that the parameters passed are being used.
Now I just need to discover WHAT the URL is that I should be hitting from an external, .net application in order to consume the SOAP service.
If my PEGA instance lives at:
https://pega-instance.mycompany.com/APP_NAME/PRWebLDAP1/
...where do the SOAP Service methods live?
Thank you.