Click here to Skip to main content
15,898,929 members
Home / Discussions / C#
   

C#

 
GeneralRe: setup and deployment projects Pin
bouli15-Apr-04 3:05
bouli15-Apr-04 3:05 
GeneralRe: setup and deployment projects Pin
Heath Stewart15-Apr-04 3:48
protectorHeath Stewart15-Apr-04 3:48 
GeneralRe: setup and deployment projects Pin
Heath Stewart15-Apr-04 3:41
protectorHeath Stewart15-Apr-04 3:41 
GeneralRe: setup and deployment projects Pin
bouli15-Apr-04 4:05
bouli15-Apr-04 4:05 
GeneralRe: setup and deployment projects Pin
Heath Stewart15-Apr-04 4:11
protectorHeath Stewart15-Apr-04 4:11 
GeneralRe: setup and deployment projects Pin
bouli15-Apr-04 4:20
bouli15-Apr-04 4:20 
GeneralRe: setup and deployment projects Pin
Heath Stewart15-Apr-04 5:00
protectorHeath Stewart15-Apr-04 5:00 
GeneralStrongly typed DataSet from a web service Pin
bjoernen15-Apr-04 2:49
bjoernen15-Apr-04 2:49 
I writing an N-tier application, where I will used strongly typed DataSets as data transport objects between some tiers.

The application consumes a web service. By default VS has created a proxy and a number of classes that are used to hold the data the web service returns, ie classes that mirrors the result xml structure. I want to move to DataSets instead.

Is there a clever way to make a web service proxy automatically fill a typed DataSet instead of the auto-created classes when I call the web service? Observe that this web service does not return a DataSet per se (this would be simple then), but a structure that would easily be held within a DataSet.

Manually I can look inside the wsdl, extract the schemas, let VS create typed DataSets from those schemas, write code that consumes the web service through the proxy, move over all retrieved data to my DataSets, done. Since this seems like a common scenario, I'm just hoping that VS has an automated way of doing this. What would be the easiest way?

Kind regards,
/Björn Morén
Sweden
GeneralRe: Strongly typed DataSet from a web service Pin
Heath Stewart15-Apr-04 3:58
protectorHeath Stewart15-Apr-04 3:58 
GeneralRe: Strongly typed DataSet from a web service Pin
bjoernen15-Apr-04 4:47
bjoernen15-Apr-04 4:47 
GeneralRe: Strongly typed DataSet from a web service Pin
Heath Stewart15-Apr-04 5:03
protectorHeath Stewart15-Apr-04 5:03 
GeneralRe: Strongly typed DataSet from a web service Pin
bjoernen15-Apr-04 21:06
bjoernen15-Apr-04 21:06 
GeneralRe: Strongly typed DataSet from a web service Pin
Heath Stewart16-Apr-04 3:55
protectorHeath Stewart16-Apr-04 3:55 
Generalall client machine in local network Pin
Anonymous15-Apr-04 2:14
Anonymous15-Apr-04 2:14 
GeneralRe: all client machine in local network Pin
Stefan Troschuetz15-Apr-04 5:21
Stefan Troschuetz15-Apr-04 5:21 
QuestionHow can i draw many small bitmap into a large one ? Pin
fu015-Apr-04 2:12
fu015-Apr-04 2:12 
AnswerRe: How can i draw many small bitmap into a large one ? Pin
Colin Angus Mackay15-Apr-04 3:13
Colin Angus Mackay15-Apr-04 3:13 
GeneralSerialization Pin
Large Data File14-Apr-04 23:46
Large Data File14-Apr-04 23:46 
GeneralRe: Serialization Pin
Heath Stewart15-Apr-04 5:11
protectorHeath Stewart15-Apr-04 5:11 
GeneralRe: Serialization Pin
Large Data File15-Apr-04 5:47
Large Data File15-Apr-04 5:47 
GeneralRe: Serialization Pin
Heath Stewart15-Apr-04 5:50
protectorHeath Stewart15-Apr-04 5:50 
GeneralRe: Serialization Pin
Large Data File15-Apr-04 6:20
Large Data File15-Apr-04 6:20 
GeneralRe: Serialization Pin
Heath Stewart15-Apr-04 6:28
protectorHeath Stewart15-Apr-04 6:28 
GeneralAbout ShutDown in XP Pin
lajiyo14-Apr-04 23:02
lajiyo14-Apr-04 23:02 
GeneralRe: About ShutDown in XP Pin
Heath Stewart15-Apr-04 4:59
protectorHeath Stewart15-Apr-04 4:59 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.