Hi,
I came across a "java.lang.UnsupportedOperationException" when trying to use the jaxb marshaling, citing "com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.setValidating(Unma...
Type: Posts; User: sjan; Keyword(s):
Hi,
I came across a "java.lang.UnsupportedOperationException" when trying to use the jaxb marshaling, citing "com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.setValidating(Unma...
Hi, i'm new to this stuff and i'm trying to undertsand how everything fits together. So as far as I undertsand, marshalling/unmarshalling, is the process of taking java object and encoding/decoding...
Thanks for the comment. That writeTo() call was really helpful. I finally figured out that the problem was a xerces mismatch between Tomcat and the compiled code.
Again, still trying to get the echo service to work properly...I am relatively new to this stuff...any help would be appreciated.
Running the echo client, the SOAP request comes out to be:
...
Hi I've been trying to run the test client as posted above however, I get a Soap fault complaining "UndeclaredPrefix: Cannot resolve 'soapenc:string' as a QName: the prefix 'soapenc' is not...