using web service that returns xml as string

D

Dwight Johnson

I have a web service that returns data, not as an xml document, but as
a string. The InfoPath guy here wants me to create a new method that
returns an xml document, but I just want to know if InfoPath is able
to take a string returned from a webservice and create its own xml
document from it. That is how all the other applications do it. Thanks.
 
D

Don Reamey \(MSFT\)

You would probably have to write code to take the returning XML and insert
it into the current document.

This won't happen by default using the web service data adapter.
--
Don Reamey
Software Development Engineer
InfoPath Forms Server
Microsoft Corporation
http://blogs.officezealot.com/dreamey
 

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