• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Web group Exception while accessing webservice

 
Ranch Hand
Posts: 146
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Greetings Ranchers,

I have an issue kindly help me in resolving it.

I created a webservice of the stateless bean and exposed the method called public String getAdvice(String name) using WSAD 5.1.1. On a different machine I created a test client which access getAdvice webservice. But when I try to invoke the service I get the following exception:

Servlet Request Processor Exception: Virtual Host/WebGroup Not Found : The web group /WebServicesClientPrj/services/Advice has not been defined
[4/4/07 12:55:45:221 IST] 141aacb7 enterprise I com.ibm.ws.webservices.engine.enterprise WSWS3243I: Info: Mapping Exception to WebServicesFault.

[4/4/07 12:55:45:221 IST] 141aacb7 enterprise I com.ibm.ws.webservices.engine.enterprise TRAS0014I: The following exception was logged WebServicesFault

faultCode: {http://websphere.ibm.com/webservices/}HTTP

faultString: (404)Not Found

faultActor: null

faultDetail:

null: WSWS3192E: Error: return code: 404

<H1>Virtual Host or Web Application Not Found</H1><BR><H3>The web group /WebServicesClientPrj/services/Advice has not been defined</H3><BR><I>IBM WebSphere Application Server</I>.
 
Shyam kumar
Ranch Hand
Posts: 146
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ny updates???
 
I have always wanted to have a neighbor just like you - Fred Rogers. Tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic