I've spent quite a bit of time trying to fix this but I just can't parse these errors. If someone could help me out, I would much appreciate it. SOAP::Lite...
Hello, I've to comunicate with a SOAP server that has not defined any method, or, to say it better, it has only a method and it doesn't accept any SOAP message...
Only with SOAP::Lite I've been able to construnct a such complex SOAP Message without trouble (I've tried also XML::Generator, XML::Simple, etc.). It's a such...
... I was looking in the SOAP::Lite source code: in the envelope() there is: } elsif ($type eq 'freeform') { SOAP::Trace::freeform(@parameters); $body =...
... Will MIME::Tools seems to have had a chequered history and there are two different distributions around. To use attachments with SOAP::Lite you need to...
Thank you duncan for your reply, I have upgraded to the latest version from www.zeegee.com and am running version Soaplite 0.65 Beta 2 and am still getting the...
... I had the same problem at some point. In my case, it was caused by a half broken soaplite installation with missing dependencies, because I didn't pay...
Andrew Cooks
andrew@...
Nov 2, 2004 10:07 am
4147
Hi List My noob question: What is the prefered way to handle soap sessions on the server side? I haven't seen anything specific to soap. Any pointers...
Andrew Cooks
andrew@...
Nov 2, 2004 10:23 am
4148
Hey friends we do not know till now but one of my friends send a link to me it's amazing and it will satisfy us fully.100% sure to gain It's that much simple...
... I think that you are still using the CPAN distribution of MIME::Tools. Line 789 of MIME::Parser in MIME-Tools-5.414 is $ENCODED->flush or die "$ME: can't...
Can anybody please interpret where I may be going wrong here Here is the code use SOAP::Lite +debug =>debug; my $request = SOAP::Lite ->...
David Inglis
david.inglis@...
Nov 3, 2004 5:20 am
4151
Dear All, I am a new SOAPLite user, I am trying to write a SOAP::Lite client to talk to my GSOAP server. I had a little bit of progress Yesterday, but still...
Hi Xiaoling ... I had similar problems using ComplexTypes, SOAP::Lite and wsdl files. I suggest you also investigate SOAP::WSDL ...
Andrew Cooks
andrew@...
Nov 3, 2004 2:28 pm
4153
I'm researching using SOAP on AIX --- being new to this architecture, this question may not make a whole lot of sense --- Currently: I have a COBOL program...
Hi all, I've expanded a bit on Paul Kulchenko's 'TicketAuth' module to turn it into a reusable authentication component for web services, for a project I'm...
... You are not using 'strict', that would have told you that debug needs to be quoted. ... This is treated as a call to the new() method of SOAP::Lite, not of...
Hello, I have a problem with a SOAP client written in Perl (source at the end). I've tried both ways (by commenting TRIAL ONE or SECOND TRIAL), and I get...
... There must be something wrong with the parts of the code that you have not shown. The following example works for 0, 1 or many regAPI elements, assuming...
... The SOAPAction should be specified in your WSDL file as an attribute on the <soap:operation> element. If you are calling a dot Net service then you may get...
Hello, the following program now makes the SOAP call and receives the answer. 1) Can I avoid to use LWP::UserAgent to send the $soap_request? 2) If SOAP::Lite...
... It doesn't have to be this complicated! Your top-level element, SBNMarc, is in effect the 'remote method' to be invoked, and its child elements, Sbnuser...
I'm writing client code with SOAP::Lite module, it comunicated to a server written by java. But the server uses document_oriented/literal method, not a method...
I am considering using the COM support in SOAP Lite. Are there plans to continue including 'lite.dll' in the build? I would build it myself but I do not have...
I am having trouble using a Perl client with a .NET server. This code worked just fine with 0.60a, but fails with 0.65 beta 2. Given the following code: use...
Is anyone interested in collaborating on improving WSDL generation in SOAP::Lite? Since Perl is dynamically typed, it makes a great SOAP client, but is kind of...
Mike Schroeder
MikeSchroeder@...
Nov 9, 2004 7:38 pm
4169
I've been upgrading some of my servers, and as a result, ended up with the new version of SOAP::Lite on my system. One of my CGI scripts uses SOAP::Lite to...