When publishing a service using aegis, the name of the output message
is "return" when my code is doing something like:

      double sum(double arg0, double arg1) {
          return (arg0 + arg1)
      }

I mean the wsdl is this:
<xsd:complexType name="addResponse">
    <xsd:sequence>
        <xsd:element name="return" type="xsd:double"/>
    </xsd:sequence>
</xsd:complexType>

Is there a way to change the name - I would like it not to be a java
keyword :-) ?

Cheers

-- 

Best Regards
Guillaume
http://cheztog.blogspot.com

Reply via email to