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 6373 - 6402 of 6629   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
6373 pgfarr Send Email Sep 1, 2009
3:35 pm
Excellent! Thanks Martin, that worked. On to new errors!!!...
6374 jdawgaz Send Email Sep 3, 2009
9:29 pm
I have 710 on linux, and 55 on windows. I am connecting to the same service, with exactly the same code, windows works, linux doesn't (the +traces are...
6375 jcroall Send Email Sep 6, 2009
4:00 pm
Hello, I'm new to SOAP and am confused about array encodings. The Java-based service that I am trying to interact with expects the following format: ...
6376 jcroall Send Email Sep 6, 2009
4:00 pm
Hello, I'm new to SOAP and am confused about array encodings. The Java-based service that I am trying to interact with expects the following format: ...
6377 satheesh.uppalapati
satheesh.upp... Send Email
Sep 11, 2009
9:26 pm
Hello All, We have a requirement to integrate our vendor provided B2B platform with a trading partner who uses SOAP Perl Lite client as the web service client....
6378 Martin Busik
mbusik70 Send Email
Sep 13, 2009
12:57 am
Hi, ... Yes. See http://www.w3.org/Protocols/HTTP/HTRQ_Headers.html#z3 Cheers, Martin ... Yes. use SOAP::Lite (+trace => [ "transport&quot; => \&rewrite_headers ]);...
6379 Wersel, Eric
ericwersel Send Email
Oct 15, 2009
10:14 pm
I am attempting to port this code to a new server install, but for some reason it's not working with a current version of SOAP::Lite. When I switch the new...
6380 joff Send Email Oct 23, 2009
6:20 am
<<job assignment solicitation>> Sorry for the quasi-spam, hoping to get a hand from one of you. My startup has a Soap API our partners use to insert orders...
6381 Byrne Reese
byrnereese Send Email
Oct 29, 2009
6:49 pm
Wow, It has been a while since I wrote to this group. Hi everyone! I just wrote a new Perl module which I thought might be useful to people on this list as it...
6382 taluy Send Email Oct 29, 2009
8:38 pm
We have an issue trying to add an attribute to the soap:Envelope tag. The issue is that we need to add an xmlns attribute to the soap:Envelope tag that is...
6383 Martin Busik
mbusik70 Send Email
Oct 29, 2009
11:21 pm
Hi, ... a "dirty" one is: $soap->serializer->attr->{xmlns} = "http://server.domain.com/model"; I'm wondering that that you are requesting for this, because ...
6384 Martin Busik
mbusik70 Send Email
Oct 30, 2009
2:11 pm
Hi, ... I had a similiar problem. The XML-Schema definition contained the following attribute: elementFormDefault="qualified&quot; this causes some implementations...
6385 Wes Malone
wesdmalone@... Send Email
Nov 9, 2009
1:11 am
I'm trying to write a simple SOAP client. After making a request, the response only seems to be parsed into perl data structure a couple levels down. After...
6386 Martin Busik
mbusik70 Send Email
Nov 9, 2009
8:58 pm
Hi, which SOAP::Lite Version are you using? I've tried your example with 0.69 as well as with 0.710.10. The result of the 0.69 differs from the result of...
6387 Wes Malone
wesdmalone@... Send Email
Nov 10, 2009
2:03 am
It turns out SOAP::Lite was Doing The Right Thing. I'd overlooked a note in the service docs that that said ... What I thought was just a trace output...
6388 kartik_sxn Send Email Nov 12, 2009
3:53 pm
I am running a local StockQuoteService , http://localhost:8080/axis2/services/StockQuoteService?wsdl $stockprice=SOAP::Lite...
6389 martin.busik@...
mbusik70 Send Email
Nov 12, 2009
6:57 pm
Hi, ... You can't "test" a SOAP-Webservice by entering its URL into a web browser. Use a tool like SOAPUI (www.soapui.org) ... As a first step, use the...
6390 Martin Busik
mbusik70 Send Email
Nov 13, 2009
3:46 pm
Hi Wes, ... No. If the XML-Schema-Type of the result element is "string", then SOAP::Lite (as well as other WS-packages) can treat it as a string only. Cheers,...
6391 Paolo Asioli
paolo_asioli Send Email
Nov 13, 2009
5:52 pm
Hello, I'm trying to create a request with SOAP::Lite with the enclosed WSDL. I'd like to obtain something like the attached request (generated by NuSoap in...
6392 Martin Busik
mbusik70 Send Email
Nov 15, 2009
4:45 pm
Hi Paolo, ... my $proxy = SOAP::Lite->proxy('http:/192.168.1.1/:20000'); # Endpoint, defined in your wsdl my $TNS_NS = "http://www.gruppounieuro.com/wsdl";; my...
6393 Paolo Asioli
paolo_asioli Send Email
Nov 16, 2009
5:56 pm
Hi, Martin. Sorry to bother still, but looks like the perl module isn't geting the hostname correctly. I get this error Client-Warning: Internal response 500...
6394 Martin Busik
mbusik70 Send Email
Nov 16, 2009
6:03 pm
Hi Paolo, ... my $proxy = SOAP::Lite->proxy('http:/192.168.1.1/:20000'); Invalid url is the problem. It should be propably 'http://192.168.1.1:20000/&#39; I've...
6395 Paolo Asioli
paolo_asioli Send Email
Nov 16, 2009
6:31 pm
Now it's working. Also, I had a single slash between http: and the IP. Thank you very much for your help !!!!!! Cheers, Paolo ... -- *Ing. Paolo Asioli* ...
6396 Julian
julian_yap Send Email
Nov 20, 2009
3:26 pm
Hi all, I'm having an issue and it may be a simple thing to resolve it. When a SOAP::Lite server returns a hash array to a Python client, and one of the hash...
6397 davemangot Send Email Nov 20, 2009
10:12 pm
Hi, I'm kinda at wits end so hopefully this will make some sense. I'm trying to get a report from Akamai using their SOAP interface. I downloaded their WSDL...
6398 Aleksandar Jelenak
aleksandar.jelenak@... Send Email
Nov 21, 2009
2:34 am
... It is shorter to write: my @cp2 = (33333); ... The start date is not valid: 2009-11-00. You probably meant 2009-11-01. Maybe this is the real culprit? ...
6399 davemangot Send Email Nov 23, 2009
8:04 pm
... You are correct, but even after fixing the date (which had been correct in previous versions) SOAP::Lite still does not pass in my array to the server. my...
6400 Martin Busik
mbusik70 Send Email
Nov 26, 2009
9:39 pm
Hi, ... $namespace = "urn:myns";; $proxy->serializer->register_ns($namespace); my $prefix = $proxy->serializer->find_prefix($namespace); then you can use the...
6401 Martin Busik
mbusik70 Send Email
Nov 26, 2009
9:39 pm
Hi Dave, the problem is, that SOAP::Lite does not serialize ArrayOfXXX types. There are 2 ways to solve it: ... sub serialize_array { my ($self, $value, $name,...
6402 Martin Busik
mbusik70 Send Email
Nov 26, 2009
9:39 pm
Hi, ... If this is a server message, then it should be returned, whatever client sends the request. I suppose, perl and python do not generate the same ...
Messages 6373 - 6402 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