|
I'm a little puzzle
as to how nusoap handles complextype that does not define a "type" in its wsdl.
see my underline tag. I'm not able to code this correct, nusoap
creates an envelope that look like this (see below), its missing the tag "Value"
so the results from the webservices is blank. Any advice would be great or
suggestions.
.....
<WhereClause>
<SearchProperties>
<Property>
<Name>xxxx</Name>
</Property>
</SearchProperties>
</WhereClause>
....
....
- <s:complexType name="ArrayOfEntityPropertyValue">
<s:element minOccurs="0"
maxOccurs="unbounded"
name="Property"
nillable="true"
type="s0:EntityPropertyValue" />
</s:sequence>
</s:complexType>
- <s:complexType name="EntityPropertyValue">
<s:element minOccurs="0"
maxOccurs="1"
name="Name"
type="s:string" />
<s:element minOccurs="0"
maxOccurs="1"
name="Value" />
</s:sequence>
</s:complexType>
Disclaimer: This e-mail message is intended only for the personal use of the recipient(s) named above. If you are not an intended recipient, you may not review, copy or distribute this message. If you have received this communication in error, please notify us immediately by e-mail and delete the original message. This e-mail expresses views only of the sender, which are not to be attributed to Rite Aid Corporation and may not be copied or distributed without this statement.
|
|