cancel
Showing results for 
Search instead for 
Did you mean: 

Is outside-in without EJB's possible?

Former Member
0 Kudos

Is it possible to create a web service from a wsdl (outside-in approach) without EJB's involved. in CE7.1

Regards

ABS

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Yes, you can but manually. There is no such easy tool as for EJBs in NetWever Developer Studio(NWDS).

Using the the NWDS you can generate automaticaly Outside-In web service sceletons but only with EJB endpoints.

Maybe you have already read that page:

http://help.sap.com/saphelp_nwce10/helpdata/en/46/7f2fef88190ad3e10000000a11466f/content.htm

But if you need a servlet-based web service and you want to start from the WSDL, you can do it manually by creating a pure java class in web project and than adding the annotations with values corresponding to the one from the WSDL. In this case you will need some more knowlage in web services area.

I hope that explainations help you.

Regards,

Yulie.

Answers (2)

Answers (2)

Former Member
0 Kudos

Ya, Thank you

Former Member
0 Kudos

Ya, Thank you