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