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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 6085 - 6114 of 6387   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6085
Hi, I'm getting a permission error when I run a cgi script that calls a simple web service. The same web service executes successfully when called from the...
fifth_note@...
fifth_note
Offline Send Email
Jan 8, 2008
8:36 am
6086
I've written a small stub Soap::Lite server that needs to accept requests from a .NET client. It seems like the server can't understand the incoming soap...
mcm1303
Offline Send Email
Jan 8, 2008
11:35 pm
6087
... On the server side: I use the trailing path in line #28 after a url namespace (OTA/2003/05) as a path to an existing module which has a called method. ... ...
rahed
raherh
Offline Send Email
Jan 9, 2008
1:41 pm
6088
After my Apache/mod_perl/SOAP::Lite based server is running for a while and working perfectly, I get the following error when making a SOAP call: Error...
techrg99
Offline Send Email
Jan 11, 2008
9:51 pm
6089
I should have mentioned that we are only having this problem only on AIX and that the Apache 2.2.4 and Perl 5.8.8 we are using are NFS mounted - as well as all...
techrg99
Offline Send Email
Jan 14, 2008
3:33 pm
6090
Hi, I've been using SOAP::Lite module to access a .NET webservice from a unix machine. Everything was going smoothly until I changed the localization of the ...
nrocha18
Offline Send Email
Jan 14, 2008
9:30 pm
6091
I have a server that consists of a dispatcher and a separate module running under IIS. I ran them under IIS and Apache. Apache seems to feed way more...
mcm1303
Offline Send Email
Jan 14, 2008
10:12 pm
6092
SOAP::Transport::HTTP::Daemon - how can one get client information such as ip address? Thanks....
jywu0812
Offline Send Email
Jan 14, 2008
10:12 pm
6093
Hi, ... That's correct !! ... Please, try to ask to the .NET people if now the web service redirects to a new URL that is server through SSL. BTW, if you...
Victor A. Rodriguez
victor_bitman
Offline Send Email
Jan 14, 2008
11:05 pm
6094
I noticed in SOAP::Lite 0.70_2 you fixed the UTF8 and base64 bug where base64_encode() was handed UTF8 data (CPAN Bug# 30271). We're using SOAP::Lite 0.60_1...
Greg Wittel
gwittel
Offline Send Email
Jan 25, 2008
7:16 pm
6095
I'm pretty new to soap and trying to develop an application to rate and eventually ship and print labels for shipments. Here's a current look at some of the...
phoose2
Offline Send Email
Jan 26, 2008
4:10 pm
6096
Yes. Support for WSDLs in SOAP Lite is minimal so you will need to use SOAP::Data to format your messages and for parsing the responses. This site has quite a...
Eric Bridger
ebridger2004
Offline Send Email
Jan 27, 2008
7:17 pm
6097
Getting array at the client side is no problem with Soap::SOM, but how I can get passed array at the server side? I can not get SOM methods at the server. This...
Andrei Ivanov
ensen_andy
Offline Send Email
Jan 30, 2008
2:42 am
6098
Hi all! I've a system where i can call several methods in the same request. For instancem the body will look something like this: <SOAP:Body> <ping> ...
Jose Borges Ferreira
debaixo_de_f...
Online Now Send Email
Jan 31, 2008
9:19 pm
6099
Hello, i have the following problem: I built the stubcode of the Amazon web services via "stubmaker.pl http://soap.amazon.com/schemas2/AmazonWebServices.wsdl"....
Peter Hartmann
huberhans90
Offline Send Email
Feb 1, 2008
9:03 pm
6100
Hello, i have the following problem: I built the stubcode of the Amazon web services via "stubmaker.pl http://soap.amazon.com/schemas2/AmazonWebServices.wsdl"....
huberhans90
Offline Send Email
Feb 1, 2008
9:04 pm
6101
I would not use stubmaker.pl since you are doing all the work yourself it doesn't really give you anything. The altermative (which I did once long ago) is to...
Eric Bridger
ebridger2004
Offline Send Email
Feb 1, 2008
10:05 pm
6102
I'm pretty sure stubmaker.pl can't handle complex types. To pass a complex type, you'll actually have to pass your array as the complex type name required by...
Craig Dunigan
craigdunigan62
Offline Send Email
Feb 4, 2008
3:44 pm
6103
How can I serialize complex types in soap lite (using wsdl). The message should look like this. (The Wsdl has defined types such as Metrics.) <message> ...
rvanveen_nl
Offline Send Email
Feb 4, 2008
6:51 pm
6104
Hello, I am using SOAP::Data to build a request to a SOAP server. I send ir with SOAP::Lite, generating this request XML: <?xml version="1.0"...
Paco Regodón
francisco@...
Send Email
Feb 4, 2008
11:31 pm
6105
Client side: my @d; $i = 0; while (<STDIN>) { chomp; @d[$i] = SOAP::Data->name('appointment')->type('appointment')->value( [ ...
Andrei Ivanov
ensen_andy
Offline Send Email
Feb 5, 2008
6:33 am
6106
Dear Friends Greetings from Gomathi - Job Cookies, I represent one of the leading IT consultancies called Job Cookies. Job Cookies is a dynamic and...
Gomathi Muthiah
jobcookies2
Offline Send Email
Feb 5, 2008
6:34 am
6107
... Ok, thanks for clearing this up. For those of you who want to pass complex types to a web service without dealing with the correct namespaces etc. by hand,...
Peter Hartmann
huberhans90
Offline Send Email
Feb 5, 2008
3:34 pm
6108
Brand new SOAP::Lite user here. I am trying to get the hibye demo working locally on my laptop running Ubuntu Ultimate 7.10. The hibye.pl script works when...
jwalsh999
Offline Send Email
Feb 9, 2008
7:18 am
6109
I have a SOAP server that runs in daemon mode and am able to talk to it fine with a client (SOAP object) built using the uri + proxy methods, but I cannot get...
axelelfner
Offline Send Email
Feb 11, 2008
4:35 am
6110
Hi, how can I get access to the SOAP::Data structure with brackets [] I have an array of items such: <namesp1:findrecResponse xmlns:namesp1="meetup"> <result...
Andrei Ivanov
ensen_andy
Offline Send Email
Feb 11, 2008
3:25 pm
6111
Hi, I have a SOAP client call within an Apache module which is giving me an error, however when I use the same code from the command line I can easily get the...
occasoblu
Offline Send Email
Feb 14, 2008
6:22 am
6112
hello, how do i change the way my envelope looks, in fact i want to define myself how it will look, currently it is similar to this <?xml version="1.0"...
winfinit
Offline Send Email
Feb 19, 2008
8:19 pm
6113
Hi, How can I obtain a xml output like this: <soap:Body> <OTA_HotelDescriptiveInfoRQ xmlns="http://www.opentravel.org/OTA/2003/05" EchoToken="123456" ...
Luis
luissanchez
Offline Send Email
Feb 21, 2008
2:06 am
6114
In soap::lite perl service, the get_srvorder_details method returns the following complex structure: sub get_srvorder_details{ my @srv = (...
t_elia
Offline Send Email
Feb 26, 2008
4:07 pm
Messages 6085 - 6114 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