Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

SOAP Server and XML

by rppowell (Novice)
on Nov 26, 2007 at 23:23 UTC ( [id://653121]=perlquestion: 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
    <?xml version="1.0" encoding="UTF-8"?>
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/env
    +elope/" xmlns:namesp2="http://xml.apache.org/xml-soap" xmlns:xsi="htt
    +p://www.w3.org/1999/XMLSchema-instance" xmlns:SOAP-ENC="http://schema
    +s.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/1999/XMLSc
    +hema" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encodin
    +g/">
    ...
        </namesp1:getServerInfoResponse>
      </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    
  3. or download this
    <?xml version="1.0" encoding="UTF-8"?>
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/env
    ...
        </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: perlquestion [id://653121]
Approved by kvale
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (1)
As of 2024-04-25 00:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found