... 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...
Hi, ... $namespace = "urn:myns"; $proxy->serializer->register_ns($namespace); my $prefix = $proxy->serializer->find_prefix($namespace); then you can use the...
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,...
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 ...
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...
Hi Jared, ... here comes it: # Debug options: see the request actually being generated # use SOAP::Lite (+trace => [qw(transport debug parameters)]); my...
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...
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...
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...
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...
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...
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....
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 ...
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...
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...
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...
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...
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(...
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...
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...
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...
I have an application which is an existing standard CGI app, but I wish to also support SOAP requests for the same application. The submitted headers and POST...
6433
Dave Howorth
dhoworth@...
Feb 8, 2010 4:04 pm
... Just use a different URL for the SOAP requests, then your problem goes away. Cheers, Dave...
I'll add that "different URL" can mean simply adding something like "? querytype=soap11" to the end of it... -Chris On Feb 8, 2010, at 11:03, Dave Howorth...
6435
Dave Howorth
dhoworth@...
Feb 8, 2010 4:39 pm
... It can but that opens a philosophically-RESTless can of worms :) Plus it's shorter to just say: http://www.domain.com/my/url/soap or even ...