Displaying a pre-populated form to the user

S

Subir

Hi,
I am working on an application that has the following workflow:
1. A web service gets a request for an order.
2. The web service stores the order detaails details in an xml. There is a
schema for the xml.
At this point I have to populate (or create?) an InfoPath form with details
about the order. Then I have to send the updated form to a Sharepoint site
under a user's task list.
The user should be able to view the order details and submit the form for
further processing.
Any samples/ideas how I can do the InfoPath related activities?

Thanks,
Subir
 
A

Adam Harding

Subir

How about an infopath form that uses the web service as a secondary data
source. You have a query view that uses a unique identifier for the order on
the web service as its search. That then pulls in all the other fields from
the web service displaying them filtered by the correct Unique reference
number.

The only problem doing it from XML is that the data connections are meant to
be the permanent sources for the form so each new xml document would have to
be added as a data source.

I think the best way would be to tap into the web service as that is the
fixed point to pull the data back from.

Cheers Adam

That way you get a permanent
 

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