[EMAIL PROTECTED] wrote:
>
> Hi,
> I had been trying to install win32::Perfmon API . hile installation it
> is giving warning of some libraries from lib/CORE missing (eg
> PDH.lib,msr.lib .) . but makes the Makefile on proceeding
> for making the binaries from it, it gives an error th
I can't give you a direct answer, but maybe you'd like to try SOAP::Lite
instead. It's cross-platform (may not be relavant), and it has worked on
both Java and C# web services.
Briggs, Larry wrote:
> Hi I am trying to convert the following VB script webservice call into perl
> I am trying to us
Hi,
I had been trying to install win32::Perfmon API . hile installation it is
giving warning of some libraries from lib/CORE missing (eg PDH.lib,msr.lib
..) . but makes the Makefile on proceeding for making the
binaries from it, it gives an error that 'cl is not found as an internal
for:
"Call oServXMLHTTP.open("POST", decryptWebServiceURL, False)"
try:
"$DOM->open("POST",$decryptWebServiceUrl, 0); # 0 = false, 1 = true"
hope I have been some help!
cheers,
-Jer A
Quoting "Briggs, Larry" <[EMAIL PROTECTED]>:
> Hi I am trying to convert the following VB script webservice
Hi I am trying to convert the following VB script webservice call into perl
I am trying to use Win32::OLE. Can this be done and if it can how would I go
about doing this. I have provided the Perl code that I have tried to write
so far. Any help that you can provide to point me in the right direct