Search the web
Sign In
New User? Sign Up
soaplite · SOAP::Lite for Perl (soaplite.com)
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
need help to handling array in soap:lite in perl using wsdl   Message List  
Reply | Forward Message #6263 of 6387 |
Hi i am using wsdl the contains of it is
<complexType name="ArrayOfTarget">
<complexContent>
<restriction base="soapenc:Array">
<attribute ref="soapenc:arrayType"
wsdl:arrayType="impl:Target[]"/>
</restriction>
</complexContent>
</complexType>

<complexType name="Target">
<sequence>
<element name="nas-ip" nillable="true" type="xsd:string"/>
<element name="port" nillable="true" type="xsd:long"/>
<element name="secret" nillable="true" type="xsd:string"/>
</sequence>
</complexType>

<complexType name="ArrayOfRadiusattributes">
<complexContent>
<restriction base="soapenc:Array">
<attribute ref="soapenc:arrayType"
wsdl:arrayType="impl:Radiusattributes[]"/>
</restriction>
</complexContent>
</complexType>

<complexType name="Radiusattributes">
<sequence>
<element name="RadiusattributeName" nillable="true"
type="xsd:string"/>
<element name="RadiusattributeValue" nillable="true"
type="xsd:string"/>
<element name="RadiusattributeFormat" nillable="true"
type="xsd:long"/>
</sequence>
</complexType>

<complexType name="ChangeProfile">
<sequence>
<element name="TargetData" nillable="false"
type="impl:ArrayOfTarget"/>
<element name="RadiusattributesData" nillable="false"
type="impl:ArrayOfRadiusattributes"/>
<element name="Command" nillable="false"
type="xsd:string"/>
</sequence>
</complexType>

<complexType name="ChangeProfileResponse">
<sequence>
<element name="iResponseCode" nillable="false"
type="xsd:long"/>
</sequence>
</complexType>
</schema>


My soap server is in c/c++,I want to send the vales of nsa-ip port to
server ,




Sat Dec 6, 2008 5:12 am

dinesh_chb
Offline Offline
Send Email Send Email

Forward
Message #6263 of 6387 |
Expand Messages Author Sort by Date

Hi i am using wsdl the contains of it is <complexType name="ArrayOfTarget"> <complexContent> <restriction base="soapenc:Array"> <attribute...
dinesh_chb
Offline Send Email
Dec 6, 2008
6:43 am
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help