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

 

 

Reply via email to