facebook

Problem running simple web service on JBoss

  1. MyEclipse Archived
  2.  > 
  3. Web Services
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #260813 Reply

    kkarank
    Member

    Hi,

    I am running JBoss 4.0.2 and MyEclipse 5.0

    The tutorial i am following is –
    http://myeclipseide.com/enterpriseworkbench/help/index.jsp?topic=/com.genuitec.myeclipse.doc/html/quickstarts/webservices/index.html

    I deployed on Jboss and the …deploy directory seems to have the WAR and all underlying files in the proper location.However

    1) I cannot see the service in WebService explorer from within MyEclipse
    2) When i click on http://localhost:8080/HelloWorld/services/HelloWorldService?WSDL.

    I get the message ‘Invalid SOAP Request’

    where am i messing up ? 😡

    k

    #260910 Reply

    Riyad Kalla
    Member

    If you visit localhost:8080 are you getting a reply? If you deploy a simple JSP page to the root of your webroot dir, do you see it when you visit http://localhost:8080/HelloWorld ? (I’m trying to make sure the web app is loading)

    Also you sure you didn’t mispell anything?

    #261038 Reply

    kkarank
    Member

    yes the webapp is definitely loading as otherwise i wouldnt get the ‘Invalif SOAP Request’ message ?Also the webservice seems to work if i try it from a JAVA client.

    As mentioned earlier i am unable to see the service in the WSDL browser though.

    Thanks,
    kk

    #261061 Reply

    Riyad Kalla
    Member

    Do you have WTP installed by chance? (Check your Eclipse Directory, then the plugins directory to see if you have any wtp plugins in there). That might cause an interference with the explorer.

    #261094 Reply

    support-michael
    Keymaster

    I just installed JBoss 4.0.5 and went thru the example. To be sure that the webapp is accessible at runtime I added a simple html page to it that I can hit from my browser. I then deployed the app and launched Jboss. Next I invoked the simple html page to ensure that my webapp did deploy and was accessible. Then I accessed the WSDL from my browser, e.g., http://localhost:8080/Helloworld/services/HelloworldService?WSDL. It displayed exactly like I expected. Finally I used the same WSDL url in the WebServices Explorer. I encountered no problems.

Viewing 5 posts - 1 through 5 (of 5 total)
Reply To: Problem running simple web service on JBoss

You must be logged in to post in the forum log in