Hi all,
I have a integration Proxy-->PO-->SOAP. We are using a standard XSD imported as an external definition to comunicate with the third party with several operations (below)
The message structure which must be send to third party is:
Out operation "ConfigurationBatch" is (below)
I need to add the attribute "xsi:type" to a specific tag "ConfigurationUpdate"
The schema relies on the “xsi:type” feature available in XML Schema Instance namespace (http://www.w3.org/2001/XMLSchema-instance). Xsi:type is a re-define or extension mechanism. It operates based on information in the XML instance. So the actual re-define isn’t in the schema, but it is created at run-time.
is it posible create a xslt for example to do this?
Thanks
Regards