Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
cmalengrez
Contributor II
Contributor II

How to retrieve specific field from tsoap response containing multiple namespaces ?

Hi,

I want to retrieve the value of the 'num_pers_temp' field in the soap response message from the tSoap component.

But I don't know how to do this.

I can retrieve the value of 'get_num_described_persResult' by exemple but nothing that is related to namespace 'a' defined in 'astr_out'.

It seems there is a problem with the fact that you can not specify the namespace name in tExtractXMLField ?

Is that correct ?

If so do you have any other suggestion about how I could achieve to do this ?

I posted some print screens.

Thanks in advance for your help

Labels (2)
2 Replies
cmalengrez
Contributor II
Contributor II
Author

I also tried to check get nodes and ignore namespaces in the options but it doesn't work

cmalengrez
Contributor II
Contributor II
Author

Someone suggested me internally, if there is no possibility with talend components, to try to write custom java code (in a tjavarow ?) to try to parse the response with jaxb or ? What do you think ? If so how could I retreive the content of the body of the response of the tSoap as input for the custom java code ?