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