2 Replies Latest reply on Sep 4, 2006 7:49 PM by doug.palmer

    Mapping question...

    doug.palmer

      I am building a JSR109 service. The java method invoked by the service is:

      public Element invoke(Element msg)
      

      I can deploy this with a generic wsdl operation which has a single xsd:anyType parameter. However, I would like the wsdl to show a more specific interface. Such as the following input message:
      <message name="INPUT">
       <part type="xsd:int" name='x'/>
       <part type="xsd:int" name='y'/>
      </message>
      


      Is it possible to deploy a JSR109 service that contains an operation whose signature does not match the signature of it's java method?

      Regards
      Doug