Tagged Questions
0
votes
2answers
159 views
Create an instance of an ASMX stub object from a real object
I have an ASMX web service that exposes several objects. I have a real instance of that object, and I would like to instantiate a stub object that is populated from it. Clearly there is such ...