Hello,
I'm building a .net wcf client with the wsdl service reference i have received to consume a sap web service.
The url format is like : https://pi-QAS.xxxxxxx.com/XISOAPAdapter/MessageServlet?senderParty=&senderService=SERVICE_DESK&receiverParty=&receiverS…
The problem i have is i'm receiving this message everytime =>
The HTTP request is unauthorized with client authentication scheme 'Anonymous'.
The authentication header received from the server was 'Basic realm="XISOAPApps"
A second message i have received is "server error"
Well i have searched the web for a solution without luck.
Anyone here knows a solution for this problem?