aspose file tools
The moose likes Web Services and the fly likes JAX WS CLIENT program error -SOAP message formation Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "JAX WS CLIENT program error -SOAP message formation" Watch "JAX WS CLIENT program error -SOAP message formation" New topic
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!
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: JAX WS CLIENT program error -SOAP message formation
 
Similar Threads
Weblogic Bridge - XAException(Integrating weblogic 10.3 JMS with IBM MQ 6.0)
JMS - rollback but no redelivery
RunTime Exception
SAAJ vs JAXP vs JAX-RPC
Connecting from JAVA to WCF web service through HTTPS