The server is Axis2-1.0 based and not something we have control over. The problem was caused by the server throwing/returning an exception.
Thanks for the help. -----Original Message----- From: Tomek Sztelak [mailto:[EMAIL PROTECTED] Sent: Thursday, February 08, 2007 4:06 AM To: [email protected] Subject: Re: [xfire-user] "Unexpected character" exception Probably response message that client received is invalid. Can you intercept this message and attach it here ( e.g with https://tcpmon.dev.java.net/ ). What exactly you are using on server side (XFire or other WS stack ? ) ? On 2/7/07, Jim Apple <[EMAIL PROTECTED]> wrote: > > > > > > > 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 > > -- ----- When one of our products stops working, we'll blame another vendor within 24 hours. --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
