views:

3476

answers:

2

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

A: 

This generally happens when you are using 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 am not too familiar with Flex - but even if you are not using StAX directly, it may be using it under the coverts.

Vihung