HI, I am running a SOAP service, now I need to define the namespace
so:
@service.soap('MyAdd', returns={'result':int},args={'a':int,'b':int})
def add(a,b):
print 'requested'
return a+b
should return with 'http://tempuri.org/AttivoTradeInterface/WSTradeInterface'
as the namespace.
how can I set that?
--
Bruno Rocha
http://about.me/rochacbruno/bio

