I have written a class in VB.NET called tracking_DLL.DLL which I would like to use in Progress 9.1.
It is a DLL to read tracking data of a webservice.
The DLL works great once implemented in an VB.NET application, but refuses to work in Progress 9.1.
This is what I have by now:
DEF VAR RESULT AS LOGICAL.
DEFINE VARIABLE chTracking AS COM-HANDLE.
DEFINE VARIABLE chTrackingWeb AS COM-HANDLE.
CREATE "Tracking_DLL.Tracking" chTracking.
CREATE "Tracking_DLL.be.geodynamics.secure.IntegrationWebservice" chTrackingWeb.
And in my procedure:
RESULT= chTrackingWeb:GetTrackingData("20060808","VCH956").
('GetTrackingData' is a call to the webservice en the parameters are Date and License Plate Number.)
Can someone help me out on this one, or does someone has any suggestions ?
Thx in advance,
Greetz, CodE GurU.
It is a DLL to read tracking data of a webservice.
The DLL works great once implemented in an VB.NET application, but refuses to work in Progress 9.1.
This is what I have by now:
DEF VAR RESULT AS LOGICAL.
DEFINE VARIABLE chTracking AS COM-HANDLE.
DEFINE VARIABLE chTrackingWeb AS COM-HANDLE.
CREATE "Tracking_DLL.Tracking" chTracking.
CREATE "Tracking_DLL.be.geodynamics.secure.IntegrationWebservice" chTrackingWeb.
And in my procedure:
RESULT= chTrackingWeb:GetTrackingData("20060808","VCH956").
('GetTrackingData' is a call to the webservice en the parameters are Date and License Plate Number.)
Can someone help me out on this one, or does someone has any suggestions ?
Thx in advance,
Greetz, CodE GurU.