Results 1 to 2 of 2

Thread: Help returning XML

  1. #1
    Join Date
    Apr 2008
    Posts
    2

    Default Help returning XML

    I would like to use OracleXmlQuery to return Xml from a normal sql query and then return it as part of the SpringWS response. But it's not clear how to assign the Xml to a response element in a manner consistent with the WSDL.

    Does anyone have any experience with this - or suggestions for the next step?

    Thank you
    Bob

  2. #2
    Join Date
    Jul 2005
    Location
    Rotterdam, the Netherlands
    Posts
    1,562

    Default

    Reading XML from the database is possible with JDBC 4, the SQLXML type, but I am not sure whether Oracle supports it yet. We are probably going to add support for it in Spring 3.0, but in the mean time, you will have to use the native Oracle mechanism.
    Arjen Poutsma

    Spring Web Services Dev Lead
    Please read the FAQ

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •