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 1635 - 1664 of 6629   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
1635 William Denton
buff@... Send Email
Jun 20, 2002
6:28 pm
Hi, I'm using SOAP::Lite to talk to a Windows box running .NET that gives me a number if I call a "createMSA&quot; routine and give it an address. I can't seem to...
1636 Sinha, Madhukar [IT]
madhukar_sinha Send Email
Jun 20, 2002
8:05 pm
Hi , I have been using Soap Lite based perl clients to access services protected by HTTP:basic authentication . it works fine. Now i hear we are migrating our...
1637 Duncan Cameron
dcameron@... Send Email
Jun 20, 2002
10:19 pm
... This seems to be tripping-up a few people recently. When using the service() approach, the result of your createMSA is not a SOM object, it really is the...
1638 Duncan Cameron
dcameron@... Send Email
Jun 20, 2002
10:30 pm
... SOAP faults are really for server-side faults in the processing of a message, your error is to do with the client tcp/ip. You'll need to wrap your call in...
1639 Chris Davies
roaima Send Email
Jun 21, 2002
4:13 pm
I'm experimenting with the jabber transport, SOAP::Transport::JABBER, and trying to get a handle on what's going on. The client example uses a proxy of ...
1640 Gandt, Eric
usigandt Send Email
Jun 21, 2002
5:15 pm
I've noticed that when I have a small number of concurrent connections communicating using SOAP over mod_perl all id fine, however as the number of ...
1641 rjray@...
rjray_perl Send Email
Jun 21, 2002
9:04 pm
... Chris> I'm experimenting with the jabber transport, SOAP::Transport::JABBER, Chris> and trying to get a handle on what's going on. I don't have a solution,...
1642 Sinha, Madhukar [IT]
madhukar_sinha Send Email
Jun 21, 2002
9:44 pm
Please help me on this... Hello , How can a soaplite perl client authenticate against a service sitting behind a Webserver configured to authenticate/authorize...
1643 aroth816 Send Email Jun 22, 2002
6:15 pm
I've got a SOAP::Lite server running and I've been testing out the use of complex objects. Here is the object defenition in the WSDL file: <xsd:complexType...
1644 raychan2001 Send Email Jun 22, 2002
7:04 pm
Hello, I'm trying to write a SOAP server using SOAP::Lite. I used my ($Input, $Start, $Type) = SOAP::Server::Parameters::byNameOrOrder ([qw(Input Start Type)],...
1645 Dougal Campbell
dougal@... Send Email
Jun 25, 2002
3:37 pm
... I had the same problem (about a month ago). It seems that the JABBER transport was written based on Net::Jabber 1.0021, and the AddDelegate stuff has been...
1646 Byrne Reese
byrnereese Send Email
Jun 25, 2002
8:15 pm
I am working on a client that needs to extract the HTTP status code and status string - For example, I need to differentiate from an HTTP 500 Internal Server...
1647 Chris Davies
roaima Send Email
Jun 26, 2002
8:38 am
... "Net::Jabber::Protocol" ... On Tuesday, June 25, 2002 at 4:38 PM, Dougal Campbell replied: I had the same problem (about a month ago). It seems that the...
1648 Paul Kulchenko
paulclinger Send Email
Jun 26, 2002
2:33 pm
Hi, Byrne! ... $soap->transport->code(), message() and status() methods should return this information (from code(), message() and status_line() methods of...
1649 soapnewby Send Email Jun 27, 2002
8:41 pm
I am trying to call a web service from my perl script. When I use this method, SOAP::Lite -> service ...
1650 aroth816 Send Email Jun 27, 2002
9:43 pm
I ran a SOAP::Lite server using Apache on Windows and wrote the client in C#. This worked correctly. When I moved the exactly same SOAP server code over to...
1651 rjray@...
rjray_perl Send Email
Jun 28, 2002
12:13 am
... sergei> I don't get any error messages but the thing just doesn't work. :( I sergei> tested the web service itself and it works OK. My guess is that like...
1652 Weidong Wang
weidong Send Email
Jun 28, 2002
2:43 am
I converted a wsdl file from using rpc-encoded style to document-literal style. I was expecting to see that the envelope generated, for the body part, will be...
1653 iaharder Send Email Jun 28, 2002
4:33 am
Hi soaplite members, I'm having a peculiar problem using SOAP::Lite with Apache-mod_perl 1.3.23 on Mandrake Linux, and wonder if anybody might shed some light ...
1654 Weidong Wang
weidong Send Email
Jun 28, 2002
5:07 pm
More about the problem with handling a WSDL with document-literal style. I would like to know how I can make soap-lite to handle the document-literal style...
1655 soapnewby Send Email Jun 28, 2002
6:00 pm
Now I get "Soap call failed: 405 Method not allowed. " Does anyone have an example code snippet of a client calling a web service with .asmx extension? Thanks...
1656 Duncan Cameron
dcameron@... Send Email
Jun 28, 2002
7:44 pm
... I've been using SOAP::Lite clients to .Net services at work but won't be there until Monday ): From memory I use something like this (untested): $ns =...
1657 Weidong Wang
weidong Send Email
Jun 28, 2002
7:56 pm
I think I know better about the problem after some more tries. The concept of passing in multiple parameters is for rpc. When one uses a doc/literal style...
1658 soapnewby Send Email Jun 29, 2002
6:05 pm
... doesn't ... Consider ... and ... forget ... " ... won't ... =========================== I plugged this code in but the Web Service still didn't work. ...
1659 Duncan Cameron
dcameron@... Send Email
Jun 29, 2002
7:10 pm
... .. snipped ... ... First, use the web interface to your service to show you what the XML needs to look like. In my case I could then figure out how I...
1660 soapnewby Send Email Jun 30, 2002
7:48 pm
Duncan, When using trace, I am getting a Soap error related to SoapAction. Do you think you could possibly look at the code below in case you see something...
1661 aroth816 Send Email Jun 30, 2002
8:15 pm
I have a SOAP::Lite perl server, and I was writing a C# .NET client. When I return simple datatypes, the C# client plays nice. But as soon as the server wants...
1662 rjray@...
rjray_perl Send Email
Jun 30, 2002
10:03 pm
It looks like your choice to create the SOAPAction header with the following callback: on_action(sub {join('/', @_)}) is producing a value that the server...
1663 rjray@...
rjray_perl Send Email
Jun 30, 2002
10:13 pm
You are on the right track in noting that the <minutes> element was given the wrong namespace for your purposes. When you don't give your out-going data an ...
1664 adam roth
aroth816 Send Email
Jun 30, 2002
11:21 pm
... Adding ->uri('urn:SprintPCS&#39;) is doing something -- as you can see below, but the 'minutes&#39; element is still bound to a new namesp3 -- which is set to: ...
Messages 1635 - 1664 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