Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

SOAP::Lite and XML

by cerror (Scribe)
on Jul 03, 2007 at 01:46 UTC ( #624578=perlquestion: print w/replies, xml ) Need Help??

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>
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://624578]
Approved by jesuashok
help
Chatterbox?
and the web crawler heard nothing...

How do I use this? | Other CB clients
Other Users?
Others browsing the Monastery: (3)
As of 2023-03-29 16:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which type of climate do you prefer to live in?






    Results (72 votes). Check out past polls.

    Notices?