XML Serialization using VB.NET
Luis Canastreiro <[email protected]> Thu, 31 Oct 2002 01:34:03 -0800
| Newsgroups | gmane.comp.windows.devel.soap.general |
|---|---|
| Message-ID | <SOAP%[email protected]> |
Hi,
It's possible to clean from a method call the empty nodes.
Example
<soap:envelope ...
<soap:header ...
<soap:body ..
<ns1:methodname ...
<ns1:parameters....
<t:param1 />
<t:param2 >value1</t:param2>
</ns1:parameters>
</ns1:methodname>
</soap:body>
</soap:envelope>
My question is: It's possible to remove the param1 from the soap request
generated using the serialization of one request to call one WebService.
I'm using VS.Net and VB.NEt, I generate the code using one WSDL.
Thanks,
Luis Canastreiro
You can read messages from the SOAP archive, unsubscribe from SOAP, or subscribe to other
DevelopMentor lists at http://discuss.develop.com.