0 Replies Latest reply on Jul 19, 2006 1:52 PM by ayz

    Control over WSDL generation with JSR-181 EJB

    ayz

      Hi,

      I wonder if it is possible to be able to have control over how WSDLs are generated for JSR-181 EJB3 endpoints ?
      The problem is that although the automatically generated WSDLs look fine, the client (StrikeIron) does not generate proper SOAP requests unless minor changes are made to WSDLs. Of course it is possible to save the WSDLs, edit them and refer from @WebService, this is what I am currently doing. However, I'd like to be able not to do this every time something is changed in endpoints, i.e. new method added.

      Is there an editable template JBossWS uses to generate WSDLs at deployment ?

      Many thanks.