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
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

Hello, I've looked low and high and can't find any example code on how to construct a security header that contains both Timestamp and UsernameToken nodes. I...
2 Dec 10, 2009
8:07 am

martin.busik@...
mbusik70
Send Email

All, apologies if I wasted anyone's time here -- we downgraded to XML::Parser 2.34 and SOAP::Lite 0.710.08, and this seems to have resolved the issue. Still of...
1 Dec 8, 2009
4:14 pm

Frank Engel
fde101
Send Email

Hi, New to the group -- I'm trying to configure a SOAP service using SOAP::Lite under mod_perl on Apache on one of our servers. * If I set up a standalone...
1 Dec 8, 2009
3:54 pm

fde101
Send Email

Hi Guys, Im still having problems with my soap request, it seems like its formed well but i've noticed in when tracing it, the request made is different to...
2 Dec 3, 2009
10:38 am

martin.busik@...
mbusik70
Send Email

Hi Kartik, i've fixed an cleaned your code. Now, with the attached code, you will generate semantically the same request, as your reference one. I mean...
2 Dec 1, 2009
5:38 pm

Martin Busik
mbusik70
Send Email

Hi Guys I've been fiddling around with SOAP::Lite and think its great so far, but am really struggling to get a result. I was wondering if anyone could give...
2 Nov 30, 2009
9:12 pm

Martin Busik
mbusik70
Send Email

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...
2 Nov 26, 2009
9:39 pm

Martin Busik
mbusik70
Send Email

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...
4 Nov 26, 2009
9:39 pm

Martin Busik
mbusik70
Send Email

Hi, ... $namespace = "urn:myns";; $proxy->serializer->register_ns($namespace); my $prefix = $proxy->serializer->find_prefix($namespace); then you can use the...
1 Nov 26, 2009
9:39 pm

Martin Busik
mbusik70
Send Email

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...
5 Nov 16, 2009
6:31 pm

Paolo Asioli
paolo_asioli
Send Email

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...
4 Nov 13, 2009
3:46 pm

Martin Busik
mbusik70
Send Email

I am running a local StockQuoteService , http://localhost:8080/axis2/services/StockQuoteService?wsdl $stockprice=SOAP::Lite...
2 Nov 12, 2009
6:57 pm

martin.busik@...
mbusik70
Send Email

Hi, ... I had a similiar problem. The XML-Schema definition contained the following attribute: elementFormDefault="qualified&quot; this causes some implementations...
1 Oct 30, 2009
2:11 pm

Martin Busik
mbusik70
Send Email

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...
2 Oct 29, 2009
11:21 pm

Martin Busik
mbusik70
Send Email

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...
1 Oct 29, 2009
6:49 pm

Byrne Reese
byrnereese
Send Email

<<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...
1 Oct 23, 2009
6:20 am

joff
Send Email

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...
1 Oct 15, 2009
10:14 pm

Wersel, Eric
ericwersel
Send Email

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....
2 Sep 13, 2009
12:57 am

Martin Busik
mbusik70
Send Email

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: ...
2 Sep 6, 2009
4:00 pm

jcroall
Send Email

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...
1 Sep 3, 2009
9:29 pm

jdawgaz
Send Email

I am trying to build a SOAP request with the following structure: <?xml version="1.0" encoding="UTF-8"?> <soap:Envelope...
3 Sep 1, 2009
3:35 pm

pgfarr
Send Email

I am pretty new to SOAP::Lite and SOAP in general so please excuse any terminology faux pas. I am trying to access a web services interface in a product called...
3 Aug 28, 2009
3:59 am

pgfarr
Send Email

I have a query that returns data,but sometimes that data is an error message (a warning really). To find out whether it really worked I must access the status...
1 Aug 28, 2009
3:59 am

pgfarr
Send Email

Hi, Can Soap::Lite handle DIME response? When i make this call to get a DIME Document, then the debug print the whole Xml out, but the program dies at this...
1 Aug 27, 2009
3:49 pm

Andrea Pfister
andrea.pfist...
Send Email

I have a SOAP server functioning quite well (preforking and serving) but when the system was upgraded (Debian from etch to lenny, i.e. from perl 5.8 to 5.10)...
3 Aug 20, 2009
9:39 pm

Lee Carmichael
lecar_red
Send Email

Hello Folks, I am new to the user group and very new using soap lite I am trying to set element attributes, and a sub-set of attributes to an element. I...
2 Aug 6, 2009
2:03 am

Roger Beauregard
rogerbzxcr
Send Email

Hi, We're trying to consume a SOAP service provided by .Net. We've got a reference SOAP request that works. Then we've re-engineered the same request via...
4 Aug 1, 2009
7:21 pm

rahed
raherh
Send Email

Greetings. I'm looking for some working examples using SOAP under mod_perl. I'd like to set up some simple web services, but I don't have any experience with...
2 Aug 1, 2009
4:04 pm

Joseph Werner
telcodev@...
Send Email

Hi, To quickly present myself, I'm the founder of the ]po[ open-source ERP/PSA system: www.project-open.com and www.project-open.org/documentation. We...
1 Jul 30, 2009
8:55 pm

fraber@...
frankxbergmann
Send Email

Can anyone tell me how to get around this failure as a SOAP client? Error: Unspecified namespace for type 'agent&#39; when I try to use Soap::lite to parse the...
1 Jul 29, 2009
5:52 am

Eric the Red
captcuffs
Send Email
  Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help