Esempio n. 1
0
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
Esempio n. 2
0
	def __init__(self, url=None):
		self.stub = MainServiceWSImplServiceLocator().getMainServiceWSImplPort(url=url)