Details
-
Type:
Task
-
Status:
Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: 1.1.1
-
Fix Version/s: 1.3.0
-
Component/s: BPEL Tools, Petals Tools, Studio Product
-
Security Level: Public
-
- Environment:
- All.
Issue Links
| Depends | ||||
|---|---|---|---|---|
|
|
|
|||
Actually, it seems that Wsdl4j does not support cross-file inclusions too.
But the parsing is done in such a way, and the examples we use are made in such a way, that we did not see it earlier.
To check it:
+ Have 2 WSDL, one importing the other.
+ Make the importer declare the service.
+ Make the imported declare the port type.
+ Parse it with the studio: it works because we search the services first. But in the code, try to get all the port types. You won't get any.