Why and when to perform this task
This article provides general information about migrating the server-side bindings configuration for a Java 2 Platform, Enterprise Edition (J2EE) Version 1.3 application to a J2EE Version 1.4 application. The steps are based on typical scenarios, but the steps are not all-inclusive.J2EE Version 1.3 Binding Configurations | J2EE Version 1.4 Binding Configurations |
---|---|
Request Receiver Binding Configuration Details | Request Consumer Service Binding Configuration Details |
Response Sender Binding Configuration Details | Response Generator Binding Configuration Details |
Consider the following steps to migrate the server-side bindings from J2EE Version 1.3 to J2EE Version 1.4. These steps are dependent upon your specific configuration.
Steps for this task (dependent on configuration)
<ds:KeyInfo> <wsse:SecurityTokenReference> <wsse:Reference URI="#mytoken" /> </wsse:SecurityTokenReference> </ds:KeyInfo>
<ds:KeyInfo xmlns:ds="http://www.w3.org/2000/09/xmldsig#"> <wsse:SecurityTokenReference> <wsse:KeyIdentifier ValueType="wsse:X509v3">/62wXO...</wsse:KeyIdentifier> </wsse:SecurityTokenReference> </ds:KeyInfo>
In the Key Information Dialog window, specify the names of the key locator and the token consumer that you configured previously. The Key name field is optional for the consumer side.
Result
This set of steps describse the types of information that you need to migrate the server-side bindings configuration for a J2EE Version 1.3 application to a J2EE Version 1.4 application.What to do next
Migrate the client-side binding configuration for a J2EE Version 1.3 application to a J2EE Version 1.4 application. For more information, see Migrating the client-side bindings file.Related tasks
Migrating the server-side extensions configuration
Migrating the client-side extensions configuration
Migrating the client-side bindings file
Migrating Version 5.x applications with Web services security to Version
6 applications