I'm getting this from my client (xfire 1.2.4). I used the eclipse plugin
to generate the code.
org.codehaus.xfire.XFireRuntimeException: Could not invoke service..
Nested exception is org.codehaus.xfire.fault.XFireFault: Unexpected
character '"' (code 34) in DOCTYPE declaration; expected a space between
public and system identifiers
at [row,col {unknown-source}]: [1,55]
org.codehaus.xfire.fault.XFireFault: Unexpected character '"' (code 34)
in DOCTYPE declaration; expected a space between public and system
identifiers
at [row,col {unknown-source}]: [1,55]
at
org.codehaus.xfire.fault.XFireFault.createFault(XFireFault.java:89)
at
org.codehaus.xfire.client.Client.onReceive(Client.java:386)
Is this an error building the outgoing SOAP message or on the return ?
how would I see the actual SOAP messages ?
Thanks in Advance
- Jim