SOAP Service Request C#
- by user3728352
I have this code that tries to send a request to a soap server, I'm new to soap so i am not sure if the terms i am using are correct or not please correct me I am wrong.
Basically i am accessing a web service method named getUserDomain via soap request
Here is the code:
public void CallWebService()
{
var _url =…