Is there a way in FSM Connect to achieve that in the XML Maps?
I can configure the map for <Credential domain="NetworkId"> but i’m struggling for the the two bold examples (and therefore others that would be needed).
Any help would be appreciated.
Ady
Page 1 / 1
Hi,
Anyone able to assist on this one please?
Ady
Hi,
Hopefully me asking for any assistance on this bumps it up any algorithm being used and someone see’s this.
Just want to know if the above is possible.
Ideally get answer through this platform.
Ady
Hi @AdrianEgley ,
Just noticed this question,
You may try this approach out. ‘@’ symbol usually denotes the simple attributes and make sure to inject these attributes using the xpath as below.
this will give you a result with multiple attributes as below.
One more question if I may. One of the attributes is ‘xml:lang’ - FSM when generating the XML doesn’t like the ‘ : ‘ colon character. Is there anything I can do the allow that to be supported when generating the XML?
Ady
Hi @SAMLK - absolute magic!!
That’s worked a treat, thank you very much.
One more question if I may. One of the attributes is ‘xml:lang’ - FSM when generating the XML doesn’t like the ‘ : ‘ colon character. Is there anything I can do the allow that to be supported when generating the XML?
Ady
Hi Ady,
Usually according to the w3 guide xml prefix is already bound to the namespace name itself. I assume the attribute ‘lang’ would be sufficient enough to pass your payload.
But if it is insisted, then you need to declare the xml namespace prefix under the namespaces tab as below.
Therefore when the integration is triggered, and I produce an XML output file, only the last value is showing.
Is there a way to produce all 3 elements on the same XML as theoretically they are all the same name. Just the attribute is set in them to differentiate.
Thanks again Ady
@SAMLK
Hopefully looking at the document I have to map against this should be the last question.
Therefore when the integration is triggered, and I produce an XML output file, only the last value is showing.
Is there a way to produce all 3 elements on the same XML as theoretically they are all the same name. Just the attribute is set in them to differentiate.
Thanks again Ady
Hi ady,
how are the extrinsic tags denoted in the xml structure? can you share the xml
@SAMLK
Thank you, I have attached the XML.
Ady
@SAMLK - Hi, thanks again for the previous assistance. Just wondering if you were able to review the last request and the ability to duplicate the elements even though they are the same name?
Ady
Hi @AdrianEgley
Sorry for the delay I didn't get a lot of time to analyse this problem. This one is a bit tough to answer as we might have a limitation here when setting the elements starting with the same name and different attributes. I will need to check this whether it can be achieved through configs.
@ruben.maas could you kindly help @AdrianEgley if you see a straight forward answer for the last question?