Another SOAP::Lite

Another SOAP::Lite

am 22.08.2007 03:23:42 von Jorge Reyes

**********
Excellent, man thanks, now i dont want to be lazzy but can you help
to
understand the next wsdl:
**********


- xmlns:xsd="http://www.w3.org/2001/XMLSchema">
-
- xmlns="http://www.w3.org/2001/XMLSchema" xmlns:impl="http://
serviciosweb.remedyweb.iusacell.com" xmlns:intf="http://
serviciosweb.remedyweb.iusacell.com" xmlns:wsdl="http://
schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/
XMLSchema">
-
-
-




-
-
-











-


-


-
-
name="paramRemedyRequest" />
name="paramRemedyResponse" />


- type="impl:ActualizaStatus">

-

-


-




-
- name="ActualizaStatus">




++++++++++++++++++++++++++++++++++++++
i do the next perl:


#!C:\Perl\bin\perl -w
use strict;
use SOAP::Lite;


my $soap = SOAP::Lite
-> uri('http://serviciosweb.remedyweb.iusacell.com')
-> proxy('http://10.199.11.69:9080/remedyWeb/services/
ActualizaStatus')
-> on_action( sub { join '', @_} );


my $s = $soap->paramRemedy("CERRADO",
333,"OMAR","FALLITA","5514864823",
50)->result;
print $s;


and gives me the error:

Use of uninitialized value in print at wsremedyclient.pl line 11.


******** please its the last favor please
****************************