cancel
Showing results for 
Search instead for 
Did you mean: 

Webservice from Portalservice

Former Member
0 Kudos

Hi Gurus,

i have created a portalservice and generate from this service a Webservice. It works fine. But now i have add a new method in the portalservice - but the method does not appear in the webservice - how can I refreh the Webservice settings?

Thanks in advance

Stefan

Accepted Solutions (1)

Accepted Solutions (1)

ankur_garg5
Active Contributor
0 Kudos

Hi Stefan,

As far as my experiences are concerned, web services are very typical things in terms of sensitivity toward changes in their code. I believe that once you have created a web service and it has got registered on your server, and now if you make any change in the code from which you created the web service, the changes won't reflect in the web service. You will need to create a new web service. I believe that <b>wsdl</b> file which is generated when we create a web service, it doesn't accept any changes later on.

Hope it helps...

Bye

Ankur

Do reward points for helpful answers!!

Answers (1)

Answers (1)

praveenkumar_kadi
Active Contributor
0 Kudos

Hi Stefan,

Have you redeployed your modified webservice ear file to the server ? If I understood your question correctly, I can say you can re-generate as a fresh webservice and try deploy on the server and check whether your added method works fine.

Reward suitably if it helps

Regards

Praveen