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 5988 - 6018 of 6387   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5988
... id/href pair attributes are used in soap to define uniquely its entities. So rename them (or qualifiy them into a namespace). -- Radek...
rahed
raherh
Offline Send Email
Aug 1, 2007
10:03 am
5989
You can use XML::Simple or any other XML generation tool you want. Just make sure you specify the SOAP::Data->type("xml")->value($myXML). Thom Eden...
Thomas Eden
teden
Offline Send Email
Aug 1, 2007
2:26 pm
5990
... Something like this: $soap = SOAP::Data->name(subscr=>\SOAP::Data->value( SOAP::Data->name(tag1=>10)->attr({'n1:id'=>1}), ...
rahed
raherh
Offline Send Email
Aug 2, 2007
9:04 am
5991
Hi, hopefully someone can help me make this work. I just don't see what I am doing wrong here. I have written my client in Java. The Java code is working....
Ian Harisay
imharisa@...
Send Email
Aug 17, 2007
12:00 am
5992
my $aws_wsdl = "http://ecs.amazonaws.com/AWSECommerceService/AWSECommerceService.wsdl"; #Create a new SOAP::Lite instance, feeding it Amazon's WSDL my...
robertatelastica
robertatelas...
Offline Send Email
Aug 26, 2007
9:52 pm
5993
... You want to call your service like this: ...
rahed
raherh
Offline Send Email
Aug 28, 2007
1:06 pm
5994
Hi Friends, I am new to the group. I want to use SOAP:Lite. On my linux host the current perl version is v5.6.1 built for i686-linux I have two questions: 1)...
Mandeep
mandeep_chd
Offline Send Email
Aug 28, 2007
4:39 pm
5995
Hi everyone, This might be a repeat of questions in earlier post but cant find one. I would appreciate if anyone can help me figure out one small thing here. I...
pokharel_ashish
Offline Send Email
Aug 28, 2007
6:55 pm
5996
Hi Friends, I am new to the group. I want to use SOAP:Lite. On my linux host the current perl version is v5.6.1 built for i686-linux I have two questions: 1)...
Mandeep
mandeep_chd
Offline Send Email
Aug 28, 2007
6:57 pm
5997
I'm trying to place a SOAP::Lite service up that needs to service C# clients and it's just not working. What I have so far... The SOAP::Lite server: ...
Darren Young
darren_young
Online Now Send Email
Aug 29, 2007
11:13 pm
5998
I need to create an xml body that looks like this: <Input_1> <Input_data> <data1 xsi:type="xsd:string">xxxx</data1> <data2 xsi:type="xsd:string">xxxxx</data1> ...
rawill4u
Offline Send Email
Aug 30, 2007
6:53 am
5999
I'm trying to accept SOAP requests from a MSMQ server, but MSMQ is sending some malformed messages, which I just have to accept and deal with [example below]. ...
warren_m_smith
Offline Send Email
Aug 30, 2007
6:54 am
6000
Hi, Can't complete an installation. May I post the installation messages to see if anyone has a recommendation or help. I'm kind of a newbie at CPAN. ...
Allan
gaah68114
Offline Send Email
Aug 30, 2007
6:55 am
6001
You can use the SOAP::Data->attr method to set attributes. Note: attr takes a hash reference as it's argument. E.g. \SOAP::Data->attr( { 'name' => 'myName' }...
Eric Bridger
ebridger2004
Offline Send Email
Aug 30, 2007
2:29 pm
6002
I'm only marginally competent at SOAP::Lite, but I darn sure can help with CPAN. I just tried this myself, and it looks like this results from missing modules....
Craig Dunigan
craigdunigan62
Offline Send Email
Aug 30, 2007
2:34 pm
6003
In the beginning of the installation you are asked which optional modules are to be installed. Failed tests 15 and 19 are Apache modules which are not...
rahed
raherh
Offline Send Email
Aug 30, 2007
4:47 pm
6004
I am querying a service like so: $response = SOAP::Lite ->service("http://thing1.thing2.com:10000/FOO.wsdl") -> getId("$r"); Some of the records I get contain...
Morgan Fletcher
fnagrom
Offline Send Email
Aug 31, 2007
12:05 am
6005
Hi, If you're on a Debian based, my case ubuntu, you may tray to find the package with: # apt-cache search -n perl|grep soap libsoap-lite-perl - Client and...
Hans Poo
hanspoo
Offline Send Email
Aug 31, 2007
12:25 am
6006
... There's a *real* problem with the way Perl handles UFT-8 strings (or what it this is Unicode strings). You can't really predict what will happen to...
Hugues de Mazancourt
hdemazancourt
Offline Send Email
Aug 31, 2007
8:54 am
6007
... Did you encode them on the server side? I can't modify what comes from the web service, it's vendor-provided. Morgan...
Morgan Fletcher
fnagrom
Offline Send Email
Aug 31, 2007
3:21 pm
6008
... Fortunately (for me), I'm on the server side. I don't know if there's any way to trap the message before it is passed to the XML parser. I guess it would...
Hugues de Mazancourt
hdemazancourt
Offline Send Email
Aug 31, 2007
6:45 pm
6010
... Replying to myself; the vendor fixed this on the server side. Thanks for the feedback. Morgan...
Morgan Fletcher
fnagrom
Offline Send Email
Sep 4, 2007
7:14 pm
6011
Hello! I m getting crazy. I m trying to comunicate with a service what requires stringArray as one of the parameters. Sending Integer or String works fine, but...
alexfranco73
Offline Send Email
Sep 12, 2007
2:26 pm
6012
#!/usr/bin/perl -w use SOAP::Lite; # +trace => ['debug'] ; print 'SOAP Lite version ', $SOAP::Lite::VERSION ,"\n"; #tested on 0.69 use MIME::Entity; my $soap...
Mike
mw487
Offline Send Email
Sep 13, 2007
5:59 pm
6013
Hi! I've got a project going, a part of which is the development of a WSDL-based SOAP client. I built a SOAP service from WSDL a few years ago, but ended up...
jtjustman
Offline Send Email
Sep 14, 2007
6:26 am
6014
Hello! i'm getting xml-escaped output back from a .Net SOAP server. It looks like: %lt;row&gt;data%lt;/row&gt;data anyone have any idea how i can get that to...
guymatz
Offline Send Email
Sep 17, 2007
9:04 pm
6015
... HTML::Entities, decode_entities() - Sebastian -- Progress (n.): The process through which Usenet has evolved from smart people in front of dumb terminals...
Sebastian Jaenicke
sjaenick+SOAPLITE@...
Send Email
Sep 18, 2007
12:07 pm
6016
Hi, I am not sure if this is a soaplite problem or not, so I am looking for some guidance. Basically, I have the following code snippet: ...
Eddie
kawas7
Offline Send Email
Sep 18, 2007
8:48 pm
6017
Just starting out with SOAP::Lite, and I have a few basic questions. I'm using SOAP::Transport::HTTP with Apache/2.2.3 mod_perl/2.0.2 and I have a few classes...
Bill Moseley
whmoseley
Offline Send Email
Sep 19, 2007
7:45 pm
6018
After reading on this group the question "Need additional info on setting up complex data types" by rawill4u, my answer was clear: SOAP::Data->name( smiles => ...
leegee23
Offline Send Email
Sep 19, 2007
7:46 pm
Messages 5988 - 6018 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