Now it's working. Also, I had a single slash between http: and the IP. Thank you very much for your help !!!!!! Cheers, Paolo ... -- *Ing. Paolo Asioli* ...
6396
Julian
julian_yap
Nov 20, 2009 3:26 pm
Hi all, I'm having an issue and it may be a simple thing to resolve it. When a SOAP::Lite server returns a hash array to a Python client, and one of the hash...
6397
davemangot
Nov 20, 2009 10:12 pm
Hi, I'm kinda at wits end so hopefully this will make some sense. I'm trying to get a report from Akamai using their SOAP interface. I downloaded their WSDL...
6398
Aleksandar Jelenak
aleksandar.jelenak@...
Nov 21, 2009 2:34 am
... It is shorter to write: my @cp2 = (33333); ... The start date is not valid: 2009-11-00. You probably meant 2009-11-01. Maybe this is the real culprit? ...
6399
davemangot
Nov 23, 2009 8:04 pm
... You are correct, but even after fixing the date (which had been correct in previous versions) SOAP::Lite still does not pass in my array to the server. my...
6400
Martin Busik
mbusik70
Nov 26, 2009 9:39 pm
Hi, ... $namespace = "urn:myns"; $proxy->serializer->register_ns($namespace); my $prefix = $proxy->serializer->find_prefix($namespace); then you can use the...
6401
Martin Busik
mbusik70
Nov 26, 2009 9:39 pm
Hi Dave, the problem is, that SOAP::Lite does not serialize ArrayOfXXX types. There are 2 ways to solve it: ... sub serialize_array { my ($self, $value, $name,...
6402
Martin Busik
mbusik70
Nov 26, 2009 9:39 pm
Hi, ... If this is a server message, then it should be returned, whatever client sends the request. I suppose, perl and python do not generate the same ...
6403
jared.pohl
Nov 30, 2009 3:18 pm
Hi Guys I've been fiddling around with SOAP::Lite and think its great so far, but am really struggling to get a result. I was wondering if anyone could give...
6404
Martin Busik
mbusik70
Nov 30, 2009 9:12 pm
Hi Jared, ... here comes it: # Debug options: see the request actually being generated # use SOAP::Lite (+trace => [qw(transport debug parameters)]); my...
6405
Martin Busik
mbusik70
Nov 30, 2009 10:29 pm
Hi Kartik, i've fixed an cleaned your code. Now, with the attached code, you will generate semantically the same request, as your reference one. I mean...
6406
Martin Busik
mbusik70
Dec 1, 2009 5:38 pm
Hi, ... in priniple yes. If you use this, you can write: $proxy->uri("http://docs.oasis-open.org/ws-sx/ws-trust/200512/") ...
6407
jared.pohl
Dec 2, 2009 10:24 pm
Hi Guys, Im still having problems with my soap request, it seems like its formed well but i've noticed in when tracing it, the request made is different to...
6408
martin.busik@...
mbusik70
Dec 3, 2009 10:38 am
Hi Jared, ... See http://search.cpan.org/~mkutter/SOAP-Lite-0.710.10/lib/SOAP/Lite.pm, documentation of the on_action() method. Cheers, Martin...
6409
fde101
Dec 8, 2009 3:54 pm
Hi, New to the group -- I'm trying to configure a SOAP service using SOAP::Lite under mod_perl on Apache on one of our servers. * If I set up a standalone...
6410
Frank Engel
fde101
Dec 8, 2009 4:14 pm
All, apologies if I wasted anyone's time here -- we downgraded to XML::Parser 2.34 and SOAP::Lite 0.710.08, and this seems to have resolved the issue. Still of...
6411
gcpochron
Dec 9, 2009 6:29 pm
Hello, I've looked low and high and can't find any example code on how to construct a security header that contains both Timestamp and UsernameToken nodes. I...
6412
helbaby33
Dec 10, 2009 12:18 am
I am having problems getting the generic client/server script to run under IIS with activestate per 5.8.9 I have tested basic perl CGI handling at it works....
6413
martin.busik@...
mbusik70
Dec 10, 2009 8:07 am
Hi, ... take a look at: http://www.wlp-systems.de/soap-lite-and-ws-security.html There is no timestamp in the example, but with that example it should be ...
6414
martin.busik@...
mbusik70
Dec 10, 2009 8:10 am
Hi, ... The reason is: Failed to access class (Demo): Can't locate Demo.pm in @INC (@INC contains: C:/Per l/site/lib C:/Perl/lib .) you might extend your @INC...
6415
gnustavo
Dec 14, 2009 6:38 am
Hi. I'm having a problem with my module JIRA::Client (http://search.cpan.org/~gnustavo/JIRA-Client/) which uses SOAP::Lite to implement an extended interface...
6416
Gustavo Leite de Mend...
gnustavo
Dec 14, 2009 3:40 pm
While my first message was waiting to be approved I was able to solve the problem and released version 0.23 of JIRA::Client at CPAN. The solution was to...
6417
Eric Wersel
ericwersel
Jan 4, 2010 7:27 pm
Hi all, I'm trying to update an existing project that uses SOAP::Lite version 0.60 to 0.710. There are some existing complex types defined in a .wsdl that the...
6419
uwe@...
Jan 11, 2010 3:43 pm
Hello, I am new to SOAP::Lite and trying to talk to a SAP Webservice. I managed to access it and get a response, but I am stuck with reading the response. My...
6421
Alan Young
alansyoungiii
Jan 13, 2010 5:26 am
I'm trying to make soap lite work with the Doba wsdl and having problems. I'm able to create the soap lite object with the call to SOAP::Lite->new->service(...
6423
mythsgreeks
Jan 15, 2010 3:54 pm
HI ALL!!! I'm new with Perl-Soap and Perl in general, a newbbee!! I want to write a perl client for calling this web service : ...
6424
Nick Wehr
nick2canz
Jan 15, 2010 4:14 pm
there's lots of free help - start here: http://learn.perl.org/ wsdl support can be pretty tricky in my experience. you might want to just cherry pick the calls...
6425
manumahendran
Jan 18, 2010 4:16 pm
I have been using your perl module `Soap::lite39; for last one month. I have trying to verify few webservices. I came across a strange scenario in which the...
6427
claude.lecommandeur
claude.lecom...
Jan 27, 2010 3:07 pm
Hello, I'm trying to set up a SOAP::Lite server that uses cookies to handle sessions. I have found plenty of examples on how to handle cookies on the client...
6428
Joseph Werner
telcodev@...
Jan 27, 2010 3:51 pm
My understanding is that cookies are used to maintain state on the client end of the http connection between requests of the server. The server has full...