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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 6329 - 6358 of 6387   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6329
I have a old Perl script that uses SOAP::Lite. I am trying to reuse it but when I try to run the web client I get the following error. "Tk::Error: Can't locate...
joemustafa
Offline Send Email
May 13, 2009
6:58 pm
6330
Need more info here, perhaps a code snippett? You apparently have a GUI using Perl Tk and SOAP::Lite, I suspect a syntax error in one of your graphics...
Joseph Werner
telcodev@...
Send Email
May 13, 2009
7:21 pm
6331
Here is a snippet. Yes it is a GUI based program. # Intranet Transfer if($Config{'TransferType'} == 0){ # Make a SOAP request to the administrator server. my...
joemustafa
Offline Send Email
May 13, 2009
10:53 pm
6332
Hi, I have a little problem with my SOAP Client program. I'm using SOAP::Lite with perl 5.8 on debian lenny. The WebServices server is a Windows 2003 - IIS 6.0...
zoltan_kiss@...
zoltan_kiss...
Offline Send Email
May 21, 2009
3:08 pm
6333
Hello list, few days ago I've been asked for the solution to this, now I've made it publicly available under:...
mbusik70
Offline Send Email
May 22, 2009
4:41 pm
6334
Hi there, does anybody know how to change http protocol in soaplite? i've been searching for the guide, but still found nothing. what I want to do is...
Erwin Lesmana Liem
liemerwin
Offline Send Email
May 27, 2009
2:28 pm
6335
Hi. I'd like to be able to use SOAP::Lite to generate soap request messages from a perl simple perl data structure and parse them again to check that I get the...
Michael Zedeler
mzedeler
Offline Send Email
Jun 8, 2009
2:29 pm
6336
I have created a very basic soap service that returns a hash of hashes. When I call my soap service, I see this in the apache error logs for every request I...
rsvancara
Offline Send Email
Jun 11, 2009
11:27 pm
6337
Hi all, Wondering if someone might be able to point me in the right direction on this. I've written some SOAP::Lite server code which is being called from ...
Paul Dwerryhouse
pdwerryhouse
Offline Send Email
Jun 25, 2009
2:44 pm
6338
Hi all together! I have a problem creating a soap-lite client request including some saml tags. I have the code in java, that does the correct request at the...
Martin Thomas Schrott
thinkingsystems
Offline Send Email
Jul 6, 2009
8:00 am
6339
Hi all together! I have a problem creating a soap-lite client request including some saml tags. I have the code in java, that does the correct request at the...
Martin Thomas Schrott
thinkingsystems
Offline Send Email
Jul 6, 2009
3:13 pm
6340
Hi all together! I have a problem creating a soap-lite client request including some saml tags. I have the code in java, that does the correct request at the...
Martin Thomas Schrott
thinkingsystems
Offline Send Email
Jul 6, 2009
3:13 pm
6341
... Do you have service specification (wsdl)? I'm not familiar with java. -- Radek...
rahed
raherh
Offline Send Email
Jul 7, 2009
1:37 pm
6342
Hi all, I have the following server configuration: *. Apache/2.2.11 (Ubuntu) *. mod_perl/2.0.4 *. Perl/v5.10.0 *. SOAP Lite 0.710.08 I am trying to send a...
adverick.bacon
Offline Send Email
Jul 10, 2009
3:19 pm
6343
I have: SOAP::Lite 0.710.08 ...running on: This is perl, v5.10.0 built for i486-linux-gnu-thread-multi ...against this WSDL (which I've also copied and pasted...
David Lloyd
dslloyd
Offline Send Email
Jul 14, 2009
1:27 pm
6344
... Generating xml from wsdl with complex types doesn't work and is not maintained (I think). Your wsdl is quite simple, you can work it out like this: $client...
rahed
raherh
Offline Send Email
Jul 16, 2009
2:36 pm
6345
Hi Folks, I am pretty new using soap lite and setting element attribute, I have had some success but have been wrestling with setting / adding addind a...
rogerbzxcr
Offline Send Email
Jul 24, 2009
6:25 pm
6346
Hello Folks, I am new to the user group and very new using soap lite I am trying to set element attributes, and a sub-set of attributes to an element. I...
Roger Beauregard
rogerbzxcr
Offline Send Email
Jul 24, 2009
8:35 pm
6347
Hi, I'm currently trying to train myself in using SOAP::Lite and having problems with the most basic use. Unfortunately I must confess that I don't know much...
Patrick Schoenfeld
patrick.scho...
Offline Send Email
Jul 27, 2009
3:09 pm
6348
Hi, ... thanks for trying to help, but I can't see how this should help? The remote command is version(), not versionRepsonse, so obviously your proposal leads...
Patrick Schoenfeld
patrick.scho...
Offline Send Email
Jul 27, 2009
3:40 pm
6349
RTFM in http://search.cpan.org/~mkutter/SOAP-Lite-0.710.08/lib/OldDocs/SOAP/Lite.pm#IN/OUT,_OUT_PARAMETERS_AND_AUTOBINDING and look at the examples in...
Thurn, Martin (IS)
thurn
Offline Send Email
Jul 27, 2009
3:55 pm
6350
... Normally, with RPC-encoded, the response is a struct, not a string, so inside the SOAP body, you'd see something like: <versionResponse> <version...
Joe Hourcle
jhourcle
Offline Send Email
Jul 27, 2009
3:57 pm
6351
... It's not an issue with SOAP, it's an issue with RPC/encoded. It's possible that it's allowed in document/literal. I still use RPC/encoded for everything,...
Joe Hourcle
jhourcle
Offline Send Email
Jul 27, 2009
5:55 pm
6352
Hi Joe, ... thanks for enlightening me. I guess I need to learn more about SOAP basics, obviously. ... Yeah, so far I understood it. I missed that part from...
Patrick Schoenfeld
patrick.scho...
Offline Send Email
Jul 27, 2009
6:47 pm
6353
... If you want to avoid constructing the xml manually, try these modules: XML::Compile::SOAP or SOAP::WSDL -- Radek...
rahed
raherh
Offline Send Email
Jul 28, 2009
10:00 am
6354
Can anyone tell me how to get around this failure as a SOAP client? Error: Unspecified namespace for type 'agent' when I try to use Soap::lite to parse the...
Eric the Red
captcuffs
Offline Send Email
Jul 29, 2009
5:52 am
6355
Hi, We're trying to consume a SOAP service provided by .Net. We've got a reference SOAP request that works. Then we've re-engineered the same request via...
Frank Bergmann
frankxbergmann
Offline Send Email
Jul 30, 2009
8:54 pm
6356
Hi, To quickly present myself, I'm the founder of the ]po[ open-source ERP/PSA system: www.project-open.com and www.project-open.org/documentation. We...
fraber@...
frankxbergmann
Offline Send Email
Jul 30, 2009
8:55 pm
6357
Hi, I'd suggest to use SoapUI to find out, what exactly, i.e. what of the differences you have posted, causes the problem. Then it is easier to modify the perl...
Martin Busik
mbusik70
Offline Send Email
Jul 31, 2009
2:19 pm
6358
The service for .NET isn’t supporting s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/". That’s where your problem is. From:...
Scott Seely
scott@...
Send Email
Jul 31, 2009
2:38 pm
Messages 6329 - 6358 of 6387   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