On Dec 10, 2007 4:04 PM, Martin Gainty <[EMAIL PROTECTED]> wrote:
> Mack-
>
> take a look at this declaration from Version.wsdl
>     <wsdl:message name="getVersionFault">
>         <wsdl:part name="parameters" element="ns0:ExceptionFault"/>
>     </wsdl:message>
> where ns0 has this declaration xmlns:ns0="http://axisversion.sample/xsd";
>
> and the getVersionFauly is declared in the operation for getVersion as
>  <wsdl:operation name="getVersion">
> .............
>             <wsdl:fault name="getVersionFault">
>                 <soap:fault use="literal" name="getVersionFault"/>
>             </wsdl:fault>
>
> as far as the java class getVersionFault declared as
> sample.axisversion.xsd.getVersionFault is on the classpath and handles all
> exception processing for the fault via
> including getFaultMessage() and setFaultMessage methods
>
> If you supply the wsdl we can try to connect here

Martin,

Thanks for the response. The wsdl is here:
http://soap.towerdata.com/validate.wsdl .

-- 
<mack />

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to