Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

SOAP::Lite and XML

by cerror (Scribe)
on Jul 03, 2007 at 01:46 UTC ( [id://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?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (6)
As of 2024-03-29 09:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found