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 6144 - 6173 of 6387   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6144
Hello, I was wondering if anyone might be able to offer some insight on my problem. I am writing tests for a perl script which relies on SOAP to send and ...
killgore9999
Offline Send Email
May 1, 2008
2:17 pm
6145
All, I am hoping someone will be able to assit me, I am trying to install SOAP::Lite from the latest tarball I download. Perl version is 5.8.8, running on...
Andrew Berry
goolies_tg
Offline Send Email
May 1, 2008
2:17 pm
6146
... [trimmed] ... I'd inspect what's actually being sent over the wire -- I'm guessing that you have an XML declaration inside the SOAP body (ie, your solution...
Joe Hourcle
jhourcle
Offline Send Email
May 1, 2008
2:32 pm
6147
After mailing my response, I received a number of bounce messages from accounts that have been deactivated, but also that I suspect should never have been...
Joe Hourcle
jhourcle
Offline Send Email
May 1, 2008
2:54 pm
6148
Hi Andrew, I think that you need to install the 'version' module (http://search.cpan.org/~jpeacock/version-0.74/). Eddie From: soaplite@yahoogroups.com...
Edward Kawas
kawas7
Offline Send Email
May 1, 2008
4:18 pm
6149
Thanks Joe for the help -- I was able to solve my problem, it seems that the xml file needs to be deserialized for it to be cast to a SOM object. Instead of...
Joe Joe
killgore9999
Offline Send Email
May 1, 2008
5:27 pm
6150
Excellent, that worked, thank you very much. Much appreciated. Andrew...
Andrew Berry
goolies_tg
Offline Send Email
May 2, 2008
2:03 pm
6151
Hello, I have a script that sends the following XML to a web service: <?xml version="1.0" encoding="UTF-8"?> <soap:Envelope...
Chris Woodfield
cwoodfieldatl
Offline Send Email
May 4, 2008
4:31 pm
6152
Replying to myself, I figured this out in the time it took the message to come back to my inbox. The mistake was including the "soap:..." strings in the path...
Chris Woodfield
cwoodfieldatl
Offline Send Email
May 4, 2008
4:39 pm
6153
Hi, I need to use SOAP to access data from a SOAP server which uses WSDL over HTTP. My problem is that I need to change the SOAPAction that is sent with the...
keith_unite
Offline Send Email
May 8, 2008
2:43 pm
6154
... I do it this way: my $soap = new SOAP::Lite; ... $soap->on_action( \&custom_action ); ... sub custom_action { my ($uri,$method) = @_; return $uri . '/' ....
Thomas J Pinkl
tpinkl
Offline Send Email
May 9, 2008
6:13 pm
6155
Hi Guys, I've been struggling to understand how the bits and pieces of code in SOAP::Lite and the data in the produced XML output hang together, and am almost...
lemmetink
Offline Send Email
May 14, 2008
3:36 am
6156
... Hi Marlin, And thanks for that input. ... I'll work until Monday, in the hopes that one of the "Gods that be" on the list say "Sure, it's easy: you just do...
Andrej Ricnik-Bay
lemmetink
Offline Send Email
May 16, 2008
1:36 am
6157
... Thanks for the heads-up ... :} I've been using Net::LDAP quite extensively for the last two years, so should be reasonably fine with references (i hope). ...
Andrej Ricnik-Bay
lemmetink
Offline Send Email
May 16, 2008
1:36 am
6158
can anyone give me some explaination how I modify the soaplite encoding style into rpc/literal? default is rpc/encoded. I've searched it in internet, but find...
Erwin Lesmana Liem
liemerwin
Offline Send Email
May 23, 2008
2:24 pm
6159
Been a while since I've done SOAPLite but if I remember correctly you can use something like: SOAP::Data->name( 'zip' => '01234')->type('') to remove the...
Eric Bridger
ebridger2004
Offline Send Email
May 23, 2008
2:49 pm
6160
Dear All, I'm trying to write a client to call the 'LeadInsert' method based on the wsdl attached (it's generated by a Java CRM from Oracle). My code is as...
danny.glue
Offline Send Email
May 29, 2008
2:34 pm
6161
Hi, I have a SOAP service running as a .pm via Apache2::SOAP, which is a SOAP-specific mod_perl2 wrapper lib. However, I cannot get the mod_perl2 methods for...
Chris Woodfield
cwoodfieldatl
Offline Send Email
Jun 9, 2008
7:11 pm
6162
It's been a while so I can't recall if we had problems with this also but we have a similar Apache2 setup and just used: $ENV{REMOTE_ADDR} HTH. Eric...
Eric Bridger
ebridger2004
Offline Send Email
Jun 9, 2008
7:23 pm
6163
I'm trying to use SOAP Lite through mod_perl to integrate with QuickBooks. QuickBooks does a GET /soap HTTP/1.1 (/soap is the endpoint I'm using) in order to...
bkimmel_7
Offline Send Email
Jun 11, 2008
9:32 pm
6164
Dear Soap:lite Communtiy. I writing a soap:lite client for some web service which returns me a byte array of an image which I would like to save to a file. Can...
goetz_stefan12
Offline Send Email
Jun 12, 2008
7:25 pm
6165
Hi, I'm on SOAP::Lite version 0.66, using a WSDL (below) to make the ... my $soap = SOAP::Lite->service('file://path/to/Authentication.wsdl') ->proxy($ws_url);...
Chris Woodfield
cwoodfieldatl
Offline Send Email
Jun 16, 2008
3:40 am
6166
Hi I would like to have this header of this kind of nature. <?xml version="1.0" encoding="UTF-8"?> <soap:Envelope ...
lucy3538
Offline Send Email
Jun 26, 2008
10:30 pm
6167
Does anyone have good examples of SOAP:lite client to gSOAP server? Thanks...
trump_79
Offline Send Email
Jun 30, 2008
2:42 am
6168
Hi I suspect this may be obvious but I am not clear on what happens where. I have to make a SOAP method call to a 3rd party, passing a return URL as one of the...
Mark Knoop
marknoop2002
Offline Send Email
Jul 4, 2008
2:41 pm
6169
... Have a look at SOAP/Lite.pm. Description starting at line 359 (SOAP::Lite, v.0.710.07) may be helpful. hth -- Radek...
rahed
raherh
Offline Send Email
Jul 4, 2008
6:07 pm
6170
This is a normal substitution and *should* happen automatically; & (like < and >) is an illegal XML character, so it gets encoded as &amp; in the SOAP XML...
Chris Woodfield
cwoodfieldatl
Offline Send Email
Jul 4, 2008
9:07 pm
6171
I have a couple of scripts which had the following construct for custom http headers which worked with v0.69: $client->transport->http_request ->header('Foo'...
sureshsundriyal
Offline Send Email
Jul 9, 2008
9:29 pm
6172
Hi, Sorry if this has been asked a lot but I wasn't able to find a clear solution to this yet. I'm working on some scripts to upload base64 encoded files to a...
Jeremy
s6a9d6u9s@...
Send Email
Jul 9, 2008
9:30 pm
6173
Hi, I'm new to SOAP::Lite and I've been following the simple examples I've found. However I'm stuck on whats happening here: The simple test server takes a...
si_morton_uk
Online Now Send Email
Jul 10, 2008
7:07 pm
Messages 6144 - 6173 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