自定义管道组件来修改s:Envelope [英] Custom pipeline component to modify s:Envelope

查看:110
本文介绍了自定义管道组件来修改s:Envelope的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要修改Envelope并将xml名称空间更改为某些非标准声明。我需要它像这样呈现:

I need to modify the Envelope and change the xml namespace to some non-standard declaration. I need it to render like so:

< soap:Envelope   &NBSP;的xmlns:SOAP = QUOT; HTTP://schemas.xmlsoap.org/soap/envelope/"


   &NBSP;&NBSP;&NBSP; &NBSP;&NBSP;&NBSP; &NBSP;&NBSP;&NBSP; &NBSP;&NBSP;&NBSP; &NBSP;&NBSP;&NBSP; &NBSP;&NBSP;&NBSP;   xmlns:xsd =" http://www.w3.org/2001/XMLSchema"

   &NBSP;&NBSP;&NBSP; &NBSP;&NBSP;&NBSP; &NBSP;&NBSP;&NBSP; &NBSP;&NBSP;&NBSP; &NBSP;&NBSP;&NBSP; &NBSP;&NBSP;&NBSP;   xmlns =" http://www.oati.net/namespace/webtrader/WTUnitCapacityImport">

<soap:Envelope    xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
                            xmlns:xsd="http://www.w3.org/2001/XMLSchema"
                            xmlns="http://www.oati.net/namespace/webtrader/WTUnitCapacityImport">

有人能指出我正确的方向吗?我知道需要自定义管道组件,但除此之外我没有任何细节。

Could someone point me in the right direction? I understand that a custom pipeline component is required but I have no details outside of that.

提前感谢所有帮助。

AJ Raje

推荐答案

您尝试使用哪种适配器?
What adapter are you trying to use?


这篇关于自定义管道组件来修改s:Envelope的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆