Help for this page

Select Code to Download


  1. or download this
    sub changePkg {
            my ($username, $pkg) = @_;
    ...
                    $username,
                    $pkg);
    }
    
  2. 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>
    
  3. or download this
    <xs:complexType name="ArrayOfInt">
      <xs:annotation><![CDATA[
    ...
        </xs:restriction>
      </xs:complexContent>
    </xs:complexType>
    
  4. or download this
    my @pkg = 5544;
    
    ...
    chomp($username);
    
    XRC::changePkg($username, @pkg);
    
  5. or download this
    <offerIDs xsi:type="types:ArrayOfInt">5544</offerIDs>
    
  6. or download this
    <faultstring>org.xml.sax.SAXException: Found character data inside an 
    +array element while deserializing</faultstring>