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 to share photos of your group with the world? 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 5728 - 5795 of 6385   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5728
Hello I use a application client gsoap and server perl. Sometimes, randomly, I get the error: An existing connection was forcibly closed by the remote host ...
david_ster
Offline Send Email
Dec 3, 2006
10:15 am
5730
I am trying to figure out how to change the namespace on my envelope. Here is the packet that works from a non perl tool. ...
willyd61
Offline Send Email
Dec 4, 2006
10:52 pm
5731
Figured it out... my $client = SOAP::Lite ->ns('catalogue.eshop.ws.crm.example.net', 'urn'); ... ...
willyd61
Offline Send Email
Dec 5, 2006
6:01 pm
5732
According to some bugs in bugzilla.redhat.com, it looks like there is an issue with mod_perl on fc5,6, rhel3, and rhel4. I'm wondering if this is the case, or...
Tom Cross
sirthomas
Offline Send Email
Dec 5, 2006
8:18 pm
5734
Hi, we have a small but disturbing problem. We always got the wrong time from a Soap-Service based on a wrong Language and time-zone. Is it possible to change...
igunat
Offline Send Email
Dec 6, 2006
1:48 pm
5735
Hello! is it possible to get methode valueof to work case insensitive? So $rez->valueof('//Detail/CODE') en $rez->valueof('//Detail/Code') get same result. ...
litesoap
Offline Send Email
Dec 7, 2006
10:31 am
5736
Hi, we have a very special problem here, but i hope anybody can help. We use SOAP::Lite and Perl fuer an SOAP Server included as CGI-Script. With Apache 1.3...
Frank Simon
terra3110
Offline Send Email
Dec 7, 2006
7:16 pm
5738
I"m passing a hash ref to my soap client and when the client serializes the hash it labels it as: <SingleAccount xsi:type="xsd:AccountStruct" ...
Charlie Bowman
cbowmanschool
Offline Send Email
Dec 8, 2006
9:03 pm
5739
I've seen topics somewhat related to this, and am getting nervous because nobody seems to have a good answer. My company has developed a series of SOAP...
billgerba
Online Now Send Email
Dec 8, 2006
11:24 pm
5759
Hi! I'm using SOAP::Lite with VB6. It works ... nearly ;-) When I'm using the current version (0.65) there always is generated an error about missing...
Michael Vogel
icarus@...
Send Email
Dec 21, 2006
10:47 am
5760
I've used stubmaker.pl to create the stub class based on a wsdl I have. The problem is that I can't seem to override the endpoint pragmatically. The reason...
Charlie Bowman
cbowmanschool
Offline Send Email
Dec 21, 2006
9:25 pm
5761
Hello, I'm trying to do a simple SOAP application very similar to the hibyeout.pl example on the "Quick start reference". When I try to run the program it...
dmor4477
Offline Send Email
Dec 22, 2006
5:37 pm
5762
Hi, I wrote a small daemon that receives some index value via SOAP and does further time consuming things based on the value. The SOAP client is supposed not...
h_emre_k
Offline Send Email
Dec 23, 2006
9:18 am
5763
Hi, I don't have a lot of experience doing this kind of thing, but here's what I would try first (untested code): my $par = shift; my $child_pid = fork(); if...
Mike South
msouth@...
Send Email
Dec 25, 2006
6:13 pm
5764
I recommend you to also take care of the zombies in your father code. If the parent exits (before the child did), you would produce ghosts processes. Write a...
Georg Grabler
ggrabler
Offline Send Email
Dec 25, 2006
7:08 pm
5769
Dear All, We are looking For Perl & MySQL candidates for a CMMi Software company in Chennai Skill: Perl & MySQL Work Location: Chennai Exp: 2+Years If you are...
IT Jobs
itnonit
Offline Send Email
Dec 26, 2006
7:12 am
5770
Hi, I'm having a few problems getting my WSDL to match the return value from a SOAP::Lite daemon v0.67. I am using the examples on the quick start guide,...
martinh2osport
Offline Send Email
Dec 27, 2006
10:31 pm
5772
I've got this going now, someone sent me a good link; http://www-128.ibm.com/developerworks/webservices/library/ws-whichwsdl/ After reading this I decided to...
martinh2osport
Offline Send Email
Dec 28, 2006
8:47 pm
5774
I'm trying to wrap a raw xml file and send it to the server. The server resides as a daemon on the host. The file contents are written to xmlString. Here's...
robertrwaltz
Offline Send Email
Jan 1, 2007
10:49 pm
5781
Hi All I am using SOAP::Lite for writing client scripts. the wsdl schema has a complex type mentioned below which are interlinked with each other, Please tell...
harsha
nharsha4
Offline Send Email
Jan 5, 2007
12:07 pm
5783
Hi, We have been trying to make SOAP::Lite work for sending attachments to and from servers, and we have pretty much made everything work (including patching...
mmmbena1
Offline Send Email
Jan 11, 2007
11:03 am
5784
Hello, I've been having the same problem - is there any work around for this? Is this problem likely to be fixed in the near future? I really ike SOAP::Lite as...
sinnottj
Offline Send Email
Jan 11, 2007
2:08 pm
5785
Dear all, I'm writing a perl client, following closely a working Java client, to access an ISI web service (deployed as an Axis web application I was told). My...
gindo tampubolon
gtampu
Offline Send Email
Jan 11, 2007
7:26 pm
5787
Hi, I'm interested to know what the current development status of SOAP::Lite is. The webpages (http://www.soaplite.com/) haven't been updated for a year and...
James Sinnott
sinnottj
Offline Send Email
Jan 15, 2007
11:53 am
5788
... been ... release ... documentation ... Hello, that's also the matter I'm interested in. It'd be good if the module maintainer sent anything about his...
raherh
Offline Send Email
Jan 15, 2007
1:28 pm
5789
I do actively follow the group. I rarely have time to respond however between work, a kid, and a number of other projects I am actively engaged in. I tend to...
Byrne Reese
byrnereese
Offline Send Email
Jan 15, 2007
5:40 pm
5792
Thank you for the "State of the SOAP" speech. Good to hear your're still behind the module development. I use a limited scope of its functions but it's a part...
raherh
Offline Send Email
Jan 16, 2007
8:38 pm
5793
I posted this to perlmonks: http://perlmonks.org/?node_id=594790...
Chris McMahon
chrs_mcmhn
Offline Send Email
Jan 16, 2007
9:06 pm
5794
I've been beating my head against this one for a while and not finding any solutions, so I thought I would post mine. Talking to the .net service from SOAP was...
selberg_scott
Offline Send Email
Jan 16, 2007
10:27 pm
5795
And a slightly edited version has been posted to the SOAP::Lite blog: http://www.soaplite.com/2007/01/state_of_the_so.html...
Byrne Reese
byrnereese
Offline Send Email
Jan 16, 2007
10:50 pm
Messages 5728 - 5795 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