The moose likes Web Services and the fly likes SOAP MONITOR Fault responce Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "SOAP MONITOR Fault responce" Watch "SOAP MONITOR Fault responce" New topic
Author

SOAP MONITOR Fault responce

George Razbash
Greenhorn

Joined: Nov 22, 2004
Posts: 1
Hi everybody.
Very simple, but at the same time.. :-((
Ok, I can see the SOAP messages going backwards and forwards on success (requests & responses), but as soon as i send a response with a fault (AxisFault by default), i can not see it in the SOAP Monitor at all.

As far as i can understand, i do receive it on the client side, since i check the instance of the exception throwen on the client side and it shows that AxisFault has been received as an exception.

Can any help me? Have anybody had the same problem before?

Thanks,
george
 
 
subject: SOAP MONITOR Fault responce
 
Threads others viewed
Gtting SAXException Bad Types (float -> class java.lang.String)
Why cannot my own Handler work?
Problem with Custom Exceptions in my Axis webservice
handleFault() methods
Inserting data using webservice gives javax.xml.ws.soap.SOAPFaultException: Component Interface api
MyEclipse, The Clear Choice