2 Replies Latest reply on Apr 20, 2007 5:34 AM by thomas.diesler

    provide your own wsdl  - cannot seem to get this to work

    alexboyer

      I followed http://www.jboss.com/index.html?module=bb&op=viewtopic&t=104843 quite carefully.
      I used wsconsume to generate my classes, created an impl class and followed all the pointers in the mentioned forum thread.
      I get a wsdl now but it is not the one I defined in my wsdlLocation value in the endpoint interface in the wsdlLocation javax.jws.WebService annotation. I get datetime types set to anySimpleType and all my enumerations have camel case now like this - dropOffType - rather than DropOffType like in the wsdl. I believe a wsdl is being generated still.
      How do I generate and deploy a web service and have jboss use the wsdl I supply in the war?
      Thank you