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 5933 - 5962 of 6385   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5933
hi, How can I use the : my $service = SOAP::Lite->service($wsdl_url); and preserve the authentication and cookies over the next calls to the service ? I cant...
ivan_555
Offline Send Email
May 1, 2007
7:23 pm
5934
hi, How can I add additional attributes to <soap:Envelope ...> i.e. what I want is to add something like this : ...
ivan_555
Offline Send Email
May 1, 2007
7:23 pm
5935
... Something like: my $soap = new SOAP::Lite; ... my $serializer = $soap->serializer(); $serializer->register_ns(...
Thomas J Pinkl
tpinkl
Offline Send Email
May 2, 2007
2:57 pm
5936
I'm trying to connect a SOAP::Lite perl client to a .Net service and pass arguments to one of the service methods. By all indications the call succeeds; I get...
testoutput
Offline Send Email
May 4, 2007
2:52 pm
5937
hi, How can I force SOAP::Lite when it does deserialization to set the xml-attributes like object-attributes. When I make the soap request I get structure like...
ivan_555
Offline Send Email
May 6, 2007
3:24 am
5938
Here's a simple question I could not find an answer for: Does SOAP:Lite support Document/literal binding style? I am only able to get it to work with...
Efim Furman
efimfurman
Offline Send Email
May 6, 2007
3:24 am
5939
Looking through the docs and modules on CPAN, I'm starting to think that there's no DIME integration. Is this the case? I know nothing about DIME and only a...
Rick Measham
rick_measham
Offline Send Email
May 9, 2007
4:05 pm
5940
I am running a SOAP server using Apache2::SOAP and using SOAP::Lite for the clients. Most of the time there are no problems, but occasionally I get the...
jewalker2680
Offline Send Email
May 9, 2007
8:43 pm
5941
I am completely new at SOAP, SSL and internet-related protocols generally and am looking to build a SOAP client server interface in Perl. I have managed to...
jrpfinch
Offline Send Email
May 11, 2007
3:20 pm
5942
Hello everyone thanks for a great tool I am having problems passing the parameter of type ArrayOfArrayOfArrayOf_xsd_string calling the method ...
tommyfliu_ocho
Offline Send Email
May 11, 2007
11:52 pm
5943
Hi, I'm trying to set up a SOAP::Lite client/server that both submits and retrieves UTF8 data from a database. While I can submit valid UTF8 data (required...
Greg Wittel
gwittel
Offline Send Email
May 14, 2007
5:55 pm
5944
Reposting out of desperation: I'm trying to connect a SOAP::Lite perl client to a .Net service and pass arguments to one of the service methods. By all...
testoutput
Offline Send Email
May 15, 2007
10:04 pm
5945
I am attempting to write a simple SOAP client using the SOAP::Lite module, but I can't seem to make my SOAP requests produce any results. I am wondering if...
Michael
mikeybsae
Offline Send Email
May 16, 2007
11:48 pm
5946
To see the xml sent: $soap->transport->http_request->content() To see the xml received: $soap->transport->http_response->content() Must be done after the SOAP...
Eric Bridger
ebridger2004
Offline Send Email
May 17, 2007
11:51 am
5947
... In order to see the SOAP messages and HTTP headers (if your using HTTP transport) you should add SOAP::Trace like this: use SOAP::Lite +trace =>...
quique_jh
Offline Send Email
May 17, 2007
1:40 pm
5948
... In order to see the SOAP messages and HTTP headers (if your using HTTP transport) you should add SOAP::Trace like this: use SOAP::Lite +trace =>...
Enrique J. Hernán...
quique_jh
Offline Send Email
May 17, 2007
1:41 pm
5949
Hi Michael, Iremember struggling with the same issue when I started using SOAP::Lite. I searched for a SOAP::Data->get_as_string function in vain. What I rely...
Paul Gallagher
paulpg_sg
Offline Send Email
May 17, 2007
2:04 pm
5950
Hi, Firstly, I'd introduce myself. I'm one of the developer from eBox platform [1], a perl-based SME server. The GUI currently relies on a Web interface but we...
Enrique J. Hernán...
quique_jh
Offline Send Email
May 22, 2007
12:06 am
5951
Hi, I would like to know how is it possible to get from the server side (like in on_action method) to be able to read the variables from the header/data that...
FreX
min4100
Offline Send Email
May 22, 2007
5:24 pm
5952
Hi, I found out that when I call a remote method twice, the destory function is being called as well twice.. But I though that the object is keeped alive in...
FreX
min4100
Offline Send Email
May 22, 2007
5:25 pm
5953
This feels like a zero-traffic mailing list .. I'm seeing questions but no answers. Oh well, I'll try :-D Calling SOAP::Lite->service($service) is taking 15...
Rick Measham
rick_measham
Offline Send Email
May 23, 2007
6:21 am
5954
Hi Rick, wanted to reply so you don't only hear the echo of your own voice;) I'm afraid I haven't tried to cache soap::lite results so don't have a great deal...
Paul Gallagher
paulpg_sg
Offline Send Email
May 23, 2007
10:05 am
5955
... There's a program in the SOAP::Lite distribution that will take a wsdl file, and create a perl module that you can call, rather than parsing the wsdl each...
Joe Hourcle
jhourcle
Offline Send Email
May 23, 2007
2:28 pm
5956
... LOL! Thanks :-D ... I can. If it changes, I will have been the one to load the new software :-D ... That's what I'm currently doing .. it's taking 15...
Rick Measham
rick_measham
Offline Send Email
May 23, 2007
2:53 pm
5957
Hi! I have spent too many hours trying to work this out. Can anyone help? I'm simply trying to set up two simple operations on a SOAP::Lite server: 1) I need...
guylill
Offline Send Email
May 23, 2007
2:54 pm
5958
... [trimmed] ... You've given us server code, but the error is likely in the client code. Specifically, that error occurs when you try to call a service where...
Joe Hourcle
jhourcle
Offline Send Email
May 23, 2007
4:13 pm
5959
... If the SOAP server is running as a CGI, then the service will clean up after each call. If you need statefullness, you'll need to run it under FastCGI or...
Joe Hourcle
jhourcle
Offline Send Email
May 23, 2007
4:26 pm
5960
... It'd be easier to answer your question if you were more specific as to what you considered to be header and/or data. HTTP header? SOAP header (aka...
Joe Hourcle
jhourcle
Offline Send Email
May 23, 2007
4:40 pm
5961
We went with the custom deserializer approach, mostly out of necessity. Someone here thought it was a good idea to use SOAP to transport a 500k XML document...
Thomas Eden
teden
Offline Send Email
May 23, 2007
5:27 pm
5962
Hi! First, I want to thanks for the fast reply, so thanks :) The Soap server I'm running, is by SOAP::TRANSPORT::HTTP:DAEMON, and it is without using any...
FreX
jhourcle
Offline Send Email
May 23, 2007
6:08 pm
Messages 5933 - 5962 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