- This topic has 4 replies, 3 voices, and was last updated 18 years, 7 months ago by
support-michael.
-
AuthorPosts
-
kkarankMemberHi,
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.htmlI 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
October 25, 2006 at 2:38 pm #260910
Riyad KallaMemberIf 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?
October 28, 2006 at 1:34 pm #261038
kkarankMemberyes 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,
kkOctober 30, 2006 at 8:11 am #261061
Riyad KallaMemberDo 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.
October 30, 2006 at 1:40 pm #261094
support-michaelKeymasterI 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.
-
AuthorPosts