• 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

The service cannot be found for the endpoint reference (EPR)

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

I'm currently running a local oc4j server 10.1.3 via MyEclipse.
I have deployed a war file containing Axis1.4 web services to the server.
If I place the services.xml under web-inf, calls to ws works fine.
If I move services.xml & person.wsdl and put it under web-inf/services/PersonService/META-INF
I get the following error:-

The service cannot be found for the endpoint reference (EPR) http://localhost:8888/Person_ws/services/PersonService

The wsdl service name ="PersonService" in person.wsdl

I have also set the following parameters within services.xml

<parameter name="useOriginalwsdl">true</parameter>
<parameter name="modifyUserWSDLPortAddress">false</parameter>

Has anybody got any ideas.

Mat
 
Mat Anthony
Ranch Hand
Posts: 265
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
not sure how to solve this one, any hint would be helpfull.

Mat
 
Mat Anthony
Ranch Hand
Posts: 265
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
I'm trying to expose my wsdl to a user using:-
http://localhost:8888/Person_ws/services/PersonService?wsdl in the browser.

The wsdl was created using contract first approach, hence the
<parameter name="useOriginalwsdl">true</parameter>
setting in services.xml file.

Has anybody got any suggestions that would enable me to expose the wsdl as above, since all I get the error below:-
"The service cannot be found for the endpoint reference (EPR)"

Mat
reply
    Bookmark Topic Watch Topic
  • New Topic