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...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 5455 - 5490 of 6629   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
5455 Scott Edwards
supadupa@... Send Email
Jun 23, 2006
8:55 pm
http://www.majordojo.com/soaplite/docs/SOAP/Data.html#COMPLEX_TYPES solved all of my questions. I was able to troubleshoot faster by using a tcp endpoint off...
5457 Roger
i2mc Send Email
Jun 26, 2006
10:32 am
Hi Is there any documentation on how to create a custom type for use with SOAP::Lite? I'm writing clients and servers with the module and all is fine, but my...
5458 kris
krisg_mcd Send Email
Jun 27, 2006
6:54 pm
Hi, I am wondering if HTTP 1.1 is supported? if not, what are the alternatives? Thanks, -Kris...
5459 Christopher Heschong
heschong Send Email
Jun 27, 2006
9:30 pm
... ... Just as an FYI, I have reproduced this myself. Although I don't have any suggestions to help, I thought it might help to note that the problem seems...
5460 Scott Francis
darkuncle@... Send Email
Jun 27, 2006
10:31 pm
... define "supported&quot; - are you under the impression that only HTTP/1.0 is supported? I've been using HTTP/1.1 connections in my SOAP::Lite code (to the best...
5462 madhan1m Send Email Jun 29, 2006
8:45 pm
Hi All, I has been trying to access CA unicenter webservices using SOAP::Lite to connect axis webserver and calling 'getObjectValues' but it looks like it...
5463 Craig Dunigan
craigdunigan62 Send Email
Jun 30, 2006
2:46 pm
Hi, I'm writing a SOAP::Lite v0.60 client for a GeoTrust SOAP v1.1 doc/lit service that requires a complex request doc. I'm using v0.60 because I would rather...
5464 Eric Bridger
ebridger2004 Send Email
Jun 30, 2006
3:16 pm
SOAP::Lite does not ordinarily try to autotype complex object nodes only the leaves of your document tree. So remove the ->type(&#39;') from <Top> and <Level1>...
5465 Craig Dunigan
craigdunigan62 Send Email
Jun 30, 2006
3:49 pm
Exactly correct, Eric. Thank you! ... -- Craig Dunigan IS Technical Services Specialist Middleware - EIS - DoIT University of Wisconsin, Madison opinions...
5467 Octavian Rasnita
orasnita@... Send Email
Jul 3, 2006
1:12 pm
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...
5468 Octavian Rasnita
orasnita@... Send Email
Jul 3, 2006
3:54 pm
From: "theorem21&quot; <bryant.eadon@...> ... specifications for doing this in this language. ... code you can that can help me as a sample of making the...
5469 gayathri athreya
satanssidekick5 Send Email
Jul 3, 2006
8:44 pm
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...
5470 Octavian Rasnita
orasnita@... Send Email
Jul 4, 2006
5:38 am
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...
5471 rahed
rahed@... Send Email
Jul 4, 2006
10:11 am
... 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: ...
5472 Octavian Rasnita
orasnita@... Send Email
Jul 4, 2006
10:18 am
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 ...
5473 afafcruz Send Email Jul 5, 2006
9:29 am
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...
5474 Orlando Andico
orly_andico Send Email
Jul 5, 2006
1:48 pm
i need to talk to an Apache AXIS web service. the AXIS web service wants to see this: <soap:Envelope xmlns:impl="urn:mm7" ...
5475 mr_ds909 Send Email Jul 5, 2006
4:53 pm
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...
5478 Byrne Reese
byrnereese Send Email
Jul 6, 2006
6:43 pm
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...
5479 thelastcondor2 Send Email Jul 7, 2006
9:42 am
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. ...
5480 Jay A. Kreibich
jaykreibich Send Email
Jul 7, 2006
2:59 pm
... The stub you have marked "'DEMO&#39; 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...
5481 Chris McMahon
chrs_mcmhn Send Email
Jul 7, 2006
6:12 pm
Hi... This is significantly better than 0.67. However, I'm getting an error vs. the WSDL I need to read: Type 'ArrayOfstring&#39; can't be found in a schema class...
5482 Byrne Reese
byrnereese Send Email
Jul 7, 2006
7:22 pm
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...
5483 redmond007 Send Email Jul 7, 2006
9:30 pm
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 ...
5485 Andrew Hicox
ahicox Send Email
Jul 10, 2006
2:40 pm
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...
5486 Jay A. Kreibich
jaykreibich Send Email
Jul 10, 2006
3:37 pm
... 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...
5487 Andrew Hicox
ahicox Send Email
Jul 10, 2006
5:18 pm
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 ...
5488 Jay A. Kreibich
jaykreibich Send Email
Jul 10, 2006
5:55 pm
... 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...
5489 hari_seldon_ph Send Email Jul 11, 2006
8:21 am
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...
5490 khuram shahzad
bcss03a106 Send Email
Jul 12, 2006
7:35 am
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...
Messages 5455 - 5490 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