My Oracle Support Banner

Sample on How to Get a Locale of Client Inside a Generichandler of JAX-RPC Webservice on Server Side (Doc ID 1182874.1)

Last updated on JULY 20, 2024

Applies to:

Oracle WebLogic Server - Version 9.2 and later
Information in this document applies to any platform.

Goal

This sample explains following things:

1. How to create JAX-RPC Handler on Server side.

2. Getting HTTP Request and Response Object if your Web Service uses HTTP as its transport protocol, you can use the weblogic.wsee.connection.transport.servlet.HttpTransportUtils API to get the javax.servlet.http.HttpServletRequest and javax.servlet.http.HttpServletResponse objects from weblogic.wsee.message.soap.SoapMessageContext.

3. Gives Locale of the client side.

Solution

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Goal
Solution
 Requirements
 Configuring
 Instructions
 Sample Code
 Sample Output
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.