On 08/30/2012 10:56 AM, Alex Railean wrote:
> [...]
>
This is what the service looks like:
{
class DSearchService(ServiceBase):
@srpc(DSearchRequest, _returns = DSearchResponse)
def Search(request):
result = DSearchResponse()
resultElement = SearchResult()
resultElement.subjectName = 'dummy'
result.append(resultElement) # <--- ouch!
return result
}
try:
result.results.append(resultElement)
--
C Anthony
-----------------------------------------
CONFIDENTIALITY: The information contained in this communication may be
confidential and is intended only for the use of the intended recipient(s). If
the reader of this message is not the intended recipient(s), you are hereby
notified that
any dissemination, distribution, or copying of this communication, or any of
its contents, is strictly prohibited. If you have received this communication
in error, please return it to the sender immediately and delete any copy of it
from your computer system.
_______________________________________________
Soap mailing list
[email protected]
http://mail.python.org/mailman/listinfo/soap