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 to share photos of your group with the world? 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 2499 - 2528 of 6385   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2499
Hi y'all, I wrote a soap client accessing a .NET based soap service. The funny (or more likely: annoying) thing is that the error handling of the service is...
jeroensoap
Offline Send Email
Apr 2, 2003
2:07 pm
2500
Hello, I've been trying to build the XML below, but am having problems. I've read the manual and searched the web and can not find/figure out my answer. Can...
jbenden76
Offline Send Email
Apr 2, 2003
2:59 pm
2501
Hi All, I am new to soap lite, I want to send a Document style message based request (not RPC, no method to call at the servlet end, just doPost) through...
Bharath Ponugoti
bponugoti
Offline Send Email
Apr 3, 2003
6:11 pm
2502
The attachments part is accomplished through SOAP::MIME. Check out the following code samples located at the project's homepage: ...
Byrne Reese
byrnereese
Offline Send Email
Apr 3, 2003
10:47 pm
2503
Hi ! In a EAI project a BizTalk server is available. One option might be to use SOAP::Lite for receiving and probably sending BizTalk framework messages. ...
Andersson, Kimmo
Kimmo.Andersson@...
Send Email
Apr 6, 2003
11:03 am
2504
Just a short question regarding interaction with a SOAP::Lite TCP daemon, The problem is I've tried to write a TCP transport for php 'pears' SOAP classes so...
shane hanna
iordy_9725264
Offline Send Email
Apr 6, 2003
11:56 pm
2505
Hi - I have an application from which I would like to be able to access more than one SOAP server. I'd like to be able to use the autodispatch (or ...
amoore
Offline Send Email
Apr 8, 2003
4:07 pm
2506
Hello, our soap server is working with dynamic dispatch mode: . . . my $daemon = SOAP::Transport::HTTP::Daemon -> new (LocalPort => $port) ->...
Frank-Peter Reich
fpreich
Offline Send Email
Apr 9, 2003
2:59 pm
2507
Hello, our soap server is working with dynamic dispatch mode: . . . my $daemon = SOAP::Transport::HTTP::Daemon -> new (LocalPort => $port) ->...
Frank-Peter Reich
fpreich
Offline Send Email
Apr 9, 2003
3:00 pm
2508
... Bruno, would you mind horribly posting some anyway? I'm stuck in the same problem and am desparate for working examples....
kgoess
Offline Send Email
Apr 9, 2003
6:37 pm
2509
I have the following simple little program, that works fine when the server is up. But if the server isn't valid, for instance if I change famerptserver to...
Chris
chrsbmw
Offline Send Email
Apr 10, 2003
3:32 am
2510
Hi, I noticed that the same problem too. Accessing a .Net service from soaplite on linux but, the WSDL soap action was https: and i called the service as http:...
Sadanand Kalasabail
sade_bhat
Online Now Send Email
Apr 10, 2003
6:47 am
2511
Hi, I am writing a client for a .Net based server running on https and using the wsdl generated in .Net. I am calling the service $s= SOAP::Lite ->...
Sadanand Kalasabail
sade_bhat
Online Now Send Email
Apr 10, 2003
8:16 am
2512
... The on_fault() handler is for handling those faults created by the SOAP server. The error of not being able to connect to the server is a client-side error...
Duncan Cameron
dcameron@...
Send Email
Apr 10, 2003
8:39 am
2513
... Do you mean "How can make my SOAP server use a new version of a module that has already been invoked while the server is still running?" I'm not sure that...
Duncan Cameron
dcameron@...
Send Email
Apr 10, 2003
8:54 am
2514
Hi, After upgrading to Perl 5.8, I've got problems with non-ASCII characters in SOAP responses. The problem appears to be another (the other?) occurrence of...
Anund Lie
anund_lie
Offline Send Email
Apr 10, 2003
1:49 pm
2515
... Passing a struct, one of whose members is an array, back and forth between SOAP::Lite and dotNet (a c# class in a dll). Something like this $d = { trkNum...
Kevin M. Goess
kgoess
Offline Send Email
Apr 10, 2003
3:46 pm
2516
Below is the raw xml data sent to the server end. I'm not making any progress deserializing it. <VirtualHost ip="65.1.151.143"> <DocumentRoot...
Jason Yates
jaywhy2@...
Send Email
Apr 10, 2003
8:15 pm
2517
I'm looking for some alternate syntax that might get me around an exception that JPerl is throwing when the following syntax is parsed: $Sync->sync_system ( ...
Jeremy
jeremyd101
Offline Send Email
Apr 10, 2003
8:50 pm
2518
Hi, I'm using SOAP::Lite 0.55 and I'm running into an issue with disatch_with and SOAPAction headers. On two of my systems I use dispatch_with() to direct...
marceusx
Online Now Send Email
Apr 15, 2003
12:10 pm
2519
I get "Can't create daemon: Permission denied" when starting a SOAP Daemon Server as anybody except root. Do I need to be root to start the daemon? /Jonas...
gromblek
Offline Send Email
Apr 15, 2003
2:18 pm
2520
... You probably need to set the port to a value greater than 1024, as Unix will not let anybody but root open the low-numbered ports. -- We call nothing...
John Cowan
johnwcowan
Online Now Send Email
Apr 15, 2003
2:37 pm
2521
Hi As with the previous poster I'm getting started with SOAP::Light. So far I've sucessfully set up standalone and CGI based servers but I've been unable to...
smershman
Offline Send Email
Apr 15, 2003
5:14 pm
2522
There seems to be plenty of documentation for how to make SOAP::Lite clients talk to existing Microsoft .NET Web services, but little or nothing to handle the...
John Cowan
johnwcowan
Online Now Send Email
Apr 15, 2003
6:11 pm
2523
Hallo everybody, I'm new to this list, as I am to SOAP::Lite, so I hope I'm not asking the obvious... I'm using SOAP::MIME for attachments, which works fine as...
tilmankoschnick
Offline Send Email
Apr 15, 2003
10:37 pm
2524
This is a known bug which was found yesterday actually. The fix is checked in and I will do a release soon. When I do so, I will notify this list. Sorry for...
Byrne Reese
byrnereese
Offline Send Email
Apr 15, 2003
10:51 pm
2525
I'm writing a simple client to access a SOAP service. I want to print the SOAP XML messages as they are being sent and received. The documentation seems to...
sfsf999999
Offline Send Email
Apr 16, 2003
12:27 am
2526
... The docs are wrong in this case of having more than one trace parameter The syntax is: use SOAP::Lite +trace => [ qw(method fault)]; ... I think that it is...
Duncan Cameron
dcameron@...
Send Email
Apr 16, 2003
2:10 am
2527
Hi! First of all: I am fairly new to SOAP and SOAP::Lite and I didn't have the time to read "Programming Web Services with SOAP", because it arrived yesterday....
Andre Bonhote
andre@...
Send Email
Apr 16, 2003
9:01 am
2528
Oh, I forgot: It's a RedHat 8.0 (server and client) and perl says # perl -v This is perl, v5.8.0 built for i386-linux-thread-multi SOAP::Lite is version 0.55: ...
Andre Bonhote
andre@...
Send Email
Apr 16, 2003
9:10 am
Messages 2499 - 2528 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