Hi, I need to consume a third party service that's written in axis1. I tried to use axis2 wsdl2java to generate stub and got error show below. I really can't use axis1 since I already use axis2 in my web app. I was wondering if anybody encountered this scenario and was able to successfully consume axis1 web services in an environment where axis2 was present. I would greatly appreciate any help.
Caused by: org.apache.axis2.schema.SchemaCompilationException: can not find type {http://schemas.xmlsoap.org/soap/encoding/}Array from the parent schema http://10.16.16.22:8080/aaa/services/crmaaa Thanks Sanjay