WSDL - Element and Type synchronous issue [message #229146] |
Tue, 17 March 2009 22:24 |
Eclipse User |
|
|
|
I try to fix Bug 243799. Let me quickly describe what the bug is. I have
two wsdl files. They called test1.xsd and test2.xsd and then put test1.xsd
into test2.xsd directive (test2.xsd includes test1.xsd). When I update the
elements and types in the test1.xsd, the elements and types in the
test2.xsd should be updated synchronously because I put test1.xsd into the
test2.xsd
After looked the code, I think the problem is that the WTP is going to
create an ADDXSDIncludeCommand instance when the action "Add Include "
occurred in the test2.xsd directive. The test2.xsd only includes the
schema location. In order to update elements and type in the tes2.xsd
synchronously, we'd better include the test1.xsd DOMDocument into
test2.xsd rather than including the schema location. Is going to work if I
do this way ?
Thanks
Le
|
|
|
Powered by
FUDForum. Page generated in 0.03106 seconds