示例#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)