Originally posted by: julienmotch
Hello,
We are processing xml files cmming from our Swift provider.
My problem is that this provider uses prefix without defining them and it makes the WTX validation fail by responding that the namespace has not been mapped to any uri.
This is the part of my message which makes the validation process fail:
<AckTxt>
<Sw:SnFRef>swi00001-2011-11-02T07:41:41.15595.16648989Z</Sw:SnFRef>
<Sw:SnFRefType>InterAct</Sw:SnFRefType>
<Sw:AcceptStatus>Accepted</Sw:AcceptStatus>
<Sw:AckSwiftTime>2011-11-02T07:41:43Z</Sw:AckSwiftTime>
</AckTxt>
The 'Sw' prefix is not defined anywhere in the file
I was thinking to disable the xsd validation by settings the Verifiction property of the card to 'Well formed only' but this is not enough.
Do you know another way to by-pass this kind of validation?
I use on WTX8.3.0.2 on DataPower.
Thanks,
Julien
PS: I join you the file and the xsd
#IBMSterlingTransformationExtender#DataExchange#IBM-Websphere-Transformation-Extender