Netbeans 6.0 U10, BPEL Mapper doesn't expand imported element in schema
Background
We have wsdl (say abc.wsdl) , with an imported schema (say <s:import schemaLocation="myimportedschema.xsd" .../>). The imported schema contains a type (say FooSoapIn). When I look in the BPEL navigator, FooSoapIn looks great! It has two complex types under the parameters. For example:FooSoapIn
-parameters
- a
ID
Name
Type
- b
Source
Target
Issue
Now I would like to use FooSoapIn in the BPEL mapper (assign step in workflow). However, the variable cannot be explanded in the mapper (even though it was fine in the navigator). It looks like this:FooSoapIn
Parameters
However, if the schema is embedded in the wsdl (e.g. myEmbeddedSchema.xsd), then we can expand it just fine in the mapper. However, we need to import this schema because it is shared by many wsdl files. Further, when mapping, the namespaces are affected.
Ideas?

