Some 'more, in-depth' information on Oracle BPEL PM, ESB and other SOA, day2day things

Tuesday, March 30, 2004

WebService-generation in JDEV903x

Today @ while generating updated WebServices from Server-classes, we came through a documented feature in Jdev 903x, that i forget pretty often when working with webservices, method-overloading (parameters, or even return values) causes the WSDL-generation wizard not to allow publishing of affected methods.
.
As example, consider the following methods:
- public long updateXXX (String pString);
- public int updateXXX (int pInt);
.
having those methods in your java class, that you want to expose, will not allow you to publish one / or either the 2 methods.

0 Comments:

Post a Comment

<< Home