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...
6156
Andrej Ricnik-Bay
lemmetink
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
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
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
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' => '0123439;)->type('') to remove the...
6160
danny.glue
May 29, 2008 2:34 pm
Dear All, I'm trying to write a client to call the 'LeadInsert39; method based on the wsdl attached (it's generated by a Java CRM from Oracle). My code is as...
6161
Chris Woodfield
cwoodfieldatl
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
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
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
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
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
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
Jun 30, 2008 2:42 am
Does anyone have good examples of SOAP:lite client to gSOAP server? Thanks...
6168
Mark Knoop
marknoop2002
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
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
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
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('Foo39;...
6172
Jeremy
s6a9d6u9s@...
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
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
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
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
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
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...
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
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
Jul 21, 2008 9:43 pm
When code is as follows my $s = SOAP::Lite -> proxy('http://172.17.164.154:4094/SDrive/SDAMex39;) -> uri('urn:#SDAGetWSInfo39;); logcomment("Response is $s"); my...
6181
rolf.banting
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
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
Jul 30, 2008 2:28 pm
See if this does it for you! Pat print $result->valueof(39;//firstname39;) . "\n"; ... From: langnau_8135 To: soaplite@yahoogroups.com Sent: Wednesday, July 30,...
6184
qglex
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...