| Waqar Ahmed 2004-12-22, 2:46 am |
| Hi,
With the help of Tutorial within BizTalk SDK i ve build an
activity. This activity simply takes an xml file and
process data in it. But the problem is with the xml file
that is passed to it. The Orchestration throws this error
when starts processing my xml document at runtime.
'System.NullReferenceException: Object reference not set
to an instance of an object. ' my xml document is
<?xml version='1.0' ?>
<Request xmlns:xs="http://www.w3.org/2001/XMLSchema-
instance"
xmlns="http://EAISchemas.Request"
xs:schemaLocation="http://EAISchemas.Request.xsd">
<Header>
<ReqID>R12345_</ReqID>
<Date>Today_</Date>
</Header>
<Item>
<Description>Description_</Description>
<Quantity>300 </Quantity>
<UnitPrice>1.45 </UnitPrice>
<TotalPrice>435.00 </TotalPrice>
</Item>
</Request>
Whats wrong in this document k its not acceptable by
BizTalk Orchestration.
Regards.
Waqar.
|