Search the web
Sign In
New User? Sign Up
soaplite · SOAP::Lite for Perl (soaplite.com)
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 4140 - 4169 of 6385   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4140
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...
Michael Powe
pdxlooie
Offline Send Email
Nov 1, 2004
3:28 pm
4141
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...
nonsolosoft
Offline Send Email
Nov 1, 2004
5:56 pm
4142
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...
nonsolosoft
Offline Send Email
Nov 1, 2004
6:50 pm
4143
... I was looking in the SOAP::Lite source code: in the envelope() there is: } elsif ($type eq 'freeform') { SOAP::Trace::freeform(@parameters); $body =...
nonsolosoft
Offline Send Email
Nov 1, 2004
7:03 pm
4144
... 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...
Duncan Cameron
duncan_camer...
Offline Send Email
Nov 1, 2004
9:11 pm
4145
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...
Will Fawcett
nailism23
Offline Send Email
Nov 2, 2004
5:54 am
4146
... 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@...
Send Email
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@...
Send Email
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...
joe martin
joe_26martin
Offline Send Email
Nov 2, 2004
11:40 am
4149
... 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...
Duncan Cameron
duncan_camer...
Offline Send Email
Nov 2, 2004
3:52 pm
4150
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@...
Send Email
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...
xiaoling_leng
Offline Send Email
Nov 3, 2004
10:15 am
4152
Hi Xiaoling ... I had similar problems using ComplexTypes, SOAP::Lite and wsdl files. I suggest you also investigate SOAP::WSDL ...
Andrew Cooks
andrew@...
Send Email
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...
Chris Braudy
cjbraudy
Offline Send Email
Nov 4, 2004
12:46 am
4154
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...
Bryce Harrington
bryceharrington
Offline Send Email
Nov 4, 2004
6:00 pm
4155
... 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...
Duncan Cameron
duncan_camer...
Offline Send Email
Nov 5, 2004
10:49 am
4156
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...
Bruno Baguette
Bruno_Baguette
Offline Send Email
Nov 5, 2004
10:55 pm
4157
Hi - I have this code: $som->match('/Envelope/Body/[1]'); my @evtList; my $idx = 1; while ( defined $som->dataof("[$idx]") ) { ... my $eventXML =...
Martin Naskovski
balkanboy_sk
Offline Send Email
Nov 6, 2004
12:26 am
4158
... 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...
Duncan Cameron
duncan_camer...
Offline Send Email
Nov 6, 2004
2:19 pm
4159
... 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...
Duncan Cameron
duncan_camer...
Offline Send Email
Nov 6, 2004
2:22 pm
4160
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...
nonsolosoft
Offline Send Email
Nov 6, 2004
3:32 pm
4161
... 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...
Duncan Cameron
duncan_camer...
Offline Send Email
Nov 6, 2004
5:52 pm
4162
... From WDSL SBNMarc was defined as element and not as method. Anyway, thank you: your solution works fine and I'll go on in this direction. Bye,...
nonsolosoft
Offline Send Email
Nov 6, 2004
8:30 pm
4163
hey all I recently re-financed my mortgage for free even though I have BAD credit. They even gave me a great rate! Take a look at this service... ...
zptkwnaztsgn
Offline Send Email
Nov 7, 2004
8:28 am
4164
I am getting the following error in my soap response: <?xml version="1.0" encoding="utf-8"?><soap:Envelope ...
Christy Austin
christyaustin7
Offline Send Email
Nov 8, 2004
6:11 am
4165
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...
xyhan75
Offline Send Email
Nov 8, 2004
4:03 pm
4166
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...
Maurice McCabe
orb_soft
Offline Send Email
Nov 9, 2004
2:50 am
4167
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...
pfconrey
Offline Send Email
Nov 9, 2004
5:41 pm
4168
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@...
Send Email
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...
Kyle Ellrott
kellrott@...
Send Email
Nov 9, 2004
9:03 pm
Messages 4140 - 4169 of 6385   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help