Ask a Question related to ASP.NET Web Services, Design and Development.
-
Matt #1
Using xsd generated classes
Hi, apologies if these are obvious questions..
1)
I have generated a whole bunch of classes using xsd, and need to use some of
these to call a Webservice provided by others.
are there any more steps required to use these, or will the serialisation /
deserialisation happen automatically now?
i.e. can I now call myReturnClass = aService(User,Address);
And expect it all to fill automatically?
2) As I need to manipulate these classes in my code (such as make tham
arrays etc), I assume that I need to make my own class that inhertis from
the xsd created classes, and add in any additonal methods in there, or is
there another way of adding methods to these classes?
Again, apologies if these are obvious questions
Matt.
Matt Guest
-
?????????generated from database
HI everyone Im after some advice objective a user completes a search and the result are displayed. In this case - hospitals. Each entry in the... -
Problem generating appropriate WSDL from C# classes generated from an XSD
Hi all, We are integrating Great Plains 7.5 (GP) with BizTalk 2004 (BT) through web services. GP's connectivity component (eConnect) works... -
Problems with XSD-generated Classes...
Hi, I use XSD to generate my classed based on an XML schema, then include those classes in my web service code. My web service test client reads... -
[Serializable] attribute on generated classes
Hi, I'm passing a complex type, which I have defined, via a web service method....in the client generated reference.cs I want the class to be... -
Alter generated always to generated by default
I have a table that has an identity column in it. It was created generated always and now I would like (need) it to be generated by default. I...



Reply With Quote

