On 27 January 2014 11:53, Allen <[email protected]> wrote: > Hi gang > I hope someone here knows the answer. > I have a simple SCVersionRequest web service. VS2010 c# using net 2. The > service returns SCVersionRequestResponse with a value but I want it to > return SCVersionResponse. Anyone know where I can change the VS default > names to have my own? Or at least the return name.
I've been fighting with web services all last week! Not sure if this is useful in your case but a very handy tool is Fiddler: http://www.telerik.com/fiddler Run this and you can see exactly what xml is being requested and returned. Something that wasted days for me is that when generating the classes from the wsdl/xsd files (I have 100s), they *must* be hosted on a web server, not saved locally. -- Paul _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/cadwx0+lewokgodtk_sxb_bxfjb-mqqyda8yx4a97eom31eu...@mail.gmail.com ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

