IBM Sterling Transformation Extender

Sterling Transformation Extender

Come for answers, stay for best practices. All we're missing is you.


#Sterling
#Supplychain
 View Only
  • 1.  change NS1 namespace prefix

    Posted 07/09/14 11:14 AM

    Originally posted by: jourdanss


    Hi, I need help with namespace prefix. How change 'NS1' for 'tns5'

    This is my output message:

    <NS1:msg xmlns:NS1="http://www.example.org/MT507_RechazoAlza">
     <NS1:referencia>
      <NS1:idPrenda>1001108</NS1:idPrenda>
     </NS1:referencia>
     <NS1:solicitud>
      <NS1:idDeudor>1001</NS1:idDeudor>
      <NS1:idAcreedor>1012</NS1:idAcreedor>
     </NS1:solicitud>
    </NS1:msg>

    And I want this output Message

    <tns5:msg xmlns:tns5="http://www.example.org/MT507_RechazoAlza">
     <tns5:referencia>
      <tns5:idPrenda>1001108</tns5:idPrenda>
     </tns5:referencia>
     <tns5:solicitud>
      <tns5:idDeudor>1001</tns5:idDeudor>
      <tns5:idAcreedor>1012</tns5:idAcreedor>
     </tns5:solicitud>
    </tns5:msg>

    Thanks for your help,

    Jourdan

     

     


    #IBMSterlingTransformationExtender
    #DataExchange
    #IBM-Websphere-Transformation-Extender


  • 2.  Re: change NS1 namespace prefix

    Posted 07/10/14 09:45 AM

    Originally posted by: GKearney


    Did you try to change the namespace Value in the output card from 'NS1' for 'tns5' ?.

    I hope that this helps.


    #IBM-Websphere-Transformation-Extender
    #IBMSterlingTransformationExtender
    #DataExchange