SOAP::Lite

  • Thread starter Blaine Everingham
  • Start date
B

Blaine Everingham

Hello,

I have installed SOAP::Lite 0.60 and am running a simple test to see the XML
output. I noticed that the output indicated it's using the
www.w3.org/1999/XMLSchema instead of the prefered www.w3.org/2001/XMLSchema
unfortunatley I can not seem to findout how to easily change this to be the
2001. Can someone help me?

Below is an example of some test output of the current software..
<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encodi
ng/" 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/XML

I would like to generate the same thing only replacing the 1999 with 2001.
Below is the code I am using to generate this output. (Please note it's all
test code the proxy will not work)

use strict;
use SOAP::Lite +trace => 'debug';

my $soap = SOAP::Lite
-> uri('urn:SearchService')
->
proxy('http://services.xmltoday.com/vx_engine/soap-trigger.pperl', timeout
=> 30);

$soap->TestJunk();
die;

Thanks,
Blaine
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,405
Messages
2,571,545
Members
48,797
Latest member
Fractal_Prime_357
Top