DCSIMG
WebService - YsA.Net

Browse by Tags

All Tags » WebService (RSS)
In our latest project we encountered a problem with the usage of a Web Service. The web method we created received an object as a parameter that contained information about the operation we wanted to perform. When I created the web reference to the service a strange thing has happened : Visual Studio created a proxy class for the web service and another proxy class for the type of the object that the web method received. It even became more complicated when the object contained an enum : VS created...