Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Provider com.bea.xml.stream.MXParserFactory not found

Anyone come across this error when trying to import a WSDL in Flex builder 3?

Seems it only occurs when trying to import a WCF based service which has 'virtual' endpoints...

Some digging around makes me think Flex has trouble parsing the wsdl (however standard web services work fine).

A bug has been opened for months and still no reply from Adobe:

http://bugs.adobe.com/jira/browse/FB-13542


1 Answers

I am using Flex Builder 3 and the solution found here http://poradowski.com/fb/ that was mentioned in the adobe bug base at FB-13542 worked for me. I just backed up the com.adobe.flexbuilder.axis2_3.0.214193.jar file and put the updated jar file in it's place. Restarted Flex Builder and was able to import our wsdl that had the "policy" tags in it.

like image 176
rfender Avatar answered Apr 30 '26 22:04

rfender