To configure services implemented as JWS files to invoke the SOA Agent for requests received over HTTP transport, define the SOA Agent JAX-RPC Handler class in a handler chain configuration file.
To use a handler chain to invoke the SOA Agent for a JWS web service for HTTP requests
Example HandlerConfig.xml:
<jwshc:handler-config xmlns:jwshc="http://www.bea.com/xml/ns/jws" xmlns:soap1="http://HandlerInfo.org/Server1" xmlns:soap2="http://HandlerInfo.org/Server2" xmlns="http://java.sun.com/xml/ns/j2ee" > <jwshc:handler-chain> <jwshc:handler-chain-name>HandlerChainName</jwshc:handler-chain-name> <jwshc:handler> <handler-name>handlerOne</handler-name> <handler-class>com.ca.soa.agent.appserver.jaxrpc.XMLAgentJaxrpcHandlerProxy </handler-class> </jwshc:handler> </jwshc:handler-chain> </jwshc:handler-config>
Specifies the name of handler chain.
WebLogic server will invoke SOA Agent JAX-RPC handler.
Note: For more information on SOAP message handlers and handler chains, see the WebLogic documentation.
| Copyright © 2011 CA. All rights reserved. | Email CA Technologies about this topic |