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_an....
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.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4155885#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...