Issue:
WSDL is successfully loaded with SOAP UI, but the same WSDL throws the following error when loaded in Adeptia:
Error found while executing request:
Please refer logs for details.
Problem in making connection with wsdl file location:Error in reading WSDL file " wsdl\dummy_192168178029147505367672200001.wsdl" : org.ow2.easywsdl.schema.DefaultSchemaImpl cannot be cast to org.ow2.easywsdl.schema.impl.SchemaImpl "
Solution:
This Error seems to be related with casting of the Old WSDL which is using the new parser 'Easywsdl'.
To load this type of WSDL file successfully, the property "abpm.webservice.consumer.wsdlparser.iswsdl4j" should be changed to 'true' in server-configure.properties.
You can also visit the following link to know more about these properties with the location.
Comments
0 comments
Article is closed for comments.