Adding a Softcoding Template for a JDeveloper Proxy

Use the Add SoftCoding Template form to add a new softcoding template. There is a standard softcoding template for a JDeveloper proxy that you can use for all the softcoding records. The SoftCoding Template application is P953000.

A generic key is used for all the WebLogic-specific consumer proxies.

Access Add SoftCoding Template form and enter the following information on the form:

Template Name

Enter a name for the template. The template name is a standard name for all proxies.

JD Edwards EnterpriseOne templates are named E1_<BusinessService>, where BusinessService is the name of the business service; for example, J34A0010. Taking into consideration system updates and upgrades, you should not modify a JD Edwards EnterpriseOne template. Instead, copy the JD Edwards EnterpriseOne template and rename it using a similar naming convention.

You might name a template SC4WLS to denote a proxy named Soft Coding for the WLS server.

Description

Enter text that identifies the purpose of the template.

Softcoding Key

A way to identify related templates and records for a given business service. It is a unique key, such as SC4WLS for the WLS server.

Value

An XML document without the header information; for example, <?xml version=1.0?>.

The following is an example value that you might use as a value for a soft coding template for WLS:

<scwls>

<endpoint>http://host:port/context-root/PortName</endpoint>

<username>username</username>

<password>_||_password_||_</password>

<policy>xyzPolicy.cml</policy>

<trustkey>abcTrustKey.xml</trustkey>

</scwls>

Mask Field

Enter a value that you want to appear in the XML document. This value is an alias for the value that you enter in the Mask Value column. The application automatically places the characters (_||_) around the alias value you enter.

Mask Value

Enter the value for which you have created an alias. This value will appear as the alias value in the XML document.