M
mshetty
Hi,
We have a WebMethod TestMethod with the following prototype:
public string TestMethod(string TextMessage)
The Web Method expects the method arguments to be enclosed in tags.
<TextMessage xsi:type="xsd:string"> and </TextMessage>
This is true even when SoapRpcMethod is used.
Is there a way to do away with this?
We would like to send a request with any tag name for the argument. Is
this possible?
Would help if we could get some pointers.
Thanks and Regards,
M Shetty
We have a WebMethod TestMethod with the following prototype:
public string TestMethod(string TextMessage)
The Web Method expects the method arguments to be enclosed in tags.
<TextMessage xsi:type="xsd:string"> and </TextMessage>
This is true even when SoapRpcMethod is used.
Is there a way to do away with this?
We would like to send a request with any tag name for the argument. Is
this possible?
Would help if we could get some pointers.
Thanks and Regards,
M Shetty