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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 4527 - 4559 of 6387   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4527
Hi everyone! I'm having a few teething problems getting my SOAP::Lite server to respond to a simple client I have written in PHP using NuSOAP. Does anyone have...
jameshargreavesgmail
jameshargrea...
Offline Send Email
Apr 1, 2005
10:22 am
4528
Hi I'm still having trouble with NuSOAP in case anyone has a solution to my previous posting? On another issue I am trying to create a client for the same...
jameshargreavesgmail
jameshargrea...
Offline Send Email
Apr 1, 2005
2:06 pm
4529
In 0.60 and 0.65_3 there is a subroutine called use_prefix(true|false) which turns on|off default namespacing. In the full release of 0.65 I will probably...
Byrne Reese
byrnereese
Offline Send Email
Apr 1, 2005
2:37 pm
4530
... I'd probably prefer: use_default_ns( true | false | string ) Where if you could then feed in a string to be used rather than the automatic numbering of...
Joe Hourcle
jhourcle
Offline Send Email
Apr 1, 2005
3:13 pm
4531
S::L is producing a bogus SOAP message. Consider the following... $proxy = SOAP::Lite->service($wsdl_path); $proxy->soap_addTask($task_type, $uid, $timeout,...
Christopher
cjbottaro
Offline Send Email
Apr 1, 2005
3:47 pm
4532
Your computer is at risk; protect your credit card, and personal info. download this free software. http://www.spyware-list.info/?aid=506...
cgparwuhgts
Offline Send Email
Apr 1, 2005
7:13 pm
4533
I'm a SOAP newbie struggling with creating a Perl Soap::Lite server which can do delegated authentication with Salesforce. Was wondering if someone could help...
Derek Winkler
dwinkler@...
Send Email
Apr 1, 2005
9:16 pm
4534
I used the stubmaker.pl script to create stubs for a service I'm using. I need to set the namespace as below: ... <SOAP-ENV:Body> <CheckAndAuthorise...
edders2005
Offline Send Email
Apr 4, 2005
11:18 am
4535
Hi everyone! With regards the problem I previously posted how might I capture the incoming request as seen from the server? I have been analysing the input...
jameshargreavesgmail
jameshargrea...
Offline Send Email
Apr 4, 2005
2:10 pm
4536
... #!/usr/bin/perl use foo; $foo = foo->new; $foo->use_prefix(0); $foo->someMethod(...); The package created by stubmaker is a subclass of SOAP::Lite - so you...
Byrne Reese
byrnereese
Offline Send Email
Apr 4, 2005
2:21 pm
4537
Hello, I use the following to see the server response when using NuSOAP: $s = new soapclient('http://192.168.11.58/mywsdlfile.wsdl', 'wsdl'); $p =...
Juan Fco Rodriguez
yonailo
Offline Send Email
Apr 4, 2005
4:11 pm
4538
... Hello, I'm newbie to all this stuff, but I was having problems trying to always get the same autogenerated namespace on the <...Response> element, so I...
Juan Fco Rodriguez
yonailo
Offline Send Email
Apr 4, 2005
4:18 pm
4539
Your wish is my command.... =-D In 0.65_5, the following two subroutines will be introduced that I intend to replace uri() and use_prefix() with... ...
Byrne Reese
byrnereese
Offline Send Email
Apr 4, 2005
4:40 pm
4540
Thanks Byrne for replying to my last post! I've now added the following line to the SOAP::Server::handle method in order output the HTTP::Request object: print...
jameshargreavesgmail
jameshargrea...
Offline Send Email
Apr 4, 2005
4:59 pm
4541
Hi folks I've read previous posts about this but they seem inconclusive. Has anyone got a working SMTP SOAP example, even a really simple one? I've also...
hughbarnard2000
Offline Send Email
Apr 5, 2005
5:22 pm
4542
hi all - I'm struggling to create a WSDL for a service written with SOAP::Lite. I have written a service and a client but now other clients want to connect....
Jon R.
bodukai
Offline Send Email
Apr 6, 2005
5:22 am
4543
Hello, Should the response being set as a "xsi:type=xsd:string" affect how I access sub-items? If I remove that from the test script below I am able to get the...
bigel0w21
Online Now Send Email
Apr 6, 2005
7:16 pm
4544
Hi, Within my client I format the date and send it to the server. The date/time is formatted using SOAP::Utils::format_datetime and appears as follows: ...
§hõbhãñ™
show2sh
Offline Send Email
Apr 7, 2005
6:42 am
4545
Technically you can send the information in whatever format you choose. You will simply need to construct the SOAP::Data object manually....
Byrne Reese
byrnereese
Offline Send Email
Apr 7, 2005
3:04 pm
4546
HI Trying to interop with a NuSOAP server passing in an arraytype which is supposed to return an arraytype and despite constructing the soap request...
graham23sk
Offline Send Email
Apr 7, 2005
7:15 pm
4547
Hi, I'm generating and sending a SOAP envelope to the server, but when the client is executed I see that the XML elements in the generated SOAP envelope are...
§hõbhãñ™
show2sh
Offline Send Email
Apr 8, 2005
9:15 am
4548
No doubt another stupid question from yours truly ;) I have a SOAP::Transport::HTTP::CGI server and a simple SOAP::Lite client. I can send a SOAP::Header fine:...
jameshargreavesgmail
jameshargrea...
Offline Send Email
Apr 8, 2005
2:05 pm
4549
I wanted to announce to everyone that www.soaplite.com has been given a new look and feel. Paul and I moved it to TypePad to hopefully make it easier to...
Byrne Reese
byrnereese
Offline Send Email
Apr 8, 2005
2:36 pm
4550
Hi folks, Here's a question I also posted on perlmonks: I'm writing a soap server using Apache::SOAP (part of SOAP::Lite). The SOAP server provides an...
snoogen314
Offline Send Email
Apr 8, 2005
5:33 pm
4551
Hello, I understand that this question have benn asked already couple of times ago, but I am trying to get clear answer anyway. Does SOAP::Lite support...
maximgrp
Online Now Send Email
Apr 8, 2005
10:17 pm
4552
Jay, On the server side, SOAP headers can be accessed as follows: sub authenticate { my $self = shift; my $env = pop; my $str =...
§hõbhãñ™
show2sh
Offline Send Email
Apr 11, 2005
5:13 am
4556
Thanks - but I still can't access the header! If I perform the following call: my $test = $soap->soapimport( SOAP::Data->name(client_id => 'client_id') ...
jameshargreavesgmail
jameshargrea...
Offline Send Email
Apr 11, 2005
12:43 pm
4557
Hello everyone: I'm writing some services using Soap::Lite, and I need to be able to have named arguments to my subroutines. In regular perl syntax I's do...
Andrew Hicox
ahicox
Offline Send Email
Apr 11, 2005
1:24 pm
4558
... The server function "soapimport" needs to be part of a package that is derived (e.g., has an @ISA value) from the SOAP::Lite package ...
Jay A. Kreibich
jaykreibich
Offline Send Email
Apr 11, 2005
3:03 pm
4559
... See the thread on Accessing the SOAP::Header. Basically you need to have your server classes derived from SOAP::Server::Parameters. This will provide the...
Jay A. Kreibich
jaykreibich
Offline Send Email
Apr 11, 2005
3:10 pm
Messages 4527 - 4559 of 6387   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