Hi ,
Now i am able to create the .aar file .Problem was when i was trying to create the .aar file that time whatever .jar files i ve used throughout my application i ve to add all.I was missing some of the jars thats why it was not able to read the class files from the location.
Now some other problems i am facing .After deploying it in axis2 i have created the wsdl file in Eclipse and it is deploying the .aar file.And its opening WebService explorer and displying the declared method.But below on status grid its displaying some errors given below:
IWAB0380E Errors were encountered while validating XML schemas.
XSD: Type reference 'http://inbox.service.app.ifs.com/xsd#IInboxService' is unresolved
XSD: Type reference 'http://inbox.schema.ifs.com/xsd#InboxRequest' is unresolved
XSD: Type reference 'http://inbox.schema.ifs.com/xsd#InboxResponse' is unresolved
XSD: Type reference 'http://beans.springframework.org/xsd#BeansException' is unresolved
XSD: Type reference 'http://factory.beans.springframework.org/xsd#BeanFactory' is unresolved
XSD: Type reference 'http://inbox.service.app.ifs.com/xsd#IInboxService' is unresolved
XSD: The location '' has not been resolved
XSD: The location '' has not been resolved
XSD: The location '' has not been resolved
XSD: The location '' has not been resolved
XSD: The location '' has not been resolved
XSD: Type reference 'http://xmlbeans.apache.org/xsd#SchemaType' is unresolved
XSD: Type reference 'http://underid.schema.ifs.com/xsd#Underid' is unresolved
XSD: Type reference 'http://xmlbeans.apache.org/xsd#SchemaType' is unresolved
XSD: Type reference 'http://inboxMsgText.schema.ifs.com/xsd#InboxMsgText' is unresolved
XSD: Type reference 'http://inboxServiceDesc.schema.ifs.com/xsd#InboxServiceDesc' is unresolved
XSD: Type reference 'http://xmlbeans.apache.org/xsd#SchemaType' is unresolved
XSD: Type reference 'http://name.schema.ifs.com/xsd#Name' is unresolved
XSD: Type reference 'http://xmlbeans.apache.org/xsd#SchemaType' is unresolved
XSD: The location '' has not been resolved
XSD: The location '' has not been resolved
XSD: The location '' has not been resolved
XSD: Type reference 'http://regionDesc.schema.ifs.com/xsd#RegionDesc' is unresolved
XSD: Type reference 'http://user.schema.ifs.com/xsd#User' is unresolved
XSD: Type reference 'http://xmlbeans.apache.org/xsd#SchemaType' is unresolved
XSD: The location '' has not been resolved
XSD: Type reference 'http://xmlbeans.apache.org/xsd#SchemaType' is unresolved
XSD: The location '' has not been resolved
XSD: Type reference 'http://xmlbeans.apache.org/xsd#SchemaType' is unresolved
XSD: The location '' has not been resolved
XSD: The location '' has not been resolved
XSD: Type reference 'http://state.schema.ifs.com/xsd#State' is unresolved
XSD: Type reference 'http://xmlbeans.apache.org/xsd#SchemaType' is unresolved
XSD: The location '' has not been resolved
XSD: Type reference 'http://xmlbeans.apache.org/xsd#SchemaType' is unresolved
XSD: Type reference 'http://core.springframework.org/xsd#NestedRuntimeException' is unresolved
XSD: The value 'SchemaComponent$Ref' of attribute 'name' must conform to pattern '(\i\c*) & ([\i-[:]][\c-[:]]*)' as constrained by 'http://www.w3.org/2001/XMLSchema#NCName'
XSD: The value 'SchemaType$Ref' of attribute 'name' must conform to pattern '(\i\c*) & ([\i-[:]][\c-[:]]*)' as constrained by 'http://www.w3.org/2001/XMLSchema#NCName'
XSD: The location '' has not been resolved
XSD: The location '' has not been resolved
XSD: The location '' has not been resolved
XSD: The location '' has not been resolved
XSD: The location '' has not been resolved
XSD: Type reference 'http://addressDescType.schema.ifs.com/xsd#AddressDescType' is unresolved
XSD: Type reference 'http://country.schema.ifs.com/xsd#Country' is unresolved
XSD: Type reference 'http://state.schema.ifs.com/xsd#State' is unresolved
XSD: Type reference 'http://zipCode.schema.ifs.com/xsd#Zipcode' is unresolved
XSD: Type reference 'http://xmlbeans.apache.org/xsd#SchemaType' is unresolved
XSD: Type reference 'http://www.w3.org/2001/XMLSchema#RuntimeException' is unresolved
XSD: The location '' has not been resolved
XSD: The location '' has not been resolved
XSD: The location '' has not been resolved
XSD: The location '' has not been resolved
XSD: The location '' has not been resolved
XSD: Type reference 'http://address.schema.ifs.com/xsd#Address' is unresolved
XSD: Type reference 'http://country.schema.ifs.com/xsd#Country' is unresolved
XSD: Type reference 'http://country.schema.ifs.com/xsd#Country' is unresolved
XSD: Type reference 'http://state.schema.ifs.com/xsd#State' is unresolved
XSD: Type reference 'http://phone.schema.ifs.com/xsd#Phone' is unresolved
XSD: Type reference 'http://xmlbeans.apache.org/xsd#SchemaType' is unresolved
XSD: The location '' has not been resolved
XSD: Type reference 'http://xmlbeans.apache.org/xsd#SchemaType' is unresolved
XSD: The location '' has not been resolved
XSD: Type reference 'http://xmlbeans.apache.org/xsd#SchemaType' is unresolved
XSD: The location '' has not been resolved
XSD: Type reference 'http://xmlbeans.apache.org/xsd#SchemaType' is unresolved
XSD: The location '' has not been resolved
XSD: Type reference 'http://xmlbeans.apache.org/xsd#SchemaType' is unresolved
XSD: The location '' has not been resolved
XSD: Type reference 'http://xmlbeans.apache.org/xsd#SchemaType' is unresolved
IWAB0381I
http://localhost:8080/IFS-WebService/services/InboxWrapper?wsdl was successfully opened.
Why all these errors are coming.Can anybody help me on that.
Tnks in advance.