Create Simple Web Service Using Oracle JDeveloper 11.1.2.3.0 in 5 minutes

preview_player
Показать описание
Creating a simple java class based SOAP web service using Oracle JDeveloper 11.1.2.3.0 that returns a list of Country objects and allows to add a new Country object. The demo should work for other 11.1.+ versions of JDeveloper as well.
Рекомендации по теме
Комментарии
Автор

learned WS creation from demo..thanks Vinay for posting...

jugalmadhavan
Автор

In class Country.java add default constructor such as:
    public Country() {
        super();
    }

And then in Create Web Service for class Countries.java you will not have that error. 30.
when creating web service for countries and  get function will be selectable.

NenadBulatovic
Автор

Vinay, Thanks for the video.Could you please explain how to achieve the same web service in top down approach

sharanlakshminarayan
Автор

Hi Vinay Thanks for this Tutorial, what if I want make a method to delete a country.

egyrapper
Автор

Hi Vinay, Thanks for thisTutorial. I have some problem when calling  this webservice. I hv created another application and wanted to call this webservices. But the output is blank.What should I return  instead of null as below so that I get the output of list. I tried so many codes but getting error. Please help...(Sorry I am new in java webservices)

    public List<Country> getCountries() {
    
   return null;  //what should I add here to return list value.
}

mahanisyedahmad
Автор

hey how can i add swagger to this kind of projects ? i can't find infomation yet

erickjhormanromero
Автор

How about oracle developer 6i, can create web service in this version?

naserpapi
Автор

hi i am getting an error while creating web service from wizard SEI error..

RootcauseJeet
Автор

EE66 with java version does not work me the following error 30

jorgeneciosupcasa
join shbcf.ru