Problem with creating transient instance of JadeWebServiceCo
Posted: Fri Aug 07, 2009 12:51 pm
by Manjit Kang >> Tue, 28 Jun 2005 1:34:27 GMT
Hi,
I am trying to create transient instance of JadeWebServiceConumer Class, but when I run the code, it gives null pointer exception.
my code is:
vars
oConsumer : JadeWebServiceConsumer;
begin
create oConsumer transient; // error happens here when executed
I am trying to dynamically connect to a Web service without importing WSDL file.
Thank you in advance for any helpfull information.
Hi,
I am trying to create transient instance of JadeWebServiceConumer Class, but when I run the code, it gives null pointer exception.
my code is:
vars
oConsumer : JadeWebServiceConsumer;
begin
create oConsumer transient; // error happens here when executed
I am trying to dynamically connect to a Web service without importing WSDL file.
Thank you in advance for any helpfull information.