DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20504>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20504

Section <fault> parsing error

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From [EMAIL PROTECTED]  2003-06-29 19:37 -------
This is a problem in your WSDL. In your binding section, change the
setClientData portion as follows (<fault> should have a name and use a
soap:fault inside it instead of soap:body)

Thanks,
dims

    <operation name="setClientData">
      <soap:operation soapAction="" style="rpc" />
      <input>
        <soap:body use="encoded" namespace="com.estylesoft.nbs"
        encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"; />
      </input>
      <output>
        <soap:body use="encoded" namespace="com.estylesoft.nbs"
        encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"; />
      </output>
      <fault name="WebServiceException">
        <soap:fault use="encoded" namespace="com.estylesoft.nbs"
        encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"; />
      </fault>
    </operation>

Reply via email to