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

Does anyone encounter this error while trying to import WSDL into Flex Builder 3?

This seems to only happen when trying to import a WCF-based service that has "virtual" endpoints ...

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

The error has been detected for several months and there is still no response from Adobe:

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

+3
source share
2 answers

I am using Flex Builder 3 and the solution found here is http://poradowski.com/fb/ , which was mentioned in the adobe database on FB-13542, me. I just copied the file com.adobe.flexbuilder.axis2_3.0.214193.jar and put the updated jar file into it. Rebooted Flex Builder and was able to import our wsdl in which there were policy tags.

+1
source

This usually happens when you use the StAX API and you do not have a StAX implementation in your classpath. See http://forums.java.net/jive/thread.jspa?messageID=117971

I'm not very familiar with Flex, but even if you are not using StAX directly, it can use it under covers.

0
source

All Articles