- or download this
sub changePkg {
my ($username, $pkg) = @_;
...
$username,
$pkg);
}
- or download this
<wsdl:message name="setUserOffersRequest">
<wsdl:part name="clientID" type="xs:int"/>
<wsdl:part name="username" type="xs:string"/>
<wsdl:part name="offerIDs" type="types:ArrayOfInt"/>
</wsdl:message>
- or download this
<xs:complexType name="ArrayOfInt">
<xs:annotation><![CDATA[
...
</xs:restriction>
</xs:complexContent>
</xs:complexType>
- or download this
my @pkg = 5544;
...
chomp($username);
XRC::changePkg($username, @pkg);
- or download this
<offerIDs xsi:type="types:ArrayOfInt">5544</offerIDs>
- or download this
<faultstring>org.xml.sax.SAXException: Found character data inside an
+array element while deserializing</faultstring>