Originally posted by: uvaiseodam
Hi,
I want to generate the below xml after the map.
Issue: Schema location namespaces are not getting generated after the transformation.
Scenario: Created a type tree from a wsdl and after transformation map is not generating child namespaces and prefixes. Default parent namespace is getting assigned for all fields by default. I am using WTXv 8.4.1.4. But when try to create a sample request for the same wsdl in soapui all namespaces with their proper prefixes and namespaces are getting generated. I cannot share original wsdl due to some constraints. Anu pointers on this would be really appreciated.TIA.
<Parent xmlns="http://org.db.com/Api/1.0/">
<request xmlns:a="http://schemas.contract.org/2004/07/DB.Api">
<a:Tickets xmlns:b="http://schemas.contract.org/2004/07/DB.Models">
<b:Ticket>
<b:CorrelationId>0D2D0553-3F77-43C4-9DB5-BDF860A03D46</b:CorrelationId>
</b:Ticket>
</a:Tickets>
</request>
</Parent>
#IBM-Websphere-Transformation-Extender#IBMSterlingTransformationExtender#DataExchange