WSDL=/home/psha/ogsadai/ogsadai-wsrf-2.1/schema/ogsadai/wsrf/data_service_port_type_flattened.wsdl
PWD=$(shell pwd)
SOAPNAME=DataService

all:
clean:
	-rm -f $(SOAPNAME)_*.py *_types.py *.pyc
py: ds act
ds:
	(cd schema/ogsadai/wsrf; wsdl2py -o $(PWD) -abl data_service.wsdl)
act:
	(cd schema/ogsadai/xsd/activities; wsdl2py -o $(PWD) -axbl activities.xsd)
sql:
	(cd schema/ogsadai/xsd/activities; wsdl2py -o $(PWD) -d -axbl sql_query_statement.xsd)
