How to: Configure SOAP Messages for ASP.NET Web Services
In Application Designer, you can control aspects of the SOAP messages sent to an ASP.NET Web service by modifying the SOAP properties on the Web service provider endpoint or individual operations.
Note
Modifying a SOAP property on an endpoint affects all operations on that endpoint unless you override that property on individual operations.
For more information about communication using SOAP protocol and these properties, see Communication Between Applications and MSDN online.
To control SOAP messages
Select the Web service provider endpoint on the Web application you want.
-or-
In the Web Service Details window, select an operation for that Web service.
Tip
If the Web Service Details window is closed, right-click the Web service provider endpoint and choose Define Operations.
On the Diagram menu, choose Properties.
In the Properties window, set the appropriate SOAP properties under the Implementation heading.
See Also
Tasks
How to: Define Operations for ASP.NET Web Services