cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Authentication Denied Error while Calling Webservices

Former Member
0 Likes
203

Hi Guys,

I am using Webservices - to - Proxy scenario.

While calling webservices from .net based application, i am getting error authentication denied. In sdn, they specified to give username and password in the url itself. I have specified the username and password in the calling url. ""http://piappluser:mxdsap01@mmcphdev:50200/XISOAPAdapter/MessageServlet?channel=:BS_BIZBOX:CC_BB_PATIENT" +

"&version=3.0&Sender.Service=BS_BIZBOX&Interface=urn%3A%2F%2Fbizbox%3Asap%3Apa" +

"tient%3Areg%5EMI_BB_PATIENT_OB_ASYNC""

Though I specified the details in the url, still i am getting the same authentication error.

Can anyone please suggest me in this?

Regards

Bala

View Entire Topic
Former Member
0 Likes

ASP application can invoke a Web Service in following ways:

1. Sending a SOAP Envelope directly from ASP in Java Script by opening HTTP connection to XI.

2. Making use of .NET proxies in ASP App. These proxies are generated using the WSDL provided by XI.(Best approach)

3. Using Java Proxies (generated by WSDL) in ASP