BizTalk Server Orchestration - using multiple record xml when consuming orch in web service

This is Interesting: Free IT Magazines  
Home > Archive > BizTalk Server Orchestration > January 2005 > using multiple record xml when consuming orch in web service





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author using multiple record xml when consuming orch in web service
raf

2005-01-20, 7:47 am

i tried the sample in lab J,
that is publishing an orchestration as a web service.
in the "TestPublishedWebService" project
how can change this codeto send a xml with more that one item?


localhost.Request req = new localhost.Request();
req.Header = new localhost.RequestHeader();
req.Header.ReqID = txtReqID.Text;
req.Header.Date = txtDate.Text;
req.Item = new localhost.RequestItem();
req.Item.ItemID = txtItemID.Text;
req.Item.Description = txtDesc.Text;
req.Item.Quantity = txtQty.Text;
req.Item.UnitPrice = txtUnitPrice.Text;
req.Item.TotalPrice = txtTotalPrice.Text;


thanks.
raf.
Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com