Hi

I have deployed my application as a war file by modifying the axis2
service, when i use the "http://localhost:8080/axis2/services/rwb?wsdl"; i
get the wsdl withe an exception fault element after every service. Is there
any way i can see to it that the Exception fault element does not reappear
after every method name as when i am trying to use a .NET client to access
the service it is unable to create a proxy with that element.

<xs:element name="ListAllProjectsResponse">
       <xs:complexType>
         <xs:sequence>
           <xs:element maxOccurs="unbounded" name="return" nillable="true"
type="ns3:Project" />
         </xs:sequence>
       </xs:complexType>
     </xs:element>
<xs:element name="ExceptionFault">
       <xs:complexType>
         <xs:sequence>
           <xs:element name="Exception" nillable="true" type="xs:anyType"
/>
         </xs:sequence>
 </xs:complexType>


Thanks
Anil

Reply via email to