Re: Error while receiving XML envelope document
- From: julieannek@xxxxxxxxx
- Date: 10 Aug 2005 09:04:47 -0700
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)
.
- References:
- Error while receiving XML envelope document
- From: Bajka
- Re: Error while receiving XML envelope document
- From: Scott Colestock
- Error while receiving XML envelope document
- Prev by Date: Business Rules - can't implicitly convert string fact to number fact
- Next by Date: Re: Business Rules - can't implicitly convert string fact to number fact
- Previous by thread: Re: Error while receiving XML envelope document
- Next by thread: Re: Error while receiving XML envelope document
- Index(es):
Relevant Pages
|