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

Messages

Advanced
Messages Help
Messages 6527 - 6557 of 6629   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
6527 Martin Busik
mbusik70 Send Email
Nov 3, 2010
8:39 am
Hi, see the documentation to the on_action method. you might use something like: $proxy->on_action(sub{"http://example.com/soap/my_api.wsdl#$method"}); where...
6528 chfoerst@...
chfoerst... Send Email
Nov 3, 2010
3:56 pm
Hi all, I have a nice running Soap-Server, which can be started in HTTP or HTTPS mode. When I start this in HTTPS mode, and I telnet on the listening Port, the...
6529 Martin Busik
mbusik70 Send Email
Nov 3, 2010
6:38 pm
Hi Andres, ... $webService->call("doc:getCustomerAccessState",SOAP::Data->name("doc:request ") ... I see there two problems: 1. you need either to add: ...
6530 as.aellen Send Email Nov 5, 2010
3:02 pm
Hi all When my Perl client calls a WebService over soap it gets following error from the server: Error soapenv:Envelope ...
6531 Martin Busik
mbusik70 Send Email
Nov 5, 2010
3:26 pm
Hi, ... It is allways good to have a working example :-) ... Please note: according to the working SoapUI example, the webservice "method" you are calling is...
6533 tekman2001 Send Email Nov 5, 2010
9:27 pm
When I try to run this I get a 500 error. Can anyone shed some light on what might be causing this. I have tryed comparing my output to the anticipated xml...
6534 as.aellen Send Email Nov 8, 2010
3:50 pm
Hi all My Perl WebClient calls over soap::lite a webservice on a server and gets following error from the server: Problem #' 08.11.2010 15:20:59.549 [INFO ]...
6535 rknaak07 Send Email Nov 11, 2010
10:51 pm
Does anybody on the board do hourly or project based consulting work. Need help updating several web service calls to the vendors latest version. Thanks Rob...
6536 Chaitanya Yanamadala
y_chaitu... Send Email
Nov 12, 2010
4:39 pm
Hai i am developing an application with some thing like this in mind. SERVER ... CLIENT CLIENT CLIENT a server is connected to three client machines. when...
6537 Jo Rhett
jorhett Send Email
Nov 15, 2010
11:55 pm
I'm seeing a problem where a certain type of error produces a die() inside the Transport module. That should be fine -- I have the entire soap-lite call...
6538 x_at_y_or_z Send Email Nov 24, 2010
5:33 pm
Hello everybody. I've tried to use SOAP::Lite to access the API of SevOne (a monitoring solution), however it seems to have very poor performance. For example...
6539 Dan Speers
tnjeditor Send Email
Nov 24, 2010
5:59 pm
If it is taking minutes then it sounds like you are encountering some kind of timeout. Does the WSDL have some kind of external DTD that it is trying to fetch...
6540 Attila-Mihaly Balazs
x_at_y_or_z Send Email
Nov 25, 2010
4:49 pm
Hello. I don't think it is a timeout issue, since it consumes 100% of CPU during the entire wait time (fortunately I have 2 cores - 4 if you consider HT :-)). ...
6541 Joseph Werner
telcodev@... Send Email
Nov 25, 2010
8:53 pm
Try this: Trap your outbound XML message. Build a SOAP::Data structure that will produce such an XML. Use the call utility function to call the service using...
6542 Attila-Mihaly Balazs
x_at_y_or_z Send Email
Nov 29, 2010
4:41 pm
Yes, that was one of the suspicions I've had, but I have the XS version of XML::Parser installed (as confirmed by the snippet below which prints out 2.36). ...
6543 pgfarr Send Email Dec 2, 2010
7:15 pm
I need to retrieve the targetNamespace value from a service's wsdl. Is there any way to do this via SOAP::Lite? I can see the value sitting in the schema...
6544 as.aellen Send Email Dec 3, 2010
10:01 am
Hi all My soap::lie script calls a webservice on a server. Unfortunately the server finds only some attributes/elements from the request, but not all. Perlcode...
6545 cresswell.alex Send Email Dec 6, 2010
10:40 pm
When I try to call a method with an enumeration as one of the parameters, nothing is sent. How do explicitly define the type? I assumed that since the WSTL...
6546 rahed
raherh Send Email
Dec 7, 2010
8:13 am
... What should the response look like? It's not clear from the wrong one. -- Radek...
6547 rahed
raherh Send Email
Dec 7, 2010
8:16 am
... Sorry, the request, not the response. -- Radek...
6548 Alex Cresswell
cresswell.alex Send Email
Dec 7, 2010
6:54 pm
In the request it sends "<Type xsi:nil="true" xsi:type="tns:EventGroupType" />" I would expect to see "<Type xsi:nil="true"...
6549 cresswell.alex Send Email Dec 7, 2010
9:32 pm
One of our other developers sent me a correct request to the service I am attempting to use. Here is his: <?xml version="1.0" encoding="utf-8"?><soap:Envelope...
6550 rahed
raherh Send Email
Dec 8, 2010
2:02 pm
... Hello, the code below generates this xml: <?xml version="1.0" encoding="UTF-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ...
6551 Martin Busik
mbusik70 Send Email
Dec 9, 2010
5:50 pm
Hi, ... AFAIK, this is not an goal of SOAP::Lite. You could, of course, generate a SOAP-Request object and then query the namespace used, but in my opininion...
6552 shanky1171 Send Email Dec 10, 2010
6:31 pm
Hi, I have to generate requests to an Internal Server that does not ahve a signed certificate. I keep getting the error ...
6553 shanebouslough Send Email Dec 13, 2010
8:10 pm
I'm developing a SOAP::Lite client that talks to a .Net WCF service. There was a bug in one of the service methods that generated a 500 Internal Server Error...
6554 as.aellen Send Email Dec 20, 2010
5:35 pm
Hi all I'm writing a soap::lite client. When this client calls the operation from a WebService the first time, it is successfull. The call works and also the...
6555 Martin Busik
mbusik70 Send Email
Jan 4, 2011
2:10 pm
Hi Andres, well, SOAP is an acronym for "is not simple, is not object, is not application, is not protocol" :-) ... In the early days of webservices, the xml...
6556 Scott
scott.hall1128 Send Email
Jan 13, 2011
7:05 am
I'm having troubles getting my client to send values to function. I need a perl client to send this structure: POST /VSMapi/VSMapi.asmx HTTP/1.1 Host:...
6557 warren@...
warren_m_smith Send Email
Jan 13, 2011
7:05 am
This is probably an odd request, but I have been asked to update Email::Folder::Exchange to support Exchange 2007. Exchange 2007 no longer does WebDAV by...
Messages 6527 - 6557 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