| Author |
fault code
|
vishnu neerukattu
Greenhorn
Joined: Aug 16, 2007
Posts: 15
|
|
<soapenv:Fault xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> <faultcode xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">soapenv:Server</faultcode> <faultstring>Failed to get information for XXXXX. Bean not found in XXXXXXXXX.</faultstring> Hi when I am trying to call a webservice I am getting the above error, can some one help me in understanding whether soapenv:Server in the fault code states that there is some problem in the server only or will there be a error in the client call?
|
 |
Viru Sagar
Greenhorn
Joined: Oct 29, 2007
Posts: 8
|
|
"soapenv:server" always reflects that the receving end could not process the request because of some reason, may be it needed some response from a third component which it didn't get timely. Probably webservice IMPL class is accesing dome bean, which is not available. Hope this helps.
|
 |
vishnu neerukattu
Greenhorn
Joined: Aug 16, 2007
Posts: 15
|
|
|
Thanks a lot veeru
|
 |
vishnu neerukattu
Greenhorn
Joined: Aug 16, 2007
Posts: 15
|
|
|
Thanks a lot viru...
|
 |
 |
|
|
subject: fault code
|
|
|