Submit form data to secondary data source

R

russell

I have a secondary data source web service that expects to take the
entire contents of the main form as its input. The web service is
derived from the generated myschema.xsd. This secondary datasource is
activated by a query button. I have an on datachange event handler
that copies the result of the query over the top of the main form
contents after the query button button has been pushed. This basically
works - the copy back over does - however the data submitted is an
empty xml document that contains only the structure.

I have seen in Visual studio that it has generated a FormQuery.xml file
(my DS name is FormQuery) and there is an entry in the manifest.xsf
that sets the source=FormQuery.xml in the rule for the button.

What is the best way to get the data already entered on the form to be
submitted as the parameter for the web service - effectively I want to
submit my:myfields?

Thanks...
 

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