Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » XML Schema Definition (XSD) » loading embedded schemas from wsdl
loading embedded schemas from wsdl [message #584605] Wed, 24 March 2004 19:41
Eclipse UserFriend
Originally posted by: cipher8000.yahoo.com

Hi Ed,

Is there any sample/test code to look at on how to load the embedded schemas
from a wsdl file.

i have a wsdl, looks like below:

<definition>
<types>
<schema targetNamespace="boo">
<complexType name="booType/>
</schema>
<schema targetNamespace="foo" xmlns:b="boo"/>
<import namespace="boo"/>
<element name="e1" type="b:booType"/>
</schema>
</types>
</definition>

"foo" schema depends on the "boo" schema.

thanks
-muruga
Previous Topic:PropertyDescriptors for XSDParticle
Next Topic:loading embedded schemas from wsdl
Goto Forum:
  


Current Time: Tue Apr 16 10:55:09 GMT 2024

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

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

Back to the top