Hi Pros, (Hi Stephe)
I have an Xpath problem! My orchestration receives the response of a procedure call (throught the sql adapter, sql port)
The dumped output doc <the output is spOut.parameters> looks like
<spResponse>
<dbo.Person att1="val" att2="val" ……. />
</spResponse>
When I execute
personCount = xpath(xmlDom,"count(./spResponse/dbo.Person)"); // xmlDom holds the output doc,
personCount yields 0 which is really weird! any tips available?
Thanks,