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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 3704 - 3733 of 6387   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3704
Hi, my soapserver should generate customized faults as described in http://cookbook.soaplite.com/#soap%20faults So I have a test-function on the server: sub...
Jens Puruckherr
jpuruckherr@...
Send Email
Jul 1, 2004
10:59 am
3705
... From your example you appear to be sending back a literal ö character which is not valid UTF-8. This will cause a problem when the SOAP message is parsed...
Duncan Cameron
duncan_camer...
Offline Send Email
Jul 1, 2004
11:21 am
3706
RE: [soaplite] custom fault generates error 500 Hi Jens, if ($@) is defined you won't have a result object. You did an eval and thus you'll either have an...
rafiq.ismail@...
rafiq_i
Offline Send Email
Jul 1, 2004
12:25 pm
3707
... Sorry to respond to my own posts ... I can confirm that the ö character does cause a "500 Internal Server Error", and that if the character is removed...
Duncan Cameron
duncan_camer...
Offline Send Email
Jul 1, 2004
1:20 pm
3708
... That's it! Thanks! ... Mit freundlichen Grüßen Jens Puruckherr...
Jens Puruckherr
jpuruckherr@...
Send Email
Jul 1, 2004
2:04 pm
3709
Hi, I am fairly new to web services. I need to create a SOAP::Lite client to access a DotNet Webmethod that takes data structure as parameter. DotNet webmehtod...
chengal11
Offline Send Email
Jul 1, 2004
10:43 pm
3710
After investigating a little, I believe the problem is more generic than I thought. The SOAP::Lite deserializer seems to have a problem with all custom data...
Sriya Santhanam
sriya_santhanam
Offline Send Email
Jul 1, 2004
11:19 pm
3711
Hi, I am fairly new to web services. I need to create a SOAP::Lite client to access a DotNet Webmethod that takes data structure as parameter. DotNet webmehtod...
krishna M
chengal11
Offline Send Email
Jul 2, 2004
1:48 pm
3712
Hi, I am new to SOAP::Lite. I am looking for a simple Perl script to do the follow thing. I am writting a client script to connect to the service which uses ...
Kelvin Wu
kelvin.wu@...
Send Email
Jul 5, 2004
6:26 am
3713
... Looks OK, but I would break in into three steps, creating the SOAP::Lite object, calling the method, and accessing the result in order to test success of...
Duncan Cameron
duncan_camer...
Offline Send Email
Jul 5, 2004
7:32 am
3714
You indeed want to use Randy's repository. There are instructions for setting it ass a PPM repository at ...
Issac Goldstand
margol_il
Offline Send Email
Jul 5, 2004
6:49 pm
3715
I have two scripts that both hit a SOAP::Lite server. One uses straight soap calls while the other uses wsdl. The one that uses soap calls looks like this: ...
Gordon Pate
gpate3
Offline Send Email
Jul 6, 2004
4:33 pm
3716
Hello All, We are accessing a SOAP service from a SOAP Client. The error we get is this: "application failed during deserialization: xml processing instruction...
Amit Sharma
amitdce
Offline Send Email
Jul 7, 2004
6:47 am
3717
... Well, the error message is pretty clear as to where the problem is. Have you turned trace on and looked at the received data? Regards Duncan...
Duncan Cameron
duncan_camer...
Offline Send Email
Jul 7, 2004
7:27 am
3718
Sorry to post again but I hit send to soon. ... Well, the error message is pretty clear as to where the problem is. line 3, column 0,byte 4 refers to the...
Duncan Cameron
duncan_camer...
Offline Send Email
Jul 7, 2004
7:30 am
3719
Thanks, Duncan. The server is able to find cgi scripts, including the one we are using. WE checked that by printing html in it and opening it in the browser. ...
Amit_Sharma04
amitdce
Offline Send Email
Jul 7, 2004
11:42 am
3720
To detail, these are our requests and responses (through TcpTrace) Request: POST /cgi-bin/hibye.cgi HTTP/1.1 TE: deflate,gzip;q=0.3 Connection: TE, close ...
Amit_Sharma04
amitdce
Offline Send Email
Jul 7, 2004
11:51 am
3721
Another development- We modified the parser.pm file, and put the xml SOAP message we intended to be generated by it directly into the parser code. And the...
Amit_Sharma04
amitdce
Offline Send Email
Jul 7, 2004
12:06 pm
3722
... This trace doesn't seem to correspond to the code that you originally sent. print SOAP::Lite -> uri('http://localhost:8080/cgi-bin/Demo/Demo') ->...
Duncan Cameron
duncan_camer...
Offline Send Email
Jul 7, 2004
12:56 pm
3723
Hi All Anybody out there have any leads/experience writing a BPEL4WS workflow engine in perl? Is there an interest in such a module? TIA Randy ...
Randall Marbach
remarbach
Offline Send Email
Jul 7, 2004
5:25 pm
3724
Greetings, I was wondering if any one would be kind enough to post a complete example of a DotNet Client using a WSDL to access a Perl SOAP::Lite server that...
lacombeperl
Offline Send Email
Jul 7, 2004
8:09 pm
3725
Hi Randy and others: One of the things we at Infosys Technologies, Bangalore, are exploring is a workflow engine for web and grid services. The high level idea...
Amit_Sharma04
amitdce
Offline Send Email
Jul 8, 2004
4:04 am
3726
Hi folks, Relatively new to the world of SOAP::Lite, but basically familiar with the general concepts - I've implemented fairly complex "web services" using...
allandrick
Online Now Send Email
Jul 8, 2004
11:10 am
3727
Greetings, I am sending a soap envelope with 2001 xsi and xsd, but soap::lite server keeps returning 1999 xsi and xsd. Does anyone know how to force server to...
lacombeperl
Offline Send Email
Jul 8, 2004
6:52 pm
3728
I'm trying to connect to a remote SOAP server using https://url, but my script is throwing the following error: 500 Can't locate object method "new" via...
Paul Harman
seancortan
Offline Send Email
Jul 9, 2004
12:35 pm
3729
... I get the same error if I try to use https, and I have definitely *not* got all the necessary modules installed. Earlier this week there was a post about...
Duncan Cameron
duncan_camer...
Offline Send Email
Jul 9, 2004
12:51 pm
3730
From: Duncan Cameron [mailto:duncan_cameron2002@...] ... Really? perhaps you'd be so kind as to post an ID reference to the post on Yahoo! groups...? ...
Paul Harman
seancortan
Offline Send Email
Jul 9, 2004
12:57 pm
3731
... This is the one that I was referring to http://groups.yahoo.com/group/soaplite/message/3714 See my response to point 3 of the original post. Regards Duncan...
Duncan Cameron
duncan_camer...
Offline Send Email
Jul 9, 2004
1:05 pm
3732
From: Duncan Cameron [mailto:duncan_cameron2002@...] ... Ta... I did see that message at the time, but ignored it since I'm on Solaris and thus am not...
Paul Harman
seancortan
Offline Send Email
Jul 9, 2004
1:09 pm
3733
For the record, if you're building the CPAN module on your own, you only need Net::SSLeay to "activate" https features in LWP. ... From: "Paul Harman"...
Issac Goldstand
margol_il
Offline Send Email
Jul 9, 2004
2:15 pm
Messages 3704 - 3733 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