Beginner needs help with web service endpoint name
Julien Martin
Ranch Hand
Joined: Apr 24, 2004
Posts: 383
posted
0
Hello,
I successfully developped and compiled a web service but I don't know the endpoint name (I means the string that comes after the context string). For example
"http://localhost:8080/jaxrpc-HelloWorld/hello" is working fine and it shows a web service welcome page.
The probleme is therefore that I can't access my web service: Here are the config files I use:
jaxrpc-ri.xml
config.xml
build.xml
my wsdl:
Can anyone tell what's the url for my web service please?
Thanks in advance,
Julien Martin.
Balaji Loganathan
author and deputy
Bartender
Joined: Jul 13, 2001
Posts: 3150
posted
0
Originally posted by Julien Martin: Hello,
I successfully developped and compiled a web service but I don't know the endpoint name (I means the string that comes after the context string). For example
"http://localhost:8080/jaxrpc-HelloWorld/hello" is working fine and it shows a web service welcome page. It does not work with my web service: "http://localhost:8080/jaxrpc-MonServiceWebUn/MonServiceWebUn" The probleme is therefore that I can't access my web service: Here are the config files I use:
As you can imagine, the webservice is not deployed properly.Try to follow the tutorial or guidelines that u are using, check whether you see "serivce deployed successfully" or something like that.