am using Delphi 7 for my development. I am trying to call Web Services (MS
Reporting Services) and facing a lot of problems. When ever I call any
function of the web services my values I assign are passed as either blanks
or zeros to the web service function. To find out what's wrong I wrote my
own web service and imported its WSDL through Delphi's WSDL import. I
created a simple function that takes a string as input and return it back to
the calling program. And still when values arrive at the web service they
are blanks. My program receive values with no problem from the web service.
I tried Delphi 2005 and got the same problem. In Delphi 2005 when I create a
Delphi.net application everything works fine.
Thanks
Reporting Services) and facing a lot of problems. When ever I call any
function of the web services my values I assign are passed as either blanks
or zeros to the web service function. To find out what's wrong I wrote my
own web service and imported its WSDL through Delphi's WSDL import. I
created a simple function that takes a string as input and return it back to
the calling program. And still when values arrive at the web service they
are blanks. My program receive values with no problem from the web service.
I tried Delphi 2005 and got the same problem. In Delphi 2005 when I create a
Delphi.net application everything works fine.
Thanks