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 6255 - 6284 of 6629   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
6255 duelist_thoa Send Email Oct 29, 2008
2:28 pm
dear all, i have 2 case that realy need your help. but if you only answer 1 of those care really thanks fully to you. First case: i want to establish the...
6256 matthewlenz Send Email Nov 10, 2008
8:41 pm
I've never done any SOAP or WSDL stuff before (although I am familiar with various RPC standards). I was reading through some of the documentation for...
6257 Edward Kawas
kawas7 Send Email
Nov 10, 2008
11:06 pm
From what I can tell, I think that you will be fine. Eddie From: soaplite@yahoogroups.com [mailto:soaplite@yahoogroups.com] On Behalf Of matthewlenz Sent:...
6258 monkiki5 Send Email Nov 13, 2008
4:11 pm
I exposed a method using WebServices in Java (with WSDL) and I don't know how to call from SOAP:Lite. This method have only a parameter with this object...
6259 Bryan
rdsxfan74 Send Email
Nov 17, 2008
9:23 pm
Does anyone have any examples of how to call a web service in Perl without using the SOAP:Lite package or any other third-party package? I realize it may be...
6260 Tony Gravagno
tgravagno Send Email
Nov 17, 2008
10:23 pm
For anyone watching this thread, the issue was resolved for the most part with the code that Martin provided. Just add a semi-colon to the end of the using...
6261 sandeep sahane
sandeep.sahane Send Email
Dec 2, 2008
5:42 am
Thanks for the information and an advice Byrne. Dear All, Can you please help me solve my doubts mentioned at the bottom of this mail? Thanks, Sandeep ... ...
6262 Tony Gravagno
tgravagno Send Email
Dec 2, 2008
7:01 am
... I hope I don't offend anyone using SOAP::Lite but I'd to offer some personal observations. We were asked by a client over 5 years ago to provide a...
6263 dinesh_chb Send Email Dec 6, 2008
6:43 am
Hi i am using wsdl the contains of it is <complexType name="ArrayOfTarget"> <complexContent&gt; <restriction base="soapenc:Array"> <attribute...
6264 Yair Gottdenker
yairgot Send Email
Dec 9, 2008
12:12 am
Hello all, I am writing web service. I want to use soap lite for the client side and for the server I am using jax-ws. I want to handle errors using ...
6265 tyndallian Send Email Dec 28, 2008
9:52 pm
I need to get the XML string from the SOAP::Data object for logging. For example: my $send = SOAP::Data->value( SOAP::Data->name( 'sendNotification' => 0 ) ...
6266 Kevin
sandcrawler2004 Send Email
Jan 8, 2009
5:11 am
Good day everyone, Rather than try to explain what I'm doing (for now) I'll just mention that I installed the latest SOAP::Lite from CPAN ...
6267 Lee Carmichael
lecar_red Send Email
Jan 8, 2009
3:00 pm
Hello Kevin, ... SOAP::Data is included in the SOAP::Lite module's package. So all you need to do to use SOAP::Lite. example: use SOAP::Lite; my $data =...
6268 Thomas J Pinkl
tpinkl Send Email
Jan 8, 2009
3:03 pm
... Based on that error message, it looks like you tried to use "SOAP::Lite::Data" and not "SOAP::Data", which is the correct module name. -- Thomas J. Pinkl...
6269 olgellert Send Email Jan 13, 2009
3:52 pm
Hi list, I am running a perl script accessing some soap services using Soap::Lite. On an elderly linux (redhat 4, perl 5.8.5 and soap-lite-0.67) everything...
6270 Kevin
sandcrawler2004 Send Email
Jan 14, 2009
3:40 pm
Perhaps this group can rescue me once again :) I'm trying to determine what I'm doing wrong with SOAP::Lite and the web service I'm trying to access. To...
6271 rahed
raherh Send Email
Jan 14, 2009
7:54 pm
... I guess something is wrong with your wsdl. At least from the point of view of SOAP::Schema::parse method. Could be that this method is not parsing the...
6272 rahed
raherh Send Email
Jan 15, 2009
9:48 am
According to wsdl your WSPolicyUserParameter should be an array. Construct this parameter as soap array. Some example is in SOAP::Data docs. -- Radek...
6273 Sunanda
aryadino Send Email
Jan 17, 2009
3:43 pm
Hello, I am newbie perl programmer. We have Arbor networks PeakflowSP network monitoring system. Wants to build customized script in perl to generate some...
6274 BRIAN
BIKERS239 Send Email
Jan 19, 2009
11:38 pm
I am trying to write a Perl SOAP client for our website to use Verisign security fobs. So far, I have gotten SSL, and WSDL to work. However, all of my requests...
6275 Simon Rees
simonreesx Send Email
Jan 21, 2009
5:30 pm
Hi I have a mod_perl / SOAP::Lite server with a custom serializer that overrides the envelope method. Is it possible to access the SOAP::SOM object associated ...
6276 Martin Kutter
kutterma Send Email
Jan 23, 2009
8:22 pm
Hi Simon, the serializer just gets passed the response, so that accessing the SOAP::SOM object not an option. The easiest way for setting the id (provided you...
6277 sinusiks Send Email Jan 26, 2009
3:48 pm
Hello, I am a total newbie using SOAP and I am occasionally using it for some of the services of our partners. Up until now I only had to use it twice with...
6278 tyndallian Send Email Jan 27, 2009
3:31 pm
I'm trying to use Test::Mock::Object to test my SOAP::Lite app... but I'm having problems. Has anyone successfully used Test::Mock::Object with SOAP::Lite?...
6279 Jeff Gao
zfgao Send Email
Jan 27, 2009
6:04 pm
Hi, I am trying to install SOAP::Lite on Redhat Linux 4ES. My perl version is 5.8.5. I tried "perl Makefile.PL, make" and "perl -MCPAN -e 'install SOAP::Lite&#39;,...
6280 Jeff Gao
zfgao Send Email
Jan 28, 2009
10:54 pm
Hi, I am using SOAP-Lite to access my Web service, get error message of: env:Server, Cannot find child element: arg0. My Perl script is looks like: my $rpc =...
6281 tvoj_patak Send Email Jan 29, 2009
3:11 pm
Hi All, Looks like SOAP::Lite on RHEL5 doesn't like dashes in comments. This manifests itself as 'junk before XML element'. Unfortunately latest JAX-WS puts...
6282 rahed
raherh Send Email
Jan 29, 2009
7:52 pm
... Is version.pm installed? It's not located in @INC. -- Radek...
6283 ncbjd@...
ncbjd... Send Email
Feb 3, 2009
7:25 pm
At this point, I am looking for someone to hire to help solve what may be a simple problem of serializing a slightly complex parameter sent with a SOAP method...
6284 dennis.davidoff Send Email Feb 5, 2009
2:55 pm
Hello, all! I have two questions about XMLRPC::Lite. -- 1. Can I use gzip for XMLRPC::Transport::HTTP::Daemon? Server: #!/usr/bin/perl -I...
Messages 6255 - 6284 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