Hi All
I have created a SOAP Service from a tutorial, using sample code, as follows:
ClassExtends/// For this business service, ADAPTER should be "" so that we use the normal SOAP processing"http://www.myhospital.org"And, as expected it, works and can be accessed
https:/*********/gmmhhcdev/csp/healthshare/gmmhtie/Hospital.StockService.cls?WSDL
I want to use it on other, non HealthConnect servers, without the need for authentication, as when I use the above URL I am prompted for a username and password. How do I get around this, am I using the correct service?
Cheers
Andy