InfoPath Integration with Biztalk HWS

G

Guy

Hi,
After getting the Lab 12 example to work (a feat in itself)

http://msdn.microsoft.com/library/d...y/en-us/odc_ip2003_tr/html/odc_INF_Lab_12.asp

I am trying to tweek it a little to set multiple targets (produce a
form for each target), however I am having difficulty. I have set the
InfoPaths primary data source's "Target" property to unbounded and
likewise for the "Target" element in the referenced Activation.xml
that it is mapped to. Also changed the GUI to allow for multiple
targets. However it seems to be falling over in mapping for the
DataAdapter defined in the manifest.xfs file. As it only passes 1 of
the Target values accross. This is my mapping


<xsf:input source="Activation.xml">
<xsf:partFragment match="ActionSection/Target"
replaceWith="/my:myFields/my:Target"></xsf:partFragment>
........

After refering to the XPath Documentation "ActionSection/Target"
should retrieve all Target elements that are children of ActionSection
element. This however is not the case.

How can I map multiple instances of an element to a an unbounded
element on in the Activation.xml file?

Thanks Guy
 
B

bwmbagus

post it to a Sarepoint folder and then use a Biztalk server orchestration or
an event on the sharepoint list to copy it elseswhere. Or post it to a web
service and code it to do the distribution, or set up tasks in HWS so they
are linked together .....

Generally, if you find yourself messing with plumbing, then you have either
found a new way of doing things, or more often, you need help and are heading
down the wrong code pattern.
 

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