SOAP Test Case Problems (was HTTP HEADER)

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

SOAP Test Case Problems (was HTTP HEADER)

Hank Ratzesberger

Apologies for the attachment...

I went back and got things working using the NOAA
weather service:

  http://www.weather.gov/forecasts/xml/SOAP_server/ndfdXMLserver.php

at least, I tested two operations using wget.  However, I
cannot get this to work the sandbox. (hmm, less recent version
than I thought)

Instead, there is an exception in the logs:

2009-04-23 10:58:17,514 ERROR XFormsServer  - XForms - submission -  
xforms-submit-error throwable: java.lang.NoSuchMethodError:  
org.orbeon.oxf.xforms.XFormsUtils.getElementValue(Lorg/orbeon/oxf/
pipeline/api/PipelineContext;Lorg/orbeon/oxf/xforms/
XFormsContainingDocument;Lorg/orbeon/oxf/xforms/
XFormsContextStack;Lorg/dom4j/Element;Z[Z)Ljava/lang/String;


I think it is useful because it requires the <header> element
which the other SOAP example does not.




Will test with the nightly.

--Hank


Hank Ratzesberger
NEES@UCSB
Institute for Crustal Studies,
University of California, Santa Barbara
805-893-8042







--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws

test.xhtml (2K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Working SOAP Test Case (was ...)

Hank Ratzesberger
Another attachment....

In any case, it is a working example of using the latest
features and 1.1 spec to talk to a SOAP service.

The previously reported problem was an earlier version
of Orbeon.

I think it would make a good addition, and example where
the <header> elements are needed in the <submission> or
nothing works.

However, I cannot get the results I expect because the
service returns the bulk of the message as escaped text,
with &lt; &gt; etc.. When I attempt to use saxon:parse(),
it the escaped characters and I end up with text.

Happy for any ideas,
Hank




Hank Ratzesberger
NEES@UCSB
Institute for Crustal Studies,
University of California, Santa Barbara
805-893-8042







--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws

test.xhtml (3K) Download Attachment