Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
I also tried to check get nodes and ignore namespaces in the options but it doesn't work
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 ?