cancel
Showing results for 
Search instead for 
Did you mean: 

creating a webservice from session bean

Former Member
0 Kudos

Hi All,

I have created a session bean and exposed it as a webservice , now we have changed the signature of one of the session bean's method.. now do i have to recreate the webservice .. how to i update the webservice with new definition ..

Regards,

Rajini.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

You have to recreate the WebService and also to use newly created WSDL file, otherwise it wont work. You can use the same procedure again to create Web Service.

Regards,

Piyush

Former Member
0 Kudos

Hi,

I think you have to recreate the webservice since the signature itself is getting changed