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

global type wsproxy_request from nonvisualobject
end type

type variables
    string arguments
    wsproxy_datasetdata datasets[]
end variables

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

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