예제 #1
0
 def soap_echoString(self, ps):
     response = WhiteMesa.soap_echoString(self, ps)
     return response
예제 #2
0
 def soap_echoIntegerArray(self, ps):
     response = WhiteMesa.soap_echoIntegerArray(self, ps)
     return response
예제 #3
0
 def soap_echoBoolean(self, ps):
     response = WhiteMesa.soap_echoBoolean(self, ps)
     response._return = self.request._inputBoolean
     return response
예제 #4
0
 def soap_echoNestedStruct(self, ps):
     response = WhiteMesa.soap_echoNestedStruct(self, ps)
     return response
예제 #5
0
 def soap_echoNestedArray(self, ps):
     response = WhiteMesa.soap_echoNestedArray(self, ps)
     return response
예제 #6
0
 def soap_echoStructArray(self, ps):
     response = WhiteMesa.soap_echoStructArray(self, ps)
     return response
예제 #7
0
 def soap_echoSimpleTypesAsStruct(self, ps):
     response = WhiteMesa.soap_echoSimpleTypesAsStruct(self, ps)
     return response
예제 #8
0
파일: WhiteMesa.py 프로젝트: 360ed/ZSI
 def soap_echoBoolean(self, ps):
     response = WhiteMesa.soap_echoBoolean(self, ps)
     response._return = self.request._inputBoolean
     return response
예제 #9
0
파일: WhiteMesa.py 프로젝트: 360ed/ZSI
 def soap_echoString(self, ps):
     response = WhiteMesa.soap_echoString(self, ps)
     return response
예제 #10
0
파일: WhiteMesa.py 프로젝트: 360ed/ZSI
 def soap_echoIntegerArray(self, ps):
     response = WhiteMesa.soap_echoIntegerArray(self, ps)
     return response
예제 #11
0
파일: WhiteMesa.py 프로젝트: 360ed/ZSI
 def soap_echoNestedArray(self, ps):
     response = WhiteMesa.soap_echoNestedArray(self, ps)
     return response
예제 #12
0
파일: WhiteMesa.py 프로젝트: 360ed/ZSI
 def soap_echoNestedStruct(self, ps):
     response = WhiteMesa.soap_echoNestedStruct(self, ps)
     return response
예제 #13
0
파일: WhiteMesa.py 프로젝트: 360ed/ZSI
 def soap_echoSimpleTypesAsStruct(self, ps):
     response = WhiteMesa.soap_echoSimpleTypesAsStruct(self, ps)
     return response
예제 #14
0
파일: WhiteMesa.py 프로젝트: 360ed/ZSI
 def soap_echoStructArray(self, ps):
     response = WhiteMesa.soap_echoStructArray(self, ps)
     return response