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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

Hi, Are you new to Bangalore ? Check out the complete exhaustive details on Bangalore... http://www.freebangalore.com Here you will find information related to...
1 Nov 2, 2005
3:56 am

jagadish nanjundaiah
jagadish200502
Send Email

Hi, I am using WSDL::Generator to generate wsdl files. While the sub response structure seems to be OK, I was never able to generate a wsdl file with the...
1 Nov 1, 2005
10:30 pm

snecula
Send Email

Hey I'd like to know if there is any perl module that can manipulate XML representation of a .NET dataset. Please let me know more about this. Thanks, Vinit...
1 Nov 1, 2005
6:18 pm

vinitns
Send Email

I have recently submitted a patch to SOAP::Lite that fixes a bug with how SOAP::Lite servers deal with .NET clients that transmit the HTTP "Expect: 100...
1 Nov 1, 2005
6:03 pm

Byrne Reese
byrnereese
Send Email

hi, i having a problem working with Array element, please help! ... <complexType name="createCustomer"> <sequence> <element name="Customer_1" nillable="true" ...
1 Nov 1, 2005
5:58 pm

activlinks
Send Email

Hi Im trying to do WSDL first development and consume a SOAP::Lite service with MS ASP.NET client. Im getting an error from MS visual studios when i try and...
1 Nov 1, 2005
5:15 pm

parcelstring
Send Email

Some of my friends have managed to meet a few nice ones off this thing (here is the place they told me: http://www.wilddelight.info/qajib , but what do you...
1 Nov 1, 2005
5:15 am

ignatia.kirkland7875@...
Send Email

Hello! Look at this Computing & Internet information directory. URL : http://www.hi-fiweb.com/users/amitha/ Cheers! Amy...
1 Nov 1, 2005
2:45 am

amy_tn44
Send Email

I'm trying to write a Perl client that interacts with a .NET web service. I've written several others in the past and they've all worked just fine, but this...
1 Oct 31, 2005
4:52 pm

lordcornish
Send Email

the problem: the generated soap body would be ok if "<" and ">" were not translated to "<" and ">" between <request...> and </request> How could I solve...
1 Oct 29, 2005
11:52 am

carex1240
Send Email

Hello :-), I'm using SOAP::Lite/Perl/0.65_3, and i get with an "irregular frequency" the following message, when i execute the client: <?xml version="1.0"...
2 Oct 29, 2005
5:19 am

Duncan Cameron
duncan_camer...
Send Email

US TECH SCHOOLS RANKINGS The latest addition to VyomWorld.com GRE Section contains the following information about each one of these Top 50 Universities....
1 Oct 27, 2005
5:38 am

jagadish nanjundaiah
jagadish200502
Send Email

I've just set up a new server and I get the above message. I've set this server up like the existing working server. Both servers are running the same Apache...
1 Oct 26, 2005
6:31 pm

John Walstra
john_walstra
Send Email

Hello, In the code below everything is ok except the $data content. It is serialized as <![CDATA[ <search.......]]> This is not recognised on the...
2 Oct 25, 2005
8:41 pm

carex1240
Send Email

Hi Guys, I running the SOAP::Lite server as a HTTP daemon (SOAP::Transport::HTTP::Daemon server, autodispatch on the client) 1. I created object of a remote...
1 Oct 25, 2005
8:29 pm

Nagarajan M
naga_cit
Send Email

Create your **own ** Google Search You can now easily create your own Google Search Engine. Yes, watch out the image below and then you will understand what I...
2 Oct 25, 2005
10:41 am

jagadish nanjundaiah
jagadish200502
Send Email

In response to requests regarding returning a dataset to a .NET client per following message: http://groups.yahoo.com/group/soaplite/message/3395 The following...
1 Oct 25, 2005
8:37 am

Maurice McCabe
orb_soft
Send Email

Get a Free Comics Everyday Email: [input] [input] Get a Free Comics Everyday Email: [input] [input] var data, p;var...
1 Oct 25, 2005
4:07 am

jagadish nanjundaiah
jagadish200502
Send Email

Hi Im getting this response(see bottom) from a SOAP::Lite server. The customer object in the response has a type of namesp2:Customer but it should have my own...
1 Oct 24, 2005
5:11 pm

parcelstring
Send Email

Hello I am trying to send an object as a parameter to a .NET web service from a perl client with soap::lite.It works fine with integers, strings as arguments...
3 Oct 24, 2005
4:46 pm

parcelstring
Send Email

Hmmm... I have a simple SOAP server: -- #!/usr/bin/perl -w use strict; use lib "/etc/perl&quot;; use lib "/usr/lib/perl5/site_perl/5.8.6/i686-linux-thread-multi&quot;; ...
1 Oct 24, 2005
12:15 pm

jamethiel_w
Send Email

Hello, I would like to add: xmlns:m="http://10.122.123.110:8251/axis/services/exam" to the envelop below. (generated by SOAP::Lite) <?xml version="1.0"...
2 Oct 24, 2005
9:35 am

Richard Gregory
richard_n_gr...
Send Email

Can someone shed some light on this error. I am running a standalone server using the http transport portion of soap::lite....
1 Oct 22, 2005
8:46 pm

spinixguy
Send Email

Hi, (Perl scripting) I need to see what my soap request and responses look like and was told that I could do this by adding 'debug&#39; like this: use SOAP::Lite...
1 Oct 22, 2005
4:28 pm

mikeburdickutah
Send Email

Hi I am trying to consume a soap::lite service using .NET but i am having a few problems, its probably my wsdl. WSDL file is available here ...
1 Oct 22, 2005
12:22 pm

parcelstring
Send Email

Hi, I have a Perl snippet that produces a XML request. I would like to see what it looks like in a XML format. How can I do that? Thanks.... Mike Here's the...
2 Oct 22, 2005
9:46 am

Karanth Srihari
karanthsrihari
Send Email

Can this SOAP request be written differently so that I can make sure the correct value is on the correct layer so to speak? In other words, can I use a...
1 Oct 21, 2005
9:07 pm

mikeburdickutah
Send Email

I have to write a complex SOAP request that is four layers deep. What is the best way to do this so I don't get lost? Also, what are WSDL files and what are...
2 Oct 21, 2005
1:04 pm

Eric Bridger
ebridger2004
Send Email

Hi All, Please someone help me to resolve following problem. Please Let me know, what I am doing wrong in my script, and not getting the right output?? Thanks...
1 Oct 21, 2005
12:10 pm

Vaibhav Sharma
vaisharma
Send Email

JobsAssist is the only group, that sends out Maximum Number of Freshers Jobs each day! Yes, the Group announces 13-15 freshers Jobs everyday. Even if you are...
1 Oct 21, 2005
4:17 am

jagadish nanjundaiah
jagadish200502
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