日期:2014-05-20  浏览次数:20620 次

求教 一段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用的多

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