Hi,
I am new to using the Soap::Lite perl module. Here is a piece of code to retrieve an image, but it does not seem to working properly.
#!/usr/local/bin/perl
# Load the SOAP library
use SOAP::Lite;
# Service details
my $NAMESPACE = 'http://ops.epo.org//soap-services/document-retrieval'...