Forum Discussion
Katarzyna
14 years agoContributor
Hello,
I works correctly - thanks a lot for your help.
Unfortunately I have one more questions:
1. How can I use this when I have more than one ID, for egazmple, when I have something like this:
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Body>
<SaveCreditCardResponse xmlns="http://www.ibe.voyager.rsd.de-v1">
<SaveCreditCardResult>
<ID>20</ID>
</SaveCreditCardResult>
<SaveBankResult>
<ID>20</ID>
</SaveBankResult>
</SaveCreditCardResponse>
</soap:Body>
</soap:Envelope>
I assume that local-name() does not work here.
Best Regards
Katarzyna
I works correctly - thanks a lot for your help.
Unfortunately I have one more questions:
1. How can I use this when I have more than one ID, for egazmple, when I have something like this:
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Body>
<SaveCreditCardResponse xmlns="http://www.ibe.voyager.rsd.de-v1">
<SaveCreditCardResult>
<ID>20</ID>
</SaveCreditCardResult>
<SaveBankResult>
<ID>20</ID>
</SaveBankResult>
</SaveCreditCardResponse>
</soap:Body>
</soap:Envelope>
I assume that local-name() does not work here.
Best Regards
Katarzyna