Skip to main content



      Home
Home » Language IDEs » ServerTools (WTP) » WSDL - Element and Type synchronous issue
WSDL - Element and Type synchronous issue [message #229146] Tue, 17 March 2009 22:24
Eclipse UserFriend
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
Previous Topic:How the server configuration arguments works
Next Topic:Bug# 203257 - Questions encountered while Debugging
Goto Forum:
  


Current Time: Fri Jul 04 19:21:43 EDT 2025

Powered by FUDForum. Page generated in 0.03106 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top