SoapXMLRequestAsync

M

Milan Slivka

I have problem with this method:
ws.SoapXMLRequestAsync(sCookie, XmlDoc.InnerXml);

Project server returns an 401 unautorised but when I used only

ws.SoapXMLRequest(sCookie, XmlDoc.InnerXml); with the same accoutn it works.
 
Top