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

Messages

Advanced
Messages Help
Messages 3808 - 3837 of 6629   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Simplify | Expand Author Sort by Date v
3837 Donald Chen
wxyc Send Email
Aug 13, 2004
2:28 pm
Issac, Thanks for the WSDL explanation. I was not quite clear about WSDL stuff. It turns out that after a bit tweaks on the way to invoke the service on the...
3836 macleajb Send Email Aug 12, 2004
7:36 pm
Hi Folks, $s = SOAP::Schema -> schema("https://host/my.wsdl")-> parse($service) Looking over all the examples, tests, etc... I can use : sub...
3835 Issac Goldstand
margol_il Send Email
Aug 12, 2004
7:00 pm
First of all, as Mark already mentioned, you don't write a WSDL "server". WSDL is a document which describes the web service, much like DTDs were used for XML...
3834 Mark Fuller
amigo_boy2000 Send Email
Aug 12, 2004
4:02 pm
... I'm hardly qualified to speak on this, but I don't think you write a WSDL server. You write a web service using SOAP::Lite&#39;s server capabilities. You write...
3833 wxyc Send Email Aug 12, 2004
3:17 pm
Issac - I am having a similar problem on making a client(in Axis/Java 1.1) call a SOAP::Lite server, and your post is helpful. However, by following your...
3832 Rushikesh Joshi
rushi_asi Send Email
Aug 12, 2004
1:01 pm
Hi Verry thanks to reply my anser but i have resolved this problem now as im passing a hashtable to my webservices methods. But now I have really no any idea...
3831 Jeremy Lublin
jlublin Send Email
Aug 12, 2004
2:08 am
Here's an interesting solution to a performance problem I'm having when sending an xml string through SOAP. My example xml string is about 500k When I use the...
3830 Colin Magee
colin@... Send Email
Aug 11, 2004
9:55 pm
Hi, Have seen a few problems on the archive but no resolution to a problem I'm having where I'm trying to log on to a web service using SOAP::Lite and the...
3829 Duncan Cameron
duncan_camer... Send Email
Aug 11, 2004
7:34 am
... This is wrong. The type cannot be a string if the element has child elements Regards Duncan...
3828 Rushi
rushi_asi Send Email
Aug 10, 2004
2:54 pm
Error Summary: Getting 500 Internal Server Error - encountered child element which is NOT expected, in something it was trying to deserialize ... Hi All, I am...
3827 SHAFRAZ Send Email Aug 10, 2004
1:20 pm
hi, when i run my client i get the length required error.. my server: #!c:/Perl/bin/Perl.exe -w use SOAP::Transport::HTTP; use LWP::Simple; # to the download...
3826 Alasdair Allan
dr_aallan Send Email
Aug 10, 2004
10:49 am
... While the documentation doesn't really make this clear, my understanding from talking to Paul and Bryne at last years OSCON was that the Daemon code didn't...
3825 ojerteg Send Email Aug 10, 2004
6:42 am
Hi all! I am trying to set upp my own SOAP server. The server should use SSL/HTTPs for client communication. I have only found one example that does not work. ...
3824 kooganani Send Email Aug 10, 2004
1:36 am
Hello, I've fumbling ineffectually with SOAP and mod_perl for the last couple weeks. The best I can get with SOAP::Transport::HTTP::Apache is "Can't call...
3823 bright_g2001 Send Email Aug 8, 2004
4:24 pm
Hi all. Please excuess the silly questions, but I'm having lots of problems binding to an apache soap service (uri:10021/soap_vas), and am kind of lost. I'm...
3822 john.schattel
john_schattel Send Email
Aug 6, 2004
9:26 pm
I am trying to create the following complexType weatherParametersType and my code (see below) isn't capturing the array of booleans correctly (see SOAP...
3821 Abhijit Dixit
abhijit_dixit Send Email
Aug 6, 2004
8:49 pm
We use SOAP::Lite to make requests to a HTTPS based WebServices that uses HTTP Basic Authentication. I've been overriding the get_basic_credentials as...
3820 mullangi.rm Send Email Aug 6, 2004
6:52 pm
Hi, ... use SOAP::Lite +trace => [qw(transport debug)]; use SOAP::Lite service => 'file:/home/mover/thirdparty.wsdl'; my %domains = ( 'yahoo.com&#39; => 2000, ...
3819 Duncan Cameron
duncan_camer... Send Email
Aug 6, 2004
1:01 pm
... What are you trying to achieve by calling transport() at this point? You should probably call it after the soap lite object has been created. my $service =...
3818 bright_g2001 Send Email Aug 6, 2004
12:50 pm
Hi all, Anyone have experience using this method for SOAP::Lite. The following generates : Can't locate object method "call" via package...
3817 Duncan Cameron
duncan_camer... Send Email
Aug 6, 2004
8:09 am
... When you use a WSDL the call returns the actual data from the server not a som object. SO your first call is correct, but why does your second call expect...
3816 Larry Helmerich
lhelmerich Send Email
Aug 6, 2004
2:04 am
I'm new to both SOAP::Lite and Perl I have a webservice with two methods. The first method is passed a String and returns a String The seond method is passed a...
3815 eldoclimber Send Email Aug 5, 2004
7:51 pm
Hello, I'm working with a wsdl service that expects one of the parameters to be an array. Here's what their sample looks like: <circles...
3814 john.schattel
john_schattel Send Email
Aug 4, 2004
8:10 pm
Hi All, I am trying to access a soap service using SOAP::Lite in a Perl script (see code below) and I get an error message back saying that it has received an...
3813 techrg99 Send Email Aug 3, 2004
11:31 am
Howdy - I have a simple CGI script I am running on a Win32 Apache (1.3.29) web server using mod_perl - specifically the Apache::Registry. It tries to make a...
3812 avenuestreet Send Email Aug 2, 2004
3:47 am
I have an application developed using Visual Basic 6. This application can connect to the server (linux) to upload and download a file (this file is an XML...
3811 suzannesmith98 Send Email Jul 31, 2004
2:13 pm
I have a simple perl web service that works via https on a Stronghold server. I then moved the service to Oracle's 10G application server. If I access the...
3810 Matthew
obc_spike Send Email
Jul 30, 2004
9:05 pm
Until earlier today, my perl client to .NET server worked. After doing some (seemingly) routine code work today, it now gives an error on execution. Hopefully...
3809 Mark Fuller
amigo_boy2000 Send Email
Jul 30, 2004
2:29 pm
... In case anyone wants the WSDL editor, the link is http://www.capescience.com/downloads/index.shtml I haven't installed it yet, but it looks like a ...
3808 Xi.Yue Chen.Wu
wxyc Send Email
Jul 30, 2004
1:55 pm
Got it. Thanks a lot, Donald ... http://search.cpan.org/src/BYRNE/SOAP-Lite-0.60a/bin/ ... __________________________________ Do you Yahoo!? New and Improved...
Messages 3808 - 3837 of 6629   Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

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