开发者

Web service response differs from WSDL

Any explanation for this kind of behaviour?

Part of WSDL:

   <complexType name="ArrayCD">
    <sequence>
     <element maxOccurs="unbounded" minOccurs="0" name="item" type="impl:EF"/>
    </sequence>
   </complexType>
   <complexType name="AB">
    <sequence>
     <element name="elem1" nillable=开发者_StackOverflow社区"true" type="impl:ArrayCD"/>
    </sequence>
   </complexType>

Part of response from web service method:

<elem1>
 <elem1>
 </elem1>
</elem1>
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜