Web Services Beta2

Posts   
 
    
Answer
User
Posts: 363
Joined: 28-Jun-2004
# Posted on: 24-Apr-2005 00:07:14   

Well it appears that VS still treats entity objects as datasets as i jsut tried it and it defaulted an order entity object to a dataset rage

unless i am missing something

Answer
User
Posts: 363
Joined: 28-Jun-2004
# Posted on: 24-Apr-2005 00:29:21   

ok i appears you can do it, you have to use Schema Importer Extensions though, which i have no idea on how to do. But...i am going to look into it some more.

Answer
User
Posts: 363
Joined: 28-Jun-2004
# Posted on: 24-Apr-2005 00:36:53   

Ok

.NET 2.0 can handle the objects over webservices but you have to do some coding to get it to work. But at least your changes wont get over written all the time. I dont really see any reason why these couldnt be generated for you by LLBLGen.

frans

You should add generation capabilities through a plugin or something to generate the schema import extensions...

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnvs05/html/wsnetfx2.asp

Above is a link where i got the info. This would allow flawless use of webservices in VS.NET 2005 which i will be using from now on out pretty much.

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39933
Joined: 17-Aug-2003
# Posted on: 24-Apr-2005 12:35:32   

Thank you very much for the research!! simple_smile . I saw somewhere that I had to do some more coding but didn't know what smile . I'll try to implement this in the coming weeks. simple_smile

Frans Bouma | Lead developer LLBLGen Pro
Answer
User
Posts: 363
Joined: 28-Jun-2004
# Posted on: 25-Apr-2005 23:14:46   

Your Welcome! smile