1. When creating a new webservice in Visual Studio .NET 2005, the IDE automatically adds the following line on top of your serviceName.cs file:
[WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)]
Change it to WsiProfiles.None
2. Add the MessageName in the [WebMethod(MessageName="UniqueName1"]
No comments:
Post a Comment