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?

[948 byte] By [VegetarianDesignsa] at [2007-11-27 10:23:53]
# 1

Could you please post this question on nbentpack@netbeans.org mailing list?

http://www.netbeans.org/community/lists/top.html

nbentpack@netbeans.org

The main discussion and support list for the Enterprise Pack - which includes features for

creating BPEL-based web services and XML Schema and WSDL artifacts. See

http://enterprise.netbeans.org/ for more info.

Recommended for : Support and discussion for NetBeans users doing SOA development.

This forum itself is for Java Studio Enterprise and as such is not usually visited by SOA experts often. You are more likely to see them on nbentpack mailing list.

KarthikRa at 2007-7-28 17:24:29 > top of Java-index,Development Tools,Java Tools...