Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

soaplite · SOAP::Lite for Perl (soaplite.com)

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 1205
  • Category: Protocols
  • Founded: Jan 28, 2001
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 6156 - 6185 of 6629   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
6156 Andrej Ricnik-Bay
lemmetink Send Email
May 16, 2008
1:36 am
... 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...
6157 Andrej Ricnik-Bay
lemmetink Send Email
May 16, 2008
1:36 am
... 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). ...
6158 Erwin Lesmana Liem
liemerwin Send Email
May 23, 2008
2:24 pm
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...
6159 Eric Bridger
ebridger2004 Send Email
May 23, 2008
2:49 pm
Been a while since I've done SOAPLite but if I remember correctly you can use something like: SOAP::Data->name( 'zip' => '01234&#39;)->type('') to remove the...
6160 danny.glue Send Email May 29, 2008
2:34 pm
Dear All, I'm trying to write a client to call the 'LeadInsert&#39; method based on the wsdl attached (it's generated by a Java CRM from Oracle). My code is as...
6161 Chris Woodfield
cwoodfieldatl Send Email
Jun 9, 2008
7:11 pm
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...
6162 Eric Bridger
ebridger2004 Send Email
Jun 9, 2008
7:23 pm
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...
6163 bkimmel_7 Send Email Jun 11, 2008
9:32 pm
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...
6164 goetz_stefan12 Send Email Jun 12, 2008
7:25 pm
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...
6165 Chris Woodfield
cwoodfieldatl Send Email
Jun 16, 2008
3:40 am
Hi, I'm on SOAP::Lite version 0.66, using a WSDL (below) to make the ... my $soap = SOAP::Lite->service(&#39;file://path/to/Authentication.wsdl') ->proxy($ws_url);...
6166 lucy3538 Send Email Jun 26, 2008
10:30 pm
Hi I would like to have this header of this kind of nature. <?xml version="1.0" encoding="UTF-8"?> <soap:Envelope ...
6167 trump_79 Send Email Jun 30, 2008
2:42 am
Does anyone have good examples of SOAP:lite client to gSOAP server? Thanks...
6168 Mark Knoop
marknoop2002 Send Email
Jul 4, 2008
2:41 pm
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...
6169 rahed
raherh Send Email
Jul 4, 2008
6:07 pm
... Have a look at SOAP/Lite.pm. Description starting at line 359 (SOAP::Lite, v.0.710.07) may be helpful. hth -- Radek...
6170 Chris Woodfield
cwoodfieldatl Send Email
Jul 4, 2008
9:07 pm
This is a normal substitution and *should* happen automatically; & (like < and >) is an illegal XML character, so it gets encoded as & in the SOAP XML...
6171 sureshsundriyal Send Email Jul 9, 2008
9:29 pm
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&#39;...
6172 Jeremy
s6a9d6u9s@... Send Email
Jul 9, 2008
9:30 pm
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...
6173 si_morton_uk Send Email Jul 10, 2008
7:07 pm
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...
6174 Jeff Yoak
yoak Send Email
Jul 11, 2008
4:27 pm
Hi there! I am new to SOAP::Lite and ran into what is probably a simple problem, but I am dead in the water. I have a wsdl here:...
6175 erabelas Send Email Jul 14, 2008
2:57 pm
I have a server and client scripts called lights.pl and lights.cgi. This script controls my X10 lamps using the Device and ControlX10 perl modules. I can't run...
6176 Mark Knoop
marknoop2002 Send Email
Jul 14, 2008
5:02 pm
Rahed - ... Chris - ... Thanks guys - this helped alot. I was a bit unsure re the behaviour changing in the newer version of SOAP::Lite - also I was using XML...
6177 rahed
raherh Send Email
Jul 14, 2008
7:34 pm
... It can be anything of: permissions of lights scripts and cgi-bin directory, owner should be apache user scripts line endings on unix: line feed, on windows...
6178 ur_php_developer
ur_php_devel... Send Email
Jul 16, 2008
5:01 pm
My first parameter regionId is not being generated in the SOAP request. Can someone help? # create a hash struct with parameters my @p = ( ...
6179 asmitaj Send Email Jul 17, 2008
5:10 pm
I had most of Soap calls working in version 0.6. On upgrading to 0.710, none of them seem correct. Has anyone seen this issue and how have you fixed the...
6180 Sanjay Saxena
ssaxena62 Send Email
Jul 21, 2008
9:43 pm
When code is as follows my $s = SOAP::Lite -> proxy('http://172.17.164.154:4094/SDrive/SDAMex&#39;) -> uri('urn:#SDAGetWSInfo&#39;); logcomment("Response is $s"); my...
6181 rolf.banting Send Email Jul 22, 2008
10:46 pm
My server set up is: SOAP::Lite 0.69 Apache/2.0.55 mod_perl 5.8.7 When a client sends a request for SOAP 1.2 there is no xsi declaration in the response: ...
6182 langnau_8135 Send Email Jul 30, 2008
7:47 am
Hi SOAPlite Group, i am new to SOAP Lite (and PERL in generell ;-)) and stuck in a problem. I'am able to give a wsdl, call a Function with a parameter. But...
6183 patrick mariani
w8itout Send Email
Jul 30, 2008
2:28 pm
See if this does it for you! Pat print $result->valueof(&#39;//firstname&#39;) . "\n"; ... From: langnau_8135 To: soaplite@yahoogroups.com Sent: Wednesday, July 30,...
6184 qglex Send Email Aug 6, 2008
5:20 pm
I have a method (get_fees) for the Web service returning the 'fees' XML and I'm able to do that by simply populating my_variable with the XML and returning...
6185 pat.mariani@...
w8itout Send Email
Aug 6, 2008
8:55 pm
I'm using XML::XPath to access the element and attribute values - works out well - pat example $result = $soap ->readable(1)->outputxml(1) ->proxy(&#39;http://',...
Messages 6156 - 6185 of 6629   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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