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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top