Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Can you please help to solve this issue:
I'm sending one getBank WS correctly, but when i'm tryinng to extract specific field i got empty result:
[statistics] connecting to socket on port 3368
[statistics] connected
|||
[statistics] disconnected
the WS result when i use tlogRow without tExtractXmlField:
<ns1:details xmlns:ns1="http://thomas-bayer.com/blz/">
<ns1:bezeichnung>Sparkasse KölnBonn</ns1:bezeichnung>
<ns1:bic>COLSDE33XXX</ns1:bic>
<ns1rt>Köln</ns1rt>
<ns1lz>50667</ns1lz>
</ns1:details>
You shouldn't need the "." in your loop XPath. Just use "/details". You will also need to use the "Ignore namespace" option in the advanced settings tab. You may need to tweak your column XPaths, but you will be on the right path.
You shouldn't need the "." in your loop XPath. Just use "/details". You will also need to use the "Ignore namespace" option in the advanced settings tab. You may need to tweak your column XPaths, but you will be on the right path.
Thank very much rhall, it's ok now the "Ignore namespace" option it's what i missed.