Search the web
Sign In
New User? Sign Up
soaplite · SOAP::Lite for Perl (soaplite.com)
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 6358 - 6387 of 6387   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6358
The service for .NET isn’t supporting s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/". That’s where your problem is. From:...
Scott Seely
scott@...
Send Email
Jul 31, 2009
2:38 pm
6359
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...
dkasak76
Offline Send Email
Aug 1, 2009
2:47 pm
6360
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...
Joseph Werner
telcodev@...
Send Email
Aug 1, 2009
4:04 pm
6361
... Hi, have you found offending lines which which don't match .Net service? The following code generates your original request. $SOAP::Constants::NS_ENC =...
rahed
raherh
Offline Send Email
Aug 1, 2009
7:21 pm
6362
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...
Roger Beauregard
rogerbzxcr
Offline Send Email
Aug 6, 2009
2:03 am
6363
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)...
mastelyn
Offline Send Email
Aug 20, 2009
5:08 pm
6364
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...
Lee Carmichael
lecar_red
Online Now Send Email
Aug 20, 2009
9:31 pm
6365
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 - ...
Lee Carmichael
lecar_red
Online Now Send Email
Aug 20, 2009
9:39 pm
6366
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...
pgfarr
Offline Send Email
Aug 26, 2009
7:41 pm
6367
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...
Martin Busik
mbusik70
Offline Send Email
Aug 27, 2009
3:49 pm
6368
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...
Andrea Pfister
andrea.pfist...
Offline Send Email
Aug 27, 2009
3:49 pm
6369
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...
pgfarr
Offline Send Email
Aug 28, 2009
3:59 am
6370
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...
pgfarr
Offline Send Email
Aug 28, 2009
3:59 am
6371
I am trying to build a SOAP request with the following structure: <?xml version="1.0" encoding="UTF-8"?> <soap:Envelope...
pgfarr
Offline Send Email
Aug 28, 2009
6:23 pm
6372
Hi, ... SOAP::Data->name( 'ns:group' ) => value is the same as SOAP::Data->name( 'ns:group' ), value which means an empty element named 'ns:group' followed by...
Martin Busik
mbusik70
Offline Send Email
Aug 31, 2009
2:50 am
6373
Excellent! Thanks Martin, that worked. On to new errors!!!...
pgfarr
Offline Send Email
Sep 1, 2009
3:35 pm
6374
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...
jdawgaz
Offline Send Email
Sep 3, 2009
9:29 pm
6375
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: ...
jcroall
Offline Send Email
Sep 6, 2009
4:00 pm
6376
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: ...
jcroall
Offline Send Email
Sep 6, 2009
4:00 pm
6377
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....
satheesh.uppalapati
satheesh.upp...
Offline Send Email
Sep 11, 2009
9:26 pm
6378
Hi, ... Yes. See http://www.w3.org/Protocols/HTTP/HTRQ_Headers.html#z3 Cheers, Martin ... Yes. use SOAP::Lite (+trace => [ "transport" => \&rewrite_headers ]);...
Martin Busik
mbusik70
Offline Send Email
Sep 13, 2009
12:57 am
6379
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...
Wersel, Eric
ericwersel
Offline Send Email
Oct 15, 2009
10:14 pm
6380
<<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...
joff
Offline Send Email
Oct 23, 2009
6:20 am
6381
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...
Byrne Reese
byrnereese
Offline Send Email
Oct 29, 2009
6:49 pm
6382
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...
taluy
Offline Send Email
Oct 29, 2009
8:38 pm
6383
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 ...
Martin Busik
mbusik70
Offline Send Email
Oct 29, 2009
11:21 pm
6384
Hi, ... I had a similiar problem. The XML-Schema definition contained the following attribute: elementFormDefault="qualified" this causes some implementations...
Martin Busik
mbusik70
Offline Send Email
Oct 30, 2009
2:11 pm
6385
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...
Wes Malone
wesdmalone@...
Send Email
Nov 9, 2009
1:11 am
6386
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...
Martin Busik
mbusik70
Offline Send Email
Nov 9, 2009
8:58 pm
6387
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...
Wes Malone
wesdmalone@...
Send Email
Nov 10, 2009
2:03 am
Messages 6358 - 6387 of 6387   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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