I am creating web service for my application. I have created wsdl and deploy.wsdd file. I can see the default web service is runing there and I can also see 2 default
Version (wsdl)
getVersion
AdminService (wsdl)
AdminService
I deployed my web services. But I cannot see anything with these function. And also I cannot see any error while deploying. Please any one can help me what could be the issues.
Thanks,
Raj
Lester Burnham
Rancher
Joined: Oct 14, 2008
Posts: 1337
posted
0
What specific steps did you take to deploy? Which SOAP stack are you using, on which server?
Raj Shri
Greenhorn
Joined: May 02, 2010
Posts: 28
posted
0
Lester Burnham wrote:What specific steps did you take to deploy? Which SOAP stack are you using, on which server?
I doing as below steps
1 - First creating the class file
2 - Create the Java2WSDL.
3 - Create the WSDL2Java file by this I am getting the deploy.wsdd file
I am using the linux server.
Before deploying I start server then set the axis class file path then deploy.
I cannot see my function in web services only default.
What server are you using?(you're asked few times this question already). This is a fundamental piece of information, which you should give before asking your question. You have to go through this link for posting more informative questions and also potentially getting better responses.
Raj Shri
Greenhorn
Joined: May 02, 2010
Posts: 28
posted
0
Naren Chivukula wrote:What server are you using?(you're asked few times this question already). This is a fundamental piece of information, which you should give before asking your question. You have to go through this link for posting more informative questions and also potentially getting better responses.
Also, double-check if this listing is same as the web service directory structure in your <Tomcat>/webapps.
If same, please post your server startup console log.
Raj Shri
Greenhorn
Joined: May 02, 2010
Posts: 28
posted
0
Naren Chivukula wrote:Can you post output of the following?
jar -tf <your web archive>
Also, double-check if this listing is same as the web service directory structure in your <Tomcat>/webapps.
If same, please post your server startup console log.
Thanks for your reply, Now It's working, I was not using any jar or war file for my web service. Just using class file. The problem was required class files. coz I was using 2 package, test1 and test2 in test1 there I was putting web services launching file and return the object from test2.
Thanks
RajSri
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.