Aleksander Slominski wrote:
my requirement is to build the 
in-memory object representation of inputs/outputs entirely at runtime 
so as to offer the user the chance to map attributes in these objects 
onto data items in their process context. But perhaps XSUL offers a 
way to do this?
    

so the runtime layer of XSUL2 that does generation of input/output 
actually does introspection of XML Schema (embedded in WSDL) to create 
parameter placeholders so if you want you can get input from command 
line or show a GUI with input parts (you know what is expected in input) 
- if you combine this with Xydra it could actually build whole GUI 
widgets (including nested form inputs for nested complex types).

input message is an XmlElement and placeholder are XmlElements (or 
XmlAttribute) embedded in the input message - the input message 
XmlElement is special in that it implements WsifMessage interface and 
has inside XML placeholder fragments built by introspecting XML Schema 
(right now it is very simple and follows current practices of 
doc/literal WSDL with complexType/sequence etc).
Wonderful.  XSUL sounds like exactly what I need.  Thanks very much Alek.

May I ask if you have any code examples of runtime service input/output introspection and usage?
-- 

All the best
Keith

http://keith.harrison-broninski.info



YAHOO! GROUPS LINKS




Reply via email to