Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. gcw2001

    LWP::UserAgent get just body content(image)

    Hi all, I am attempting to use the LWP::UserAgent to request a Soap call, and in the response the request returns a TIFF image. When I write the contents out to a file(binary mode), the file also contains header information. How would I go about extracting just the body(TIF image) of the...
  2. gcw2001

    soap:wsdl assistance

    Thanks Annihilannic! I'll give that a try....
  3. gcw2001

    Soap::Lite assistance

    Thanks for the replies guys! It looks like the wsdl document is not compatible with Soap::Lite so I am trying to use the Soap::WSDL module instead.
  4. gcw2001

    soap:wsdl assistance

    Hi, I am new to using the Soap::WSDL module. How would I go about getting rid of this parsing error? #!/usr/bin/perl use strict; use SOAP::WSDL +trace => 'all'; use Data::Dumper; my $ops = 'http://ops.epo.org/wsdl/ops.wsdl'; eval { my $soap=SOAP::WSDL->new( wsdl => $ops, ); }; if...
  5. gcw2001

    Soap::Lite assistance

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

Part and Inventory Search

Back
Top