AlwaysIncludeTypes |
Indicates that type will always be included on SOAP elements. This option is useful when performing SOAP interop with SOAP implementations that require types on all elements. |
EmbedAll |
Indicates that SOAP will be generated without references. |
None |
|
Option1 |
Public reserved option for temporary interop conditions, the use will change. |
Option2 |
Public reserved option for temporary interop conditions, the use will change. |
XsdString |
Indicates that the output SOAP string type in a SOAP Envelope is using the XSD prefix, and that the resulting XML does not have an ID attribute for the string. For example, while a class by default might be remoted in the SOAP format as remoting serialization with the XsdString option would produce the following XML. For more information about SOAP envelopes, see www.w3.org/tr/soap/#_Toc478383494. |