当前位置:编程学习 > C#/ASP.NET >>

webservice 的方法参数 怎么加上 命名空间的前缀

请教个问题:
         <in0 xsi:type="cli:AuthRequest" xmlns:cli=" http://client.ota.com">
            <A xsi:type="xsd:string">?</A>
            <B xsi:type="xsd:string">?</B>
            <C xsi:type="xsd:string">?</C>
         </in0>

在。NEY 里面怎么设置变为:
         <cli:in0 xsi:type="cli:AuthRequest" xmlns:cli=" http://client.ota.com">
            <A xsi:type="xsd:string">?</A>
            <B xsi:type="xsd:string">?</B>
            <C xsi:type="xsd:string">?</C>
         </cli:in0>

也就是  in0 变量前面加上前缀
补充:.NET技术 ,  非技术区
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,