Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
regardsprint SOAP::Lite ->uri("urn:vgx-horoscope") ->proxy("http://thor.velocigen.com:80/vx_engine/soap-trigger.pperl") ->getHoroscope(SOAP::Data->name("astrology" => \SOAP::Data->name("sign" => 'aries') +)) ->result; <?xml version="1.0" encoding="UTF-8"?> <SOAP-ENV:Envelope xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" xmlns:xsd="http://www.w3.org/1999/XMLSchema"> <SOAP-ENV:Body> <namesp1:getHoroscope xmlns:namesp1="urn:vgx-horoscope"> <astrology> <sign xsi:type="xsd:string">aries</sign> </astrology> </namesp1:getHoroscope> </SOAP-ENV:Body> </SOAP-ENV:Envelope>
janitored by ybiC: Balanced <code> tags around codeblock, to facilitate code download using page "d/l" button.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: SOAP::Lite (agghhh)
by gellyfish (Monsignor) on Aug 23, 2004 at 16:19 UTC | |
by Anonymous Monk on Aug 23, 2004 at 16:37 UTC | |
|
Re: SOAP::Lite (agghhh)
by samtregar (Abbot) on Aug 23, 2004 at 16:20 UTC | |
|
Re: SOAP::Lite (agghhh)
by jeffa (Bishop) on Aug 23, 2004 at 15:59 UTC |