Perl / SOAP error 'code=501'


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Perl / SOAP error 'code=501'
# 1  
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!
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. 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

5. 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

6. 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
Login or Register to Ask a Question