Rogue Wave banner
Previous fileTop of DocumentContentsIndex pageNext file
HydraExpress Web Service Development Guide
Rogue Wave web site:  Home Page  |  Main Documentation Page

13.4 Asynchronous Method Naming Conflicts

When building an asynchronous client, be aware of possible naming collisions between your service operation names and the generated asynchronous service operation methods. Asynchronous methods are generated with a suffix Start and End. For example, for the service operation getDayofWeek, HydraExpress will generate two asynchronous service operation methods getDayOfWeekStart() and getDayOfWeekEnd(). If your service operation name already ends with "Start" or "End", a naming conflict will exist.

HydraExpress tries to prevent naming collisions by adding a "_1" to service operation methods of the same name, but you may want to avoid this renaming by not using "start" and "end" in your service operations in the same portType.



Previous fileTop of DocumentContentsIndex pageNext file

©2004-2007 Copyright Quovadx, Inc. All Rights Reserved.
Quovadx and Rogue Wave are registered trademarks of Quovadx, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.
Contact Rogue Wave about documentation or support issues.