当前位置: 代码迷 >> J2EE >> 求教 一段wsdl该如何传输
  详细解决方案

求教 一段wsdl该如何传输

热度:92   发布时间:2016-04-22 02:58:32.0
求教 一段wsdl该怎么传输
XML code
            <complexType name="UserList">                <complexContent>                    <restriction base="SOAP-ENC:Array">                        <sequence>                            <element maxOccurs="unbounded" name="user" type="xsd:string" />                        </sequence>                        <attribute WSDL:arrayType="xsd:string[]" ref="SOAP-ENC:arrayType" />                    </restriction>                </complexContent>            </complexType>

这段wsdl文档是我要向对方发送的数据,我该怎么封装这个UserList 请教大家

------解决方案--------------------
WSDL,JSON,RSS,都是XML的封装传输数据结构
AJAX用的多

------解决方案--------------------
好~~
------解决方案--------------------
谈一下经验吧。。。。呵呵!
------解决方案--------------------
  相关解决方案