cancel
Showing results for 
Search instead for 
Did you mean: 

WSDL not generated.

Former Member
0 Kudos

Hi All,

I am trying to expose a web service from an EJB method. When i try to deploy that, the wsdl file is not generated for the web service.

The error is :

IWAB0379E Unable to open http://<machine>:<port>/SimpleEJBBeanService/SimpleEJBBean?wsdl.

What can be going wrong here. The method returns a simple String.

In the web services wizard i have used the slider to 'test' the web service and also to 'test' the client.

Please help on this.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Bhupesh,

I'm having a similar problem as well right now trying out a simple java class file. Have you been able to get this solved already?

Former Member
0 Kudos

Hi Bianco

Move the slider to the 'Develop service' position (the lower most) and then try again. It s/d deploy and wsdl s/d be generated then, which can be chkd at this url :

http://<machine>:<port>/<serviceName>/<name>?wsdl.

Regards

Bhupesh...

Former Member
0 Kudos

Hey Bhupesh,

Quick question, are you using the SAP Server AS included with the installer? For now, the URL I was trying out was http://localhost:5000/HelloService/Hello?wsdl but I was getting a 404. Not sure if this is a problem with my SAP AS or something else.

Thanks!

Former Member
0 Kudos

Hi Bianca

I'am using SAP NetWeaver Application Server, Java EE 5 Edition, which you can get from the SDN site.

I guess your URL is correct except for the port number which i guess should be <b>50000</b> instead of <b>5000</b>. Please check that once.

Regards

Bhupesh...

suresh_krishnamoorthy
Active Contributor
0 Kudos

Hi Bhupesh,

50000 port number is correct:

Goto: http://localhost:50000/index.html->Web Services Navigator - check you are web service under Available Web Services. Are you able to see your webservice in list?.

All server details (msg server prt no , enqueue prtno , etc)

http://localhost:50000/index.html->System Information->Give admin username and password see all details.

Regards, Suresh KB

Former Member
0 Kudos

Hi Suresh

I guess the things that you have mentioned were available in the previous version of WebAS not in the JEE 5 preview release that is available on the SDN.

Bhupesh...

Former Member
0 Kudos

Hi guys,

Oops, the original one I mentioned had a typo in it. I'm using http://localhost:50000/<service name>/<classname>?wsdl instead of the one I mentioned earlier.

I tried creating an ejb one just for testing purposes and it has deployed correctly according to the server view in NWDS but the link above still has a 404 error.

Bianca

Former Member
0 Kudos

Hi guys,

we have exactly the same problem. Is there any solution for SAP NetWeaver Application Server, Java EE 5 Edition, which we downloaded from the SDN site?

thanks, Jan

Former Member
0 Kudos

I found solution...