Re: Error while receiving XML envelope document

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



I had a similar problem. In my case the issue appeared to be with the
BodyXPATH variable held against the root node in the envelope. Make
sure it points to the correct node.

eg if your envelope is:

<apple>
<banana>
<any>
</banana>
</apple>

and your document is:

<cherry>
<date>
</date>
</cherry>

the body xpath should be set to <banana> (zoom in on this field to get
the correct value)

.



Relevant Pages

  • XML to CSV
    ... xslt. ... the root node has a subtree but not the ... Any advice will be greatly appreciated. ... Prev by Date: ...
    (comp.text.xml)
  • RE: XmlDocument xsi: Problem
    ... I would like to confirm my understanding of your issue. ... I understand that you need to create a root node like ... Prev by Date: ...
    (microsoft.public.dotnet.xml)
  • Re: attributes.remove
    ... I understand what you are saying. ... The odd thing is that when I leave any attributes in the root node, ... Prev by Date: ...
    (comp.text.xml)
  • xml schemalocation
    ... I'm trying to generate a schemalocation entry on my root node when using the ... Lance Johnson ... Prev by Date: ...
    (microsoft.public.dotnet.xml)