Using InfoPath and LLBLGen

Posts   
 
    
jjnies
User
Posts: 66
Joined: 07-Nov-2007
# Posted on: 24-Mar-2008 18:06:04   

Hi all, I had a question regarding the use of InfoPath.

I'm not sure if anyone here has used InfoPath with LLBLGen Pro, but I had a few concerns.

I'm trying to figure out a way to use InfoPath without creating my own objects. essentially the way I do it now is like this.

I create a WebsService that uses manually built classes that mirror the basic generated entities and collections.

InfoPath consumes my webservice and recognises my classes, if I try to pass a generated entity instead of my basic class, InfoPath will not work with it.

When I try to pass just an LLBLGen generated enitity, InfoPath chokes on it (does not imports any class info_. Can someone please help me? Thanks! Jaxon

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 25-Mar-2008 07:24:09   

Do you have some example code or a tiny solution for what you are trying?

David Elizondo | LLBLGen Support Team
jjnies
User
Posts: 66
Joined: 07-Nov-2007
# Posted on: 27-Mar-2008 14:23:59   

I will try to cook something up today so you can see what I'm trying to accomplish. Thank you!