예제 #1
0
파일: Wrapper.py 프로젝트: bbockelm/DBS
class API:
	def __init__(self, url=None):
		self.stub = MainServiceWSImplServiceLocator().getMainServiceWSImplPort(url=url)
		
	def validate(self, name, type):
		toPass = validate()
		toPass._arg0 = name
		toPass._arg1 = type
		return  self.stub.validate(toPass)._return
예제 #2
0
파일: Wrapper.py 프로젝트: bbockelm/DBS
	def __init__(self, url=None):
		self.stub = MainServiceWSImplServiceLocator().getMainServiceWSImplPort(url=url)