Chapter 13. Web service interoperability implementation guidance 315
Problem with Boolean getter method
When using a Boolean method attribute and generating Web services from the
EJB beans, be aware that WebSphere Studio Application Developer does not
generate getCustomerExist(), but instead generates isCustomerExist() in its
proxy classes.
13.4 Microsoft .Net client
There are a number of changes that may need to be made when using a
Microsoft .Net client to talk to a Web service generated in WebSphere Studio
Application Developer.
Return null date
When a Web service developed with WebSphere Studio Application Developer
returns a null date that is going to be used by a Web service client programmed
with Microsoft Visual Studio .Net 2003, the null ...