Sponsored Content
Full Discussion: Perl / SOAP error 'code=501'
Top Forums Shell Programming and Scripting Perl / SOAP error 'code=501' Post 302595505 by aixlover on Friday 3rd of February 2012 10:17:50 AM
Old 02-03-2012
Perl / SOAP error 'code=501'

Hi, I've got the following errors when running a Perl script:

Quote:
# perl pa.pl
SOAP request failed: code=501, error=Protocol scheme 'https' is not supported (Crypt::SSLeay or IO::Socket::SSL not installed)
[error] Zimbra soap service not authenticated on https://mydomain:7071/service/admin/soap/

# ls /opt/zimbra/zimbramon/lib
Apache Email lwpcook.pod TAP
App Error lwptut.pod Task
Archive Error.pm Mail Test
Array ExtUtils MIME Time
auto File Module Tree
Bundle Geography Net UDDI
Carp Getopt Package URI
Compress HTML Parallel URI.pm
Config HTTP Pod WWW
Convert IO RRDp.pm x86_64-linux-thread-multi
Crypt IP SOAP XML
Date List spamassassin-run.pod XMLRPC
Devel LWP Sub Zimbra

# pkginfo | grep -i openssl
application SMCossl openssl
system SUNWopenssl-commands OpenSSL - a Toolkit for Secure Sockets Layer (SSL v2/v3) and Transport Layer (TLS v1) protocols and general purpose cryptographic library
system SUNWopenssl-include OpenSSL Header Files
system SUNWopenssl-libraries OpenSSL Libraries (Usr)
system SUNWopenssl-man OpenSSL Manual Pages
system SUNWopensslr OpenSSL Libraries (Root)
system SUNWpython26-openssl pyOpenSSL - Python interface to the OpenSSL library for Python 2.6

# pkginfo | grep -i soap
application SUNWiqum Sun Java(tm) System Message Queue JMS/SOAP Msg Transformer
system SUNWxsrt SOAP with Attachments API for Java
Any help will be greatly appreciated!
 

6 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Soap Server error

Hi all jobs on a particular autosys box are failing with the below error. Any ideas Start Login Preparing to Submit Job...... Error Submitting Report Again Soap Server error. (0 Replies)
Discussion started by: sophos
0 Replies

2. Programming

SOAP Client..!

Hi, Can anybody provide me a simple SOAP client in C/C++ ..? Thanks in advance....!! (1 Reply)
Discussion started by: Kattoor
1 Replies

3. Shell Programming and Scripting

Server error: 501 #5.1.3 in UNIX

HI All , I am getting below errors . Server error: 501 #5.1.3 Partial domain NOT allowed: '' or Error IN sending mail Server error: 501 #5.1.3 Partial domain NOT allowed: ' I am using unix script to call filename.csv and send into outlook mail as attachment.Though file is present... (3 Replies)
Discussion started by: Perlbaby
3 Replies

4. Shell Programming and Scripting

SOAP module in perl

Hi, I have executed the below perl code to check whether SOAP module is working or not. #!/usr/bin/perl use SOAP::Transport::HTTP; print "Hai"; But I got the below error message: Can't locate SOAP/Transport/HTTP.pm in @INC (@INC contains:... (2 Replies)
Discussion started by: liyakathali
2 Replies

5. Web Development

SOAP::Lite question

I have setup web service requests using SOAP::Lite. I include the following entries which have been assigned, like the uri, protocol, fully qualified dns name, port, path, realm and pw. I also assign header information eval { my $soap = SOAP::Lite->new( uri => $self->{uri}, ... (0 Replies)
Discussion started by: islanderman
0 Replies

6. Web Development

Error on executing soap request using Curl command

hi, i have curl command to POST a soap request to web service. I have a file (query.xml) which has all the soap message attached to it I just don't seem to be able to properly post it. curl command curl -s -H "Content-Type: text/soap+xml;charset=UTF-8" -H "SOAPAction:" -d @query.xml... (2 Replies)
Discussion started by: siramitsharma
2 Replies
SOAP::WSDL::Transport::Test(3pm)			User Contributed Perl Documentation			  SOAP::WSDL::Transport::Test(3pm)

NAME
SOAP::WSDL::Transport::Test - Test transport class for SOAP::WSDL SYNOPSIS
use SOAP::WSDL::Client; use SOAP::WSDL::Transport::Test; my $soap = SOAP::WSDL::Client->new() $soap->get_transport->set_base_dir('.'); $soap->call('method', \%body, \%header); DESCRIPTION
SOAP::WSDL::Transport::Test is a file-based test transport backend for SOAP::WSDL. When SOAP::WSDL::Transport::Test is used as transport backend, the reponse is read from a XML file and the request message is discarded. This is particularly useful for testing SOAP::WSDL plugins. Filename resolution SOAP::WSDL::Transport makes up the response XML file name from the SOAPAction of the request. The following filename is used: base_dir / soap_action .xml The protocol scheme (e.g. http:) and two heading slashes (//) are stripped from the soap_action. base_dir defaults to '.' Examples: SOAPAction: http://somewhere.over.the.rainbow/webservice/webservice.asmx Filename: ./somewhere.over.the.rainbow/webservice/webservice.asmx.xml SOAPAction: uri:MyWickedService/test Filename: ./MyWickedService/test.xml METHODS
set_base_dir Sets the base directory SOAP::WSDL::Transport::Test should look for response files. LICENSE AND COPYRIGHT
Copyright (c) 2007 Martin Kutter. All rights reserved. This file is part of SOAP-WSDL. You may distribute/modify it under the same terms as perl itself AUTHOR
Martin Kutter <martin.kutter fen-net.de> REPOSITORY INFORMATION
$Rev: 218 $ $LastChangedBy: kutterma $ $Id: HTTP.pm 218 2007-09-10 16:19:23Z kutterma $ $HeadURL: https://soap-wsdl.svn.sourceforge.net/svnroot/soap-wsdl/SOAP-WSDL/trunk/lib/SOAP/WSDL/Transport/HTTP.pm $ perl v5.10.1 2010-12-21 SOAP::WSDL::Transport::Test(3pm)
All times are GMT -4. The time now is 07:01 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy