Our approach is straightforward:
- Write a mysvc.asmx files
- Use the URI syntax: http://localhost/websvc/mysvc.asmx?WSDL to generate the WSDL
- Use .NET ServiceDescriptionImporter class & the WSDL from above step to generate the client proxy code
- Tweak the types generated so that they belong to the same namespace and have properties (useful for binding to Datagrids in .aspx files)
No comments:
Post a Comment