Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

XML SOAP Response

by mitchismoney (Initiate)
on Jul 31, 2008 at 16:39 UTC ( [id://701466]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    <?xml version='1.0' encoding='UTF-8'?>
    <SOAP-ENV:Envelope 
    ...
    </ns1:VHIResponse>
    </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    
  2. or download this
    <FCSDServicesResponse country="USA" language="ENG" marketid="1">
    <Status desc="Web service status OK" id="VI2000"/>
    ...
    </Vehicle>
    </Vehicles>
    </FCSDServicesResponse>
    
  3. or download this
    # use module
    use XML::Simple;
    ...
    
    # print output
    print Dumper($data);
    
  4. or download this
    $VAR1 = {
              'country' => 'USA',
    ...
                          },
              'marketid' => '1'
            };
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (5)
As of 2024-04-19 09:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found