Question

Getting org.apache.xerces.dom.ElementNSImpl incompatible with javax.xml.bind.JAXBElement fault reason from a soap connector execution
I imported a wsdl and it generated one draft xml rule as on xsd definition has page definition but the property created in pega was a pagelist. So, I created a page property and mapped and it resolved that issue.
But when I am executing the connect soap, I am getting "org.apache.xerces.dom.ElementNSImpl incompatible with javax.xml.bind.JAXBElement" fault reason.
And our wsdl has many other xsd references. So, we placed the wsdl and xsd's in the tomcat temp folder and referenced the below wsdl url in "Connector and metadata wizard". I am not able to use the new "Create SOAP integration" as it is not resolving the below URL. We are using Pega 7.2.1
file:\\\D:\PEGA_TEMP\XXXX_1\StaticContent\global\ServiceExport\xxxxxxxx_HTTP_V1.wsdl
Please let me know if any one faced the similar jaxbelement exception in connector response?