cancel
Showing results for 
Search instead for 
Did you mean: 

Top down approach for creating the web services in NWDS 7.1

Former Member
0 Kudos

I am trying to develop a web service in top down approach.

1) I created a Dynamic web project.

2) Created a WSDL File using the WSDL Graphic editor.

3) Now i am trying to create the Webservice from the WSDL file , i am getting the following error

The SAP Netweaver Web service runtime does not support the service project type Dynamic Web Project.

How do i created the web service from here on.

Regards

ABS

Accepted Solutions (1)

Accepted Solutions (1)

siarhei_pisarenka3
Active Contributor
0 Kudos

Hi ABS

Try to create EJB Module or Web Module projects instead of Dynamic Web Service project.

BR, Siarhei

p330068
Active Contributor
0 Kudos

Hi,

For more info of top-down approach for creating web services.

Please go through help section of the NWDS.

Goto Help>>Help Content>>Web Application Develoment User Guide>>Developing WebService Applcations>>Developing Web services>>Here you can find the best approach for creating Top-Down Web Services.

Hope this will help you.

Thanks

Arun

Answers (1)

Answers (1)

Former Member
0 Kudos

Thank you