Version 8.2.7
 —  Business Services  —

What's New in Version 8.2.1

This section describes the changes to the Business Services component in version 8.2.1. The following topics are covered:


Enhancements

This section describes the changes in this release of the Business Services component. The following topics are covered:

Java Client Generation

The style of Java clients generated for business services has changed. Previous clients will continue to function correctly, but new clients will be generated using a different style that uses EntireX RPC directly instead of requiring the generation of an EntireX RPC wrapper. All Java client generation details are now provided in this guide; they are no longer documented in the Java Wrapper/Web Service Wrapper sections of the EntireX documentation. For information, see Generate a Java Client.

Natural Server View

The Add from Server wizard has been replaced with standard Natural Server view functionality. You can now add business services to a local project directly from the Natural Server view. For information, see Downloading Business Services from the Server.

Security View

The NBS Security view is now available and you can apply security at a domain, business service, and/or method level. The NBS Security view is linked to the Navigator and Natural Server views; as you select different domains or children of domains, the views will change accordingly. For information, see Setting Security Privileges.

Top of page

Known Issues

This section describes the known issues in this release of the Business Services component. The following topics are covered:

Option to Move Business Services between Domains

Currently, you cannot move or copy a business service from one domain to another. If you do, an error will occur and the service will appear to be in the old domain.

Support for Redefined Fields

When creating Java classes or Web services, redefined fields are not supported and the original field will be used. This behavior is not consistent with Natural Business Services 5.n installations, which support redefined fields.

Java Client Generation when PDA Fields Contain Direction Modifier Comments

When generating a Java client from a business service (.bsrv file), ensure the underlying Natural subprogram data areas do not contain direction modifier comments in the parameter fields, such as "/* in" or "/* out" and the "BY VALUE" (IN direction) option. These are currently not supported. If they are used, the resulting generated code will contain compile errors.

Top of page