cancel
Showing results for 
Search instead for 
Did you mean: 

Can't create Webservice Project

Former Member
0 Kudos

Hi All,

I want to create web services to communicate with SAP. Problem is that I can't even seem to find a way to create a web service project. When I look under Web Services I only find ''Deployable Proxy Project' and 'Standalone Proxy' project. I was expecting 'Java Project'.

Did I miss some configuration or something else?

Thanks in advance,

Jeschael

Accepted Solutions (1)

Accepted Solutions (1)

Jordan_Stanchev
Product and Topic Expert
Product and Topic Expert
0 Kudos

hm, don't you see <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/4c/be9f330ab7e5479db8c37bddf42788/frameset.htm">this wizard</a>?

may be

Jordan<a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/08/11703e5da3e946e10000000a114084/frameset.htm">this</a> could help...

Message was edited by:

Jordan Stanchev

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Jordan,

Thanks, yes that wizard, that was it.

Jeschael

Former Member
0 Kudos

Hi Jeschael,

You want to create a webservice client application. Therefor you choose to create a new web services project.

These exist in two flavors:

1. Deployable proxy project: web service client proxy that must be deployed to the J2EE engine to function correctly

2. Standalone proxy project: web service client proxy that can function without the J2EE engine, for instance in a standalone java application.

Check also http://help.sap.com/saphelp_nw2004s/helpdata/en/45/f957507cb343f78e818c50620ed5ca/content.htm for more information.

Johan