| Author |
JAX WS CLIENT program error -SOAP message formation
|
swetha manjunath
Greenhorn
Joined: Jul 29, 2011
Posts: 3
|
|
Hi All,
I have a jax ws client program which is working fine and i receive the response when invoked from multiple machines...However when invoked from one particular machine i get the following error:
Transaction Status Status : Transaction failed, Message : Exception has occured
Exception occured XML reader error: javax.xml.stream.XMLStreamException: ParseError at [row,col]:[25,15]
Message: Open quote is expected for attribute "{1}" associated with an element type "border".
INVOKING FROM CLIENT PROGRAM---Status : Transaction failed, Message : Exception has occured.
Please suggest..
Thanks
|
 |
Ivan Krizsan
Bartender
Joined: Oct 04, 2006
Posts: 2193
|
|
Hi!
Take a look at the request sent and the response received by the client that has the problem using WireShark, SOAP Membrane or some other TCP monitor.
From the information you have supplied, there seem to be something wrong with the response message.
Best wishes!
|
My free books and tutorials: http://www.slideshare.net/krizsan
|
 |
swetha manjunath
Greenhorn
Joined: Jul 29, 2011
Posts: 3
|
|
Hi Ivan,
The request does not hit the server. i am unable to view the soap message formed at the server. I use the handlerchain annotation to log the SOAP messages at the server.However im not sure how to log soap messages formed at the client side..
Thanks in advance.
|
 |
Ivan Krizsan
Bartender
Joined: Oct 04, 2006
Posts: 2193
|
|
Hi!
You can use a handler to log SOAP messages on the client side too!
In fact, I think you can use the same handler - perhaps only minor modifications needed.
Best wishes!
|
 |
 |
|
|
subject: JAX WS CLIENT program error -SOAP message formation
|
|
|