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 6342 - 6371 of 6629   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Simplify | Expand Author Sort by Date v
6371 pgfarr Send Email Aug 28, 2009
6:23 pm
I am trying to build a SOAP request with the following structure: <?xml version="1.0" encoding="UTF-8"?> <soap:Envelope...
6370 pgfarr Send Email Aug 28, 2009
3:59 am
Found the problem - it was a namespace reference issue. I changed my code to (note the prefix of "ns:"). There were some other structure issues that were fixed...
6369 pgfarr Send Email Aug 28, 2009
3:59 am
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...
6368 Andrea Pfister
andrea.pfist... Send Email
Aug 27, 2009
3:49 pm
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...
6367 Martin Busik
mbusik70 Send Email
Aug 27, 2009
3:49 pm
Hi, ... The fault message is as far ambigous, as you don't know where the server expects an element in that schema. You are using the autodispatch feature...
6366 pgfarr Send Email Aug 26, 2009
7:41 pm
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...
6365 Lee Carmichael
lecar_red Send Email
Aug 20, 2009
9:39 pm
Oops. Sorry I somehow completely missed the obvious "It drops the connection when over 1750 bytes". You might want to try to set debugging on HTTP::Daemon - ...
6364 Lee Carmichael
lecar_red Send Email
Aug 20, 2009
9:31 pm
Hello, It would help to know what you mean to "not work". Does the server not run? Will it not respond to requests? etc... Take Care, Lee From: mastelyn...
6363 mastelyn Send Email Aug 20, 2009
5:08 pm
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)...
6362 Roger Beauregard
rogerbzxcr Send Email
Aug 6, 2009
2:03 am
Hi Jeff thanx for replying, sorry I have not yet replied back, but my other business needs took priority and I am just getting back to trying things out. The...
6361 rahed
raherh Send Email
Aug 1, 2009
7:21 pm
... Hi, have you found offending lines which which don't match .Net service? The following code generates your original request. $SOAP::Constants::NS_ENC =...
6360 Joseph Werner
telcodev@... Send Email
Aug 1, 2009
4:04 pm
Having worked with SOAP, mod_perl, and CGI, I would suggest that at least while training/learning you divide and conquer. Drop Apache altogether and construct...
6359 dkasak76 Send Email Aug 1, 2009
2:47 pm
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...
6358 Scott Seely
scott@... Send Email
Jul 31, 2009
2:38 pm
The service for .NET isn’t supporting s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/". That’s where your problem is. From:...
6357 Martin Busik
mbusik70 Send Email
Jul 31, 2009
2:19 pm
Hi, I'd suggest to use SoapUI to find out, what exactly, i.e. what of the differences you have posted, causes the problem. Then it is easier to modify the perl...
6356 fraber@...
frankxbergmann Send Email
Jul 30, 2009
8:55 pm
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...
6355 Frank Bergmann
frankxbergmann Send Email
Jul 30, 2009
8:54 pm
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...
6354 Eric the Red
captcuffs Send Email
Jul 29, 2009
5:52 am
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...
6353 rahed
raherh Send Email
Jul 28, 2009
10:00 am
... If you want to avoid constructing the xml manually, try these modules: XML::Compile::SOAP or SOAP::WSDL -- Radek...
6352 Patrick Schoenfeld
patrick.scho... Send Email
Jul 27, 2009
6:47 pm
Hi Joe, ... thanks for enlightening me. I guess I need to learn more about SOAP basics, obviously. ... Yeah, so far I understood it. I missed that part from...
6351 Joe Hourcle
jhourcle Send Email
Jul 27, 2009
5:55 pm
... It's not an issue with SOAP, it's an issue with RPC/encoded. It's possible that it's allowed in document/literal. I still use RPC/encoded for everything,...
6350 Joe Hourcle
jhourcle Send Email
Jul 27, 2009
3:57 pm
... Normally, with RPC-encoded, the response is a struct, not a string, so inside the SOAP body, you'd see something like: <versionResponse> <version...
6349 Thurn, Martin (IS)
thurn Send Email
Jul 27, 2009
3:55 pm
RTFM in http://search.cpan.org/~mkutter/SOAP-Lite-0.710.08/lib/OldDocs/SOAP/Lite.pm#IN/OUT,_OUT_PARAMETERS_AND_AUTOBINDING and look at the examples in...
6348 Patrick Schoenfeld
patrick.scho... Send Email
Jul 27, 2009
3:40 pm
Hi, ... thanks for trying to help, but I can't see how this should help? The remote command is version(), not versionRepsonse, so obviously your proposal leads...
6347 Patrick Schoenfeld
patrick.scho... Send Email
Jul 27, 2009
3:09 pm
Hi, I'm currently trying to train myself in using SOAP::Lite and having problems with the most basic use. Unfortunately I must confess that I don't know much...
6346 Roger Beauregard
rogerbzxcr Send Email
Jul 24, 2009
8:35 pm
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...
6345 rogerbzxcr Send Email Jul 24, 2009
6:25 pm
Hi Folks, I am pretty new using soap lite and setting element attribute, I have had some success but have been wrestling with setting / adding addind a...
6344 rahed
raherh Send Email
Jul 16, 2009
2:36 pm
... Generating xml from wsdl with complex types doesn't work and is not maintained (I think). Your wsdl is quite simple, you can work it out like this: $client...
6343 David Lloyd
dslloyd Send Email
Jul 14, 2009
1:27 pm
I have: SOAP::Lite 0.710.08 ...running on: This is perl, v5.10.0 built for i486-linux-gnu-thread-multi ...against this WSDL (which I've also copied and pasted...
6342 adverick.bacon Send Email Jul 10, 2009
3:19 pm
Hi all, I have the following server configuration: *. Apache/2.2.11 (Ubuntu) *. mod_perl/2.0.4 *. Perl/v5.10.0 *. SOAP Lite 0.710.08 I am trying to send a...
Messages 6342 - 6371 of 6629   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