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

Copyright © Rogue Wave Software, Inc. All Rights Reserved.

The Rogue Wave name and logo are registered trademarks of Rogue Wave Software, and HydraExpress is a trademark of Rogue Wave Software. All other trademarks are the property of their respective owners.
Contact Rogue Wave about documentation or support issues.