What does the <wsdl:message> description that refers to this fault look like?
Anne On Jan 28, 2008 8:42 AM, Kevin Dean <[EMAIL PROTECTED]> wrote: > > > > > I'm working my way through the various WS-I warnings on a WSDL file > generated by java2wsdl. I'm getting close, but I've got warning BP2113 (The > soapbind:header, soapbind:headerfault or soapbind:fault elements refer to > wsd:part element(s) that are not defined using only the "element" attribute) > showing up and it makes no sense to me. The only thing that appears to > match the warning is the fault, which is defined as follows: > > > > <complexType name="ServiceProcessException"> > > <sequence> > > <element name="faultCode" type="xsd:int" maxOccurs="1" minOccurs="1"/> > > <element name="supportMessage" nillable="true" type="xsd:string" > maxOccurs="1" minOccurs="0"/> > > <element name="userMessage" nillable="true" type="xsd:string" > maxOccurs="1" minOccurs="0"/> > > </sequence> > > </complexType> > > > > Is there something wrong with this definition, or am I looking in the wrong > place? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
