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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 5467 - 5504 of 6385   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5467
Hi, I need to create a SOAP::Lite client in perl and I don't have specifications for doing this in this language. I do have an example in C# though. Can you...
Octavian Rasnita
orasnita@...
Send Email
Jul 3, 2006
1:12 pm
5468
From: "theorem21" <bryant.eadon@...> ... specifications for doing this in this language. ... code you can that can help me as a sample of making the...
Octavian Rasnita
orasnita@...
Send Email
Jul 3, 2006
3:54 pm
5469
Hi, Here is a small sample code. This code was originally in Java and I had to rewrite it in perl. It takes a while to actually understand how SOAP works but...
gayathri athreya
satanssidekick5
Offline Send Email
Jul 3, 2006
8:44 pm
5470
Hi, Thank you for that code. I have tried the following: use SOAP::Lite; use SOAP::Lite +trace => [qw(debug)]; my $url = "http://..."; my $ENDPOINT = $url; my...
Octavian Rasnita
orasnita@...
Send Email
Jul 4, 2006
5:38 am
5471
... www.bvb.ro/Level2#Level2 Part before # is uri and part after is a called method. SOAPAction http header can be set by an on_action method: ...
rahed
rahed@...
Send Email
Jul 4, 2006
10:11 am
5472
Thank you. I have managed to send the correct header but the XML body is not correct. I have also read that I need to make some changes in order to make the ...
Octavian Rasnita
orasnita@...
Send Email
Jul 4, 2006
10:18 am
5473
Hello all. I'm having a similar problem to [id://548716|this]. Unfortunately, I couldn't figure out the solution from the thread. I'm calling a Web Service...
afafcruz
Offline Send Email
Jul 5, 2006
9:29 am
5474
i need to talk to an Apache AXIS web service. the AXIS web service wants to see this: <soap:Envelope xmlns:impl="urn:mm7" ...
Orlando Andico
orly_andico
Offline Send Email
Jul 5, 2006
1:48 pm
5475
hi, I am trying to get information from a database using SOAP::Lite. However I keep getting the following error: Can't locate object method "new" via package...
mr_ds909
Offline Send Email
Jul 5, 2006
4:53 pm
5478
I have released a new version of SOAP::Lite. It is available on sourceforge now, or on CPAN in a couple of hours. The new version is 0.68 and includes a number...
Byrne Reese
byrnereese
Offline Send Email
Jul 6, 2006
6:43 pm
5479
Hi, i'm wondering if it's possible, and if yes how, to export variables from the dispatching script, to the dispatched service, without go trought ENV. ...
thelastcondor2
Offline Send Email
Jul 7, 2006
9:42 am
5480
... The stub you have marked "'DEMO' script" is not a separate script, it is a package. It is more or less "use"ed (i.e. "use Demo;") by the dispatcher and...
Jay A. Kreibich
jaykreibich
Offline Send Email
Jul 7, 2006
2:59 pm
5481
Hi... This is significantly better than 0.67. However, I'm getting an error vs. the WSDL I need to read: Type 'ArrayOfstring' can't be found in a schema class...
Chris McMahon
chrs_mcmhn
Offline Send Email
Jul 7, 2006
6:12 pm
5482
Yes. Apparently I forgot to check one file in. Damn it. So what worked for me in development didn't get fully released. Please stand-by. An update is...
Byrne Reese
byrnereese
Offline Send Email
Jul 7, 2006
7:22 pm
5483
I'm trying to run the quickstart demo at http://guide.soaplite.com/#quick%20start%20guide%20with%20soap%20and%20soap::lite My hibye.pl looks like ...
redmond007
Offline Send Email
Jul 7, 2006
9:30 pm
5485
Hello everyone: I'm running an apache 1.3.* server with mod_ssl, mod_perl & SOAP::Lite, and I seem to be hitting a wall in terms of performance. Granted, I'm...
Andrew Hicox
ahicox
Offline Send Email
Jul 10, 2006
2:40 pm
5486
... It might be worth testing this. If you can setup a function that just returns it's arguments, you can firmly establish if this is a serializer issue or a...
Jay A. Kreibich
jaykreibich
Offline Send Email
Jul 10, 2006
3:37 pm
5487
Jay, thank you! I was unaware that one could choose which xml parser package to use. I have the expat based XML::Parser installed already, how do I instruct ...
Andrew Hicox
ahicox
Offline Send Email
Jul 10, 2006
5:18 pm
5488
... I'm fairly sure that if SOAP::Lite can find XML::Parser, it will automatically use it. XML::Parser::Lite is only used as a fall-back. Someone with a...
Jay A. Kreibich
jaykreibich
Offline Send Email
Jul 10, 2006
5:55 pm
5489
Hi, I have been working on a product which provides access to its APIs using web services. The way to invoke any API is to start telnet session and pasting the...
hari_seldon_ph
Offline Send Email
Jul 11, 2006
8:21 am
5490
MAIN DIFFERANCE BETWEEN SQLSERVER AND ORACLE Oracle is like apple and Sql Server is like Orange. For a Poor man Orange is better and for a rich man apple is...
khuram shahzad
bcss03a106
Offline Send Email
Jul 12, 2006
7:35 am
5493
Hi, I need help with the installation. I'm using CPAN shell. Here is the output: # Failed test 3 in t/03-server.t at line 174 fail #2 ...
dovidjo
Offline Send Email
Jul 12, 2006
6:32 pm
5494
I'm trying to call a WebService written in Java from a perl client using SOAP::Lite. I used the wscompile tool to create my WSDL and mapping.xml files in the...
DougGa
jaimelesnichons
Offline Send Email
Jul 12, 2006
8:36 pm
5495
Hi, i'm trying to write a perl program using SOAP with a remote system. The remote side already has a WDSL file, and i'm wondering if anyone has an example how...
Justin Zygmont
solarflow99
Offline Send Email
Jul 13, 2006
9:21 pm
5496
Hi Justin, Funny, thats exactly what i'm wrestling with currently. I found that Oxygen (commercial, Windows/Linux/Mac too i think) has a WSDL debugging tool,...
Ger Apeldoorn
gapeldoorn
Offline Send Email
Jul 14, 2006
6:26 am
5497
Hi, I want to use an .xsd file to validate a request that I get over SOAP. How can I do that? ... my $parser = XML::LibXML->new(); sub Thingie { # Get the hash...
Ger Apeldoorn
gapeldoorn
Offline Send Email
Jul 14, 2006
9:04 am
5498
Hi, I'm using a wsdl file which imports a schema to gain access to other namespaces: ... <xsd:schema> <xsd:import namespace="somenamespace"...
o_grafe
Offline Send Email
Jul 14, 2006
6:39 pm
5501
hello, is there a possibility to deal with mustUnderstand attributes other than toggling the $SOAP::Constants::DO_NOT_CHECK_MUSTUNDERSTAND flag? (i read the...
piotr248
Offline Send Email
Jul 17, 2006
3:34 pm
5503
It's possible I'm just gravely misunderstanding something, but I've recently started to look into SOAP::Lite for the purpose of pulling information from the...
punchcutter6
Online Now Send Email
Jul 18, 2006
10:08 pm
5504
Hey all, I am fairly new to SOAP so please forgive me if I am missing something obviously. I can connect to a service running on Apache AXIS fine. What I have...
aleanna76
Offline Send Email
Jul 19, 2006
8:24 pm
Messages 5467 - 5504 of 6385   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