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 6355 - 6384 of 6629   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
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...
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...
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...
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:...
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...
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...
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 =...
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...
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)...
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...
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 - ...
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...
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...
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...
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...
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...
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...
6372 Martin Busik
mbusik70 Send Email
Aug 31, 2009
2:50 am
Hi, ... SOAP::Data->name( 'ns:group&#39; ) => value is the same as SOAP::Data->name( 'ns:group&#39; ), value which means an empty element named 'ns:group&#39; followed by...
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...
Messages 6355 - 6384 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