I am tried do query to web service. To content I am put next one:
strSoapEnvelope =
"";strSoapEnvelope += "
strSoapEnvelope += "xmlns:xsi = \"http://schemas.xmlsoap.org/wsdl/\" ";
strSoapEnvelope += "xmlns:xsd= \"http://www.w3.org/2001/XMLSchema\" ";
strSoapEnvelope += "xmlns:soap= \"http://schemas.xmlsoap.org/wsdl/soap/\">";
strSoapEnvelope += "
strSoapEnvelope += "
strSoapEnvelope += "
strSoapEnvelope += "
strSoapEnvelope += "
strSoapEnvelope += "
strSoapEnvelope += "
strSoapEnvelope += "
strSoapEnvelope += "
strSoapEnvelope += "
strSoapEnvelope += "
strSoapEnvelope += "
strSoapEnvelope += "";
strSoapEnvelope += "";
strSoapEnvelope += "";
strSoapEnvelope += "";
strSoapEnvelope += "
And response is:
First I tried do Web reference, I got all functions and parameters to use. When I made this method I got error: Cannot convert System.bool to System.String.
This function return boolean value, string value and someStruct struct.
Replies
Know the answer? Post it — somebody with the same question will find it here.