What is the best way to submit my browser based infoPath form to a web
service? I currently am submitting based on mySchema.xsd, and my web
service generates a proxy class based on this so it understands what it is
getting, however I am also considering using a data set (typed or untyped
preference?).
Also, I need a unique key back from the database via my webservice so I can
store it in my form - how is this typically done? I am storing the xml
document in sharepoint and in a backend database via a web service.
Thanks
Clayton
Clay Fox - 14 Nov 2007 20:38 GMT
Hi Clayton
The unique key is tough. There is a way to get one from SharePoint or you
can have it assigned by SQL.
You might want to check out the Database Accelerator since it does a lot of
the same things. http://www.qdabra.com
Also the Web Developers Reference goes through the web services and may give
you some insight on how it does the ID process. You can find it under
downloads on http://www.infopathdev.com

Signature
Thanks
Clay Fox
Qdabra Software
http://www.qdabra.com
InfoPathDev.Com
The Largest InfoPath Forum in the World
http://www.infopathdev.com
> What is the best way to submit my browser based infoPath form to a web
> service? I currently am submitting based on mySchema.xsd, and my web
[quoted text clipped - 9 lines]
>
> Clayton