I am trying to make a SOAP:Lite call to WSDL that is available at http://www.webservicemart.com/uszip.asmx?WSDL
program gets into $service->faultstring
when trying to do following declaration,
#!/usr/bin/perl
#SoapTest.pl
use strict;
use warnings;
use SOAP::Lite;
my $service = SOAP::Lite...
Can anyone help me out. I am getting following error,
errorsSystem.Web.Services.Protocols.SoapException: Server did not recognize the value of HTTP Header SOAPAction: http://webservicemart.com/ws/ValidateZip#ValidateZip.
at...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.