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@...
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...
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)...
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...
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)...
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: ...
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> ...
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]. ...
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. ...
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' }...
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....
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...
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...
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...
... 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...
... 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...
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...
#!/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...
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...
Hello! i'm getting xml-escaped output back from a .Net SOAP server. It looks like: %lt;row>data%lt;/row>data anyone have any idea how i can get that to...
... 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@...
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: ...
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...
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 => ...