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
 
Top