soap binding



Can anyone help me with .net 2.0?

The WSDL that .NET generates has:
<soap:binding transport="http://schemas.xmlsoap.org/soap/http"; />

What the Java guys wants is that I format that line into
<soap:binding transport="http://schemas.xmlsoap.org/soap/http";
style="document" />

How do I do this? Thanks.

RJ


.



Relevant Pages