1 Reply Latest reply on May 20, 2004 6:34 PM by jason.greene

    jboss-net.wsdd tags specification?

    friv9821

      I know theres a tag called @jboss-net.wsdd-operation, where you set returnQName="name".

      At the page http://www.nsdev.org/jboss/stories/jboss-net.html it is mentioned that there are more @jboss-net.wsdd tags, (written by Mark Gargan), for example to name variables. Anyone knows something about these tags?

        • 1. Re: jboss-net.wsdd tags specification?
          jason.greene

          @jboss-net.wsdd-operation is a single tag. It is placed on a method and uses the java method argument names as the soap message part labels (instead of the autogenerated in0..inN)

          It also has an optional returnQName parameter that allows you to name the return message part.