This is a bug in Axis -- please file a bug report in JIRA.
On 9/7/06, Amol Ambekar <[EMAIL PROTECTED]> wrote:
am using axis 1.4
I have a complex type element called ArrayOfString
WSDL Snippet
<xsd:complexType name="ArrayOfString">
<xsd:sequence>
<xsd:element name="string" minOccurs="0"
maxOccurs="unbounded" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
The client is C++
When the client is accessing the service it's expected soap packet is
<string>TestSpec</string>
But when AXIS sends a soap Response it creates a following response
<item>TestSpec</item>
Can anybody Help Me .Thanks in advance.
Regards,
Amol Ambekar
Skandsoft Technologies
Know....Now!
www.skandsoft.com
+91 92235 11526
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]