Web service creation

Because the generated code in this J2C Java™ bean is not easily serializable, avoid using the bottom-up approach for web service creation. Instead, use the meet in the middle or top-down approach to create your web service.

The code generated by the process you just followed does not allow for serialization. Therefore, the bottom-up approach for web service creation is not readily available and instead you can use one of these two alternative methods creating web services:


Feedback