Project

Profile

Help

xquery marshaller scenario

Added by Anonymous over 19 years ago

Legacy ID: #2813019 Legacy Poster: bob munger (bobmunger)

i am looking for sample code for the following scenario. basically i want to use xquery to bind soap xml payloads to/from multiple objects in context. the inbound/outbound xml is available as text. the objects in context don't have a normal interface. i want to put them in context and address them from within a query on the inbound xml by selecting nodes from the source xml and writing them to the multiple objects in context (using their strange interface). on outbund these multiple objects have a XMLReader interface. i would like to select nodes from multiple objects and write them to the outbound xml (using the outbound format). i will load the xq files driven by the service#operation names. if anyone can point me to an existing example that would be cool.


Replies (1)

RE: xquery marshaller scenario - Added by Anonymous over 19 years ago

Legacy ID: #2813693 Legacy Poster: Michael Kay (mhkay)

I'm sorry, there's not really enough information here for me to offer help: and it really comes into the category of design advice rather than product support. I suggest you ask on one of the non-product-related lists for XQuery. Giving an example of the input and desired output helps to make the question more concrete. Michael Kay

    (1-1/1)

    Please register to reply