1
vote
0answers
28 views

Perl SOAP::WSDL support SOAP 1.2?

I am using SOAP::WSDL to parse a WSDL file to a web service client, but in the WSDL file the SOAP version is SOAP 1.2 and SOAP::WSDL crashes when meeting such a SOAP version. When I change the SOAP ...
0
votes
1answer
42 views

How do I create params in a SOAP-Request in Perl using SOAP::Lite?

How can I make the following request in perl, using SOAP::Lite? <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ...
1
vote
1answer
42 views

How to replace LWP handle in SOAP::WSDL?

I have to extend an established web application which is using SOAP::WSDL to communicate with external SOAP servers. To get use of a new SOAP method I have to extend the application to handle cookies ...
0
votes
1answer
28 views

ref of expresion using SOAP::Lite

I have a following module VERY SIMPLE perl module TEST.pm package TEST; sub new { my ($class) = @_; my $self = {}; bless $self, $class; return $self; } sub test { my ($self, ...
1
vote
1answer
67 views

perl SOAP::Lite proxy authentification

I am trying to consume some SOAP Web Service from perl with SOAP::Lite. my script looks like : use SOAP::Lite; my $url1 = http://myUsername:myPassword@myProxyServer:port; my $url2 = https: ...
1
vote
1answer
81 views

Possible bug in SOAP::Lite?

I'm trying to call a SOAP service in Perl using SOAP::Lite, and it seems to be having a problem parsing the return value. Here is a slightly sanitized version of what happens when I use SOAP::Lite ...
0
votes
2answers
239 views

Perl SOAP::LITE — can't authenticate?

I'm trying -- and failing -- to write a simple test app using SOAP::LITE to access an HP Service Manager site. (I've also tried SOAP::WSDL, but further reading made me believe that it really isn't ...
3
votes
1answer
178 views

Porting perl soap application to python

I'm trying to port my Perl SOAP communication application to a Python equivalent at the moment but can't seem to get past this error that urllib2 is throwing via suds. My working perl soap script is: ...
0
votes
0answers
100 views

Set custom Auth Headers for perl SOAP:Lite service

I am dynamically generating a service reference in perl: my $soap = SOAP::Lite ->service($WSDL) ->on_fault(sub { # SOAP fault handler my $soap = shift; my $res = shift; ...
3
votes
2answers
1k views

full working HelloWorld example for perl + SOAP + WSDL from a tarball

I wonder if anyone can provide a full working example of a SOAP 1.2 server (no CGI) + SOAP 1.2 client with a WSDL file. Anything I try since 1 week fails. My last try with ...
0
votes
0answers
118 views

perl SOAP:Lite client: override envelope string generation

Baically I need to add digital signature There is an enviroment limitation: I need to use custom black-box function add_custom_signature which takes envelope xml string and returns signed envelope ...
0
votes
0answers
163 views

Convert Perl code to PHP

I'm trying to convert Perl code to PHP. Perl Code: (works) my $connection = SOAP::Lite -> proxy("http://$credentials\@$ARGV[0]/xmlservice", timeout=>10) ...
1
vote
1answer
1k views

Perl SOAP::Lite WSDL with raw XML

I want to make a SOAP request with Perl and I want to send raw XML data like $xml = "<IODATA> <TEST> Hello World </TEST> </IODATA>"; I am using SOAP::Lite like this: ...
0
votes
1answer
325 views

Consuming a .NET Web Service in Perl with NTLM Authentication

I am attempting to call a .NET SOAP web service from a Perl script, as follows. #!/usr/bin/perl -w use strict; use SOAP::Lite 'trace', 'debug'; use Authen::NTLM; use Data::Dumper; my $user = ...
-1
votes
1answer
120 views

Parsing SOAP XML data using Perl SOAP::Parser Module. Can't install module using CPAN

Now I have urgent work for parsing SOAP XML data. I chose SOAP::Parser as the best module, then I tried to install it using CPAN but it gives error like don't know what is this. If it is not ...
0
votes
1answer
119 views

Connect to ivona.com service using SOAP and Perl

For a couple of days I am trying to connect to the TTS Ivona (ivona.com) service using SOAP. Below is the PHP example that works well: function txtSpeechToFile($txt, $path) { $soapURL = ...
2
votes
1answer
119 views

Accessing the SSRS SOAP API from perl

I would like to know if its possible to access the SSRS SOAP API from Perl. I have written some C# applications that use SSRS, but most of my code base is in Perl running on Unix. I am not really ...
0
votes
1answer
110 views

encoding accents in soap lite

I have a perl script using soap::lite that calls a webservice written in Net. The call works, but the problem is that I need to pass a parameter like SOAP::Data->name('x' => ...
1
vote
0answers
202 views

SOAP::LITE client in Catalyst makes ALL my Catalyst app to wait during access or timeout

in my Catalyst app I have a very important connection to a remote server using SOAP with WSDL. Everything works fine, but when the remote server goes down due to any reason, ALL my app waits until ...
1
vote
1answer
349 views

Error 411 Length Required without a POST

Below is the code that I am using in a .PL file, I feel like the ENV that I create may be the issue here, but if I take that out I get a certificate error. I was wondering is there any fix around the ...
0
votes
3answers
339 views

How can I get attributes from complex SOAP::DATA structure in SOAP::Lite?

I can't get a simple attribute value from SOAP response using SOAP::Lite. Below the code and output of SOAP::Data. I'm trying to get value of the attribute //response/dirn/attr/uuid my $cm = new ...
0
votes
1answer
318 views

Can't use object methods of SOAP object with SOAP::Lite

I am reading data from our Jira via SOAP and recieve an array of RemoteIssue-Objects. Now I want to iterate over these and get the status of each ticket. The documentation of RemoteIssue says that ...
8
votes
4answers
2k views

Perl/Soap lite : “Server was unable to process request. Object reference not set to an instance of an object”

I'm trying to consume a Webservice already existing and that works perfectly. After having read many tutorials and examples, I finally managed to get an answer from the server: Server was unable ...
1
vote
1answer
353 views

Building Perl Soap Services that are Consumed by .NET

I have a Linux server with Perl libraries that I need to expose to a .NET application. Naturally I thought I would build out a platform independent solution, like SOAP, to bridge the gap. I'm ...
1
vote
1answer
146 views

XML::Compile::SOAP and a fault call

I'm having a problem trying to deal with a SOAP fault and I can't figure out if its on my end or the other end. I'm using a WSDL file and I have the following code: use XML::Compile::WSDL11; use ...
2
votes
3answers
557 views

Perl: Getting complete request from SOAP::WSDL object

I'm working with SOAP::WSDL and another company's custom WSDL file. Every time they make a change for me and I recreate my modules, something breaks. Finding the problem is rather tedious because I ...
0
votes
1answer
144 views

method not found Apache2::RequesUtil->request

i have a small problem whith SOAP::Lite, When i try to run the following code, i have this error (Can’t locate object method “request” via package “Apache2::RequesUtil” at b.pl line 3) : ...
0
votes
1answer
345 views

Why can't perl locate mod_perl when I try to use SOAP::Transport::HTTP::Apache?

When the following code is executed, I get the error Could not find or load mod_perl at C:\Perl\site\lib\SOAP\Transport\HTTP.pm line 741, even though I successfully installed the module mod_perl2. ...
4
votes
0answers
551 views

Can't get Perl web service running using WSDL::Generator

I have been trying for two weeks to create a web service in Perl (with WSDL::Generator) and call it with a client written in Perl. Now I try the examples provided with the library specializes in ...
1
vote
1answer
226 views

Storing SOAP response as hash

I'm trying to store the response from a Perl (v5.12.4) SOAP call (SQL query) as a hash for further processing while maintaining the structure of the data. The columns will vary so I'd like to be able ...
2
votes
1answer
232 views

SOAP create JSON from hash and decode from client

I am working on making a web service using soap. I'm stuck at trying to figure out to convert a hash into a JSON using perl. Now I am testing it with the client side and I am trying to print out the ...
1
vote
1answer
146 views

Perl Pod::WSDL: wrong return type

I have a problem with Pod::WSDL perl module and didn't find an answer, yet... I use a method like this: =pod =begin WSDL _DOC Method hopefully returning a string _IN parameter1 $string The ...
0
votes
1answer
134 views

How can I output the soap fragment with perl SOAP::Lite?

I am a new comer to soap protocol, so I want to find a perl module to produce soap fragments so that I can learn how to construct a soap fragment with it, SOAP::Lite is an excellent module for soap, ...
0
votes
3answers
1k views

Perl wsdl webservice call

I am new to perl webservice call. I am calling a wsdl webservice function and I am getting the response as 400 bad request error. I tried and googled many sites but could not get successful. Please ...
0
votes
2answers
413 views

How to convince SOAP::Lite to return UTF-8 data in responses as UTF-8?

I'm trying to transmit UTF-8 strings in complex data structures with SOAP::Lite. However, as it turns out, SOAP::Lite quietly converts all UTF-8 strings into base-64-encoded octets. The problem with ...
0
votes
1answer
378 views

SOAP::Lite generates “overflow” on complex type “Array”

I use SOAP::Lite to communicate to a "SOAP"-Service-WSDL (ASMX resp). This Service requires an array of arguments, like so: <scriptParameters> <string>string</string> ...
1
vote
1answer
301 views

Perl: what kind of data should i feed to delcampe API?

I write soap-client based on Delcampe API. Simple methods work fine, but functions with need on complex data give me an error message like "You must send item's data!". Based on PHP example here i ...
0
votes
1answer
559 views

Perl: how to fix SOAP::Lite delcampe-api-client example?

Here http://code.google.com/p/delcampe-api-client/wiki/Info#Perl is code example of delcampe-api-client in Perl. Obviously, there is an syntax error, running the code i got: syntax error at test.pl ...
0
votes
1answer
284 views

wsdl2perl doesn't generate classes

I have tried to generate classes for WSDL (I need complex types classes) --> WSDL here <-- but have many errors: found unrecognised attribute {http://schemas.xmlsoap.org/wsdl/}arrayType ...
3
votes
1answer
863 views

How do I upload a file from the local machine to Sharepoint using Perl SOAP::Lite?

#use SOAP::Lite ( +trace => all, maptype => {} ); use SOAP::Lite maptype => {}; use LWP::UserAgent; use HTTP::Request::Common; #credentials' file require "c:\\test\\pass.pl"; my $userAgent = ...
0
votes
1answer
371 views

Perl and SOAP WSDL. wsdl2perl doesn't work

I have tried to generate perl classes for WSDL, but wsdl2perl.pl script doesn't generate most of classes. What's wrong? xmethods.net WSDL Analyser returns no error and show AllegroWebApiService as ...
3
votes
1answer
116 views

Perl: how to produce a WSDL description of a package?

I am going to write a simple SOAP web service in Perl. It accepts two integers and one string in input and produces binary data (png file) to output (a QR code generator). Can I produce it's WSDL ...
1
vote
1answer
132 views

Retrieving Data::Dumper elements

I'm using Data::Dumper to retrieve information from a server with SOAP messaging and need some assistance with assigning the return values for processing. My code is: my $cm = new SOAP::Lite ...
0
votes
1answer
367 views

Client Failed to access class (xxxxx): Can't locate xxxxx.pm in @INC - PERL

I am trying to run a Perl SOAP server, it starts up alright, but when a method is called remotely I get the following message: SOAP::Serializer::envelope: Client Failed to access class (HELLO): ...
0
votes
0answers
320 views

How to use Soap::Lite to call a web service

I'm learning Perl and I want to use Soap::Lite to call a web service, for example http://www.webservicex.net/whois.asmx After reading this tut http://guide.soaplite.com/ I tried this code, but it ...
3
votes
1answer
410 views

500 error with Adwords API on v2011109 sandbox

I need to create a sandbox account: http://code.google.com/apis/adwords/docs/sandbox.html Unfortunately, I'm getting a 500 error when issuing the GET against the WSDL location they supplied, (No such ...
0
votes
1answer
142 views

Perl, Net::Traceroute::PurePerl return value

This is a sub routine that I copied from CPAN. It works fine as it is when I run it from the command line. I have a similar function from Net::Traceroute that also works fine AND allows me to return ...
1
vote
2answers
473 views

soap lite pass string argument

I have a problem passing a string argument using Perl. The following code #!/usr/bin/perl -w use SOAP::Lite; my $service = SOAP::Lite->service('http://localhost:8080/greeting?wsdl'); print ...
0
votes
1answer
272 views

Java service throwing exception when access by Perl program

I have a simple Java service to access current time. I wrote a Perl client to access it. #! /usr/bin/perl -w use SOAP::Lite; my $url = 'http://127.0.0.1:9876/ts?wsdl'; my $service = ...
5
votes
0answers
275 views

Perl SOAP::WSDL accessing HTTPS Unathorized error

I'm trying to generate a Perl library to connect to a WebService. This webservice is in an HTTPS server and my user has access to it. I've executed wsdl2perl.pl several times, with different ...

1 2