Uploaded image for project: 'JBoss Web Services'
  1. JBoss Web Services
  2. JBWS-1085

Conformance Requirements: WSDL to Java

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: Major Major
    • jbossws-1.2.0
    • None
    • tools-jaxrpc
    • None

      Please make sure jbossws conforms to these requirements.
      Resolving this issue means we do conform unless you create new issues that are linked to this one and are beeing dealt with seperately.

      2.1 WSDL 1.1 support . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9
      2.2 Customization required . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9
      2.3 Annotations on generated classes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9
      2.4 Definitions mapping . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9
      2.5 WSDL and XML Schema import directives . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
      2.6 Optional WSDL extensions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
      2.7 SEI naming . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
      2.8 javax.jws.WebService required . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
      2.9 Method naming . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11
      2.10 javax.jws.WebMethod required . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11
      2.11 Transmission primitive support . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11
      2.12 Using javax.jws.OneWay . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11
      2.13 Using javax.jws.SOAPBinding . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11
      2.14 Using javax.jws.WebParam . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11
      2.15 Using javax.jws.WebResult . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11
      2.16 Non-wrapped parameter naming . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12
      2.17 Default mapping mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12
      2.18 Disabling wrapper style . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13
      2.19 Wrapped parameter naming . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13
      2.20 Parameter name clash . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13
      2.21 Using javax.xml.ws.RequestWrapper . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13
      2.22 Using javax.xml.ws.ResponseWrapper . . . . . . . . . . . . . . . . . . . . . . . . . . . 13
      2.23 Use of Holder . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16
      2.24 Asynchronous mapping required . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16
      April 19, 2006 JAX-WS 2.0 127
      Appendix A. Conformance Requirements
      2.25 Asynchronous mapping option . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16
      2.26 Asynchronous method naming . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17
      2.27 Asynchronous parameter naming . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17
      2.28 Failed method invocation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17
      2.29 Response bean naming . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17
      2.30 Asynchronous fault reporting . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18
      2.31 Asychronous fault cause . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18
      2.32 JAXB class mapping . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20
      2.33 JAXB customization use . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20
      2.34 JAXB customization clash . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20
      2.35 javax.xml.ws.WebFault required . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21
      2.36 Exception naming . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21
      2.37 Fault equivalence . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21
      2.38 Fault equivalence . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21
      2.39 Required WSDL extensions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23
      2.40 Unbound message parts . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23
      2.41 Duplicate headers in binding . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23
      2.42 Duplicate headers in message . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24
      2.43 Use of MIME type information . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24
      2.44 MIME type mismatch . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26
      2.45 MIME part identification . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26
      2.46 Service superclass required . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26
      2.47 Service class naming . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26
      2.48 javax.xml.ws.WebServiceClient required . . . . . . . . . . . . . . . . . . . . . . . . . 26
      2.49 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26
      2.50 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26
      2.51 Failed getPort Method . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27
      2.52 javax.xml.ws.WebEndpoint required . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27

              jgreene@redhat.com Jason Greene
              tdiesler@redhat.com Thomas Diesler
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: