Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Ws Wiki" for change 
notification.

The following page has been changed by KelvinGoodson:
http://wiki.apache.org/ws/Tuscany/Java/SDO/ThinkingAloud/OpenContent

------------------------------------------------------------------------------
  To be able to set a value into a wildcard (<xsd:any>), you have to be able to 
get hold of a Property that is associated with a global element,  the schema 
above demonstrates one way to create such a beast.  In the code you can find 
the Property that is generated from the element "simple" with  ...
  
  {{{
-       Property p = 
XSDHelper.INSTANCE.getGlobalProperty("http://www.example.com/simpleGlobalElem";, 
"simple", true);
+       Property pc = 
XSDHelper.INSTANCE.getGlobalProperty("http://www.example.com/open";, "note", 
true);
  }}}
  
  so then you should I think be able to do ...

Reply via email to