File: wsproxy_response.sru
Size: 567
Date: Tue, 22 Jan 2008 23:39:53 +0100
$PBExportHeader$wsproxy_response.sru
$PBExportComments$Proxy imported from Web service using Web Service Proxy Generator.
forward
    global type wsproxy_response from nonvisualobject
    end type
end forward

global type wsproxy_response from nonvisualobject
end type

type variables
    int returncode
    string messages
    wsproxy_datasetdata datasets[]
end variables

on wsproxy_response.create
call super::create
TriggerEvent( this, "constructor" )
end on

on wsproxy_response.destroy
TriggerEvent( this, "destructor" )
call super::destroy
end on