Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^2: SOAP Server and XML

by Anonymous Monk
on Nov 28, 2007 at 02:06 UTC ( [id://653449]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    
    ...
        ;
    print "Contact to SOAP server at ", $daemon->url, "\n";
    $daemon->handle;
    
  2. or download this
    use strict;
    
    ...
    
    $soap->readable(1);
    print $soap->getServerInfo()->result;
    
  3. or download this
    <?xml version="1.0" encoding="UTF-8"?>
    <SOAP-ENV:Envelope xmlns:xsi="http://www.w3.org/1999/XMLSchema-instanc
    +e" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:S
    +OAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http:/
    +/www.w3.org/1999/XMLSchema" SOAP-ENV:encodingStyle="http://schemas.xm
    +lsoap.org/soap/encoding/">
    ...
        </namesp1:getServerInfoResponse>
      </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    
  4. or download this
    <?xml version="1.0" encoding="UTF-8"?>
    <SOAP-ENV:Envelope xmlns:xsi="http://www.w3.org/1999/XMLSchema-instanc
    +e" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:S
    +OAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http:/
    +/www.w3.org/1999/XMLSchema" xmlns:pmq="http://www.perlmonks.org/FileQ
    +ueue">
    ...
            </pmq:getServerInfoResponse>
        </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (4)
As of 2024-03-29 00:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found