嗯
我说SOAP没规定
是说SOAP没有规定只能是从服务往客户端发Struct
按理说客户端也应该能想服务端发送一个Struct啊
但是现在所有的例子和应用都没有设计到后面这种情况
我有点想不明白为什么
【 在 teaman (猪猪) 的大作中提到: 】
: 使用Schema的complexType来定义?
: <element name="words" type="words"/>
: <complexType name="words">
: <element name="word" type="xsd:string"/>
: <element name="number" type="xsd:int"/>
: </complexType>
--
FROM 202.197.125.175