1) Create a services,
2) Create your functions contain your need
3) In function implement "return"
service myService
function myFunction (myArgs string in) returns (string)
,,,,,
return("Xpto")
end
end
4) Generate the wsdl
5) Generate the interface
When generating the interface, the return is already generated.
I helped ??
ojomenezes