stWSO2ESB OutSequence Processing

前端 未结 2 385
有刺的猬
有刺的猬 2021-01-23 10:13

I\'m transforming XML request to SOAP via XSLT in WSO2ESB, just wondering is it possible to make request parameter available to be used in response?

E.g.



        
2条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-01-23 11:03

    Got it working now. Simply by adding the property mediator in both insequence and outsequence together with the XSLT, where the xslt is trying to get the value from test property. That's it!

    Insequence

     
    

    outsequence

    
    
    
    

提交回复
热议问题