cancel
Showing results for 
Search instead for 
Did you mean: 

Web Services development on ECC 6.0 with only ABAP stack

Former Member
0 Kudos

Hi guys,

I have done webservice developement before on ECC 6.0 system which has both ABAP and JAVA stacks installed on it. But now I have a requirement where I need to develop an Enterprise/web service on ECC6.0 which has only ABAP stack and deploy it on another ECC system which has java + ABAP stacks.

I tried developing and the wizard created an Enterprise service with some defualt endpoint. I want to actually deploy it on another system .how do i do this?

Is webservcie dev and deployment possible on ABAP only stack R/3 systems?

My question is only about deploying the webservice on another physical system...we are not looking at publishing these services on servcie registry etc...so please be clear that I am not talking about publishing in service registry as we are not going to have a servcie registry etc

Any usefull inputs will be rewarded.

Thanks very much in advance.

Jhansi

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello,

You can define Web Service in ABAP system and JAVA stack is not required for this. After transorting this to target client (ABAP or ABAP+JAVA), you need to define End Point using SOAMANAGER to generate concrete WSDL for consuming the serive.

JAVA stack is only required for testing the service with Web Service Navigator.

Thanks,

Venu

Former Member
0 Kudos

thanks Venu.