0 Replies Latest reply on Jun 5, 2008 4:31 AM by aguyngueran

    JBoss-4.2.2-GA + JOSS-1.7 and WCF client

    aguyngueran

      I'm having problems with SOAP fault declaration from JOSSO. It is like this:

      <wsdl:message name="IdentityProvisioningException">
      <wsdl:part name="fault" type="impl:IdentityProvisioningException" />
      </wsdl:message>

      The problem is 'type' attribute which according to WS-Basic Profile http://www.ws-i.org/Profiles/BasicProfile-1.1-2004-08-24.html#Bindings_and_Faults.

      So 'type' should be replaced by 'element' attribute. The warning message from WCF SvcUtil is:

      Warning: Fault named IdentityProvisioningException in operation resolveAuthenticationAssertion cannot be imported. Unsup
      ported WSDL, the fault message part must reference an element. This fault message does not reference an element. If you
      have edit access to the WSDL document, you can fix the problem by referencing a schema element using the 'element' attri
      bute.

      And I don't know where to start with this problem. Is is JBoss issue (Ws-BP is supported here I think), JOSSO issue or WCF problem?

      Thanks in advance.