Running the SOAP monitor program, I can see that my OXF app and 
a jsp app appear to have the same request and response.

The response looks something like what is below, with a lot 
of editing.  What I am trying to illustrate is that the 
response is not in a single root hierarchy, but the body 
has a number of top level elements.

Perhaps OXF does not handle responses formatted in this
way. Perhaps it is expecting a single root element (and 
perhaps that is what is should expect, I am investigating 
this now):

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:[snip]>
  <soapenv:Body>
    <getAllfFacilitiesResponse soapenv:[snip]>
      <getAllFacilitiesReturn href="#id0"/>
    </getAllFacilitiesResponse>
    <multiRef id="id0" soapenc:root="0" [snip]>
      <facilities href="#id1"/>
    </multiRef>
    <multiRef id="id1" soapenc:root="0" [snip]>
      <item href="id2"/>
      [snip]
      <item href="id16"/>
    </multiRef>
    <multiRef id="id1" [snip]?
      <contactInformationList />
      <laboratory></laboratory>
      [snip]
    </multiRef>
    [snip]
  </soapenv:Body>
</soapenv:Envelope>

If you have any thoughts on this, many TIA,
-Hank

============================================
Replying to a list?  I'll get my copy there!

Hank Ratzesberger
http://crustal.ucsb.edu/ | http://neesgrid.org/
Institute for Crustal Studies
University of California, Santa Barbara
============================================


----- Original Message ----- 
From: "Hank Ratzesberger" <[EMAIL PROTECTED]>
To: "OXF Users" <[EMAIL PROTECTED]>
Sent: Thursday, January 22, 2004 12:41 PM
Subject: Webservice Woes -- how to dump response

[snip]


_______________________________________________
oxf-users mailing list
[EMAIL PROTECTED]
http://mail.orbeon.com/mailman/listinfo/oxf-users

Reply via email to