• 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

How to put the WSDL location on Eclipse's Web service explorer?

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Recently I deployed a sample Web service using my-eclipse tool. After deploying it, I tested it using web service explorer by typing the location of the WSDL file. But I am getting "page not found (404)" error on status column . Please help me out to enter the correct WSDL location. (Information about my Web Service project:
The project location is :
E:\Sample_RMI1\.metadata\.plugins\com.genuitec.eclipse.easie.tomcat.myeclipse\tomcat\webapps\SRTFresh.
The WSDL location is:
E:\Sample_RMI\.metadata\.plugins\com.genuitec.eclipse.easie.tomcat.myeclipse\tomcat\webapps\SRTFresh\src\SRTFreshPackage
The endpoint location I entered on web service explorer is http:\\localhost:8080\SRTFresh\src\SRTFreshPackage?wsdl ) color=darkred][/color]
 
Ranch Hand
Posts: 577
Tomcat Server Notepad Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Aashik,
What do you get when you open the url in a web browser?
 
Aashik Sujaudeen
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Naren Chivukula wrote:Hi Aashik,
What do you get when you open the url in a web browser?



This is the error Im getting
IWAB0135E An unexpected error has occurred.
404
/SRTFresh/src/SRTFreshPackage



 
passwords must contain 14 characters, a number, punctuation, a small bird, a bit of cheese and a tiny ad.
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic