Passing an XML Document to a webservice

M

Microsoft Public

All,

I've got a InfoPath form that I'm trying to connect up to a webservice. The
purpose of this webservice is to take an xmlDocument, parse it, extract
values, perform some lookups and calculations, put those values into the xml
document and then return that XML document back to the IP template.
However, when I try to add the webservice to the form as a data connection,
it wants me to try to add sample values, so that it can retrieve a schema
for the return value. Is there any way for me to skip this step. I know I'm
going to be getting either an XML Document or string which can be loaded
into an XMLDocument, so I don't need to worry about this.

Thank you,

Mike Schnell
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top