Problem with creating transient instance of JadeWebServiceCo

For questions and postings not covered by the other forums
ConvertFromOldNGs
Posts: 5321
Joined: Wed Aug 05, 2009 5:19 pm

Problem with creating transient instance of JadeWebServiceCo

Postby ConvertFromOldNGs » 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.

ConvertFromOldNGs
Posts: 5321
Joined: Wed Aug 05, 2009 5:19 pm

Re: Problem with creating transient instance of JadeWebServiceCo

Postby ConvertFromOldNGs » Fri Aug 07, 2009 12:51 pm

by cnwjre1 >> Tue, 28 Jun 2005 1:42:12 GMT

This is a fault which has been fixed in Jade 6.0.23 (see Par 37228).
The code is expecting to have some internal class details set up from a WSDL import, and these are missing.
You could detour it by importing a minimal WSDL, and then not using the methods and classes that it defines.


Return to “General Discussion”

Who is online

Users browsing this forum: No registered users and 43 guests