[jboss-user] [JBossWS] - Re: service-name-pattern

Sefai do-not-reply at jboss.com
Tue Nov 6 11:11:49 EST 2007


This is the debug output of JBossAS

2007-11-06 17:58:34,493 DEBUG [org.jboss.ws.metadata.umdm.EndpointMetaData] Configure SOAPBinding
  | 2007-11-06 17:58:34,493 DEBUG [org.jboss.ws.core.jaxws.handler.HandlerResolverImpl] initHandlerChain: PRE
  | 2007-11-06 17:58:34,493 DEBUG [org.jboss.ws.core.jaxws.handler.HandlerResolverImpl] initHandlerChain: ENDPOINT
  | 2007-11-06 17:58:34,493 DEBUG [org.jboss.ws.core.jaxws.handler.HandlerResolverImpl] initHandlerChain: POST
  | 2007-11-06 17:58:34,493 DEBUG [org.jboss.ws.core.jaxws.handler.HandlerResolverImpl] addHandler: 
  | HandlerMetaDataJAXWS:
  |  type=POST
  |  name=WSSecurity Handler Client(x509v3)
  |  class=class org.jboss.ws.extensions.security.jaxws.WSSecurityHandlerClient
  |  params=[]
  |  protocols=null
  |  services={http://mywebservice.org/}MyWebService
  |  ports=null

And this is the client-config

<jaxws-config xmlns="urn:jboss:jaxws-config:2.0"
  | 	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  | 	xmlns:javaee="http://java.sun.com/xml/ns/javaee"
  | 	xsi:schemaLocation="urn:jboss:jaxws-config:2.0 jaxws-config_2_0.xsd">
  | 	<client-config>
  | 		<config-name>
  | 			My Web Service Client Security Config
  | 		</config-name>
  | 		<post-handler-chains>
  | 			<javaee:handler-chain>
  |                              <javaee:service-name-pattern xmlns:myns="http://mywebservice.org/">
  | 					myns:MyWebService
  | 				</javaee:service-name-pattern>
  | 				<javaee:handler>
  | 					<javaee:handler-name>
  | 						WSSecurity Handler Client(x509v3)
  | 					</javaee:handler-name>
  | 					<javaee:handler-class>
  | 						org.jboss.ws.extensions.security.jaxws.WSSecurityHandlerClient
  | 					</javaee:handler-class>
  | 				</javaee:handler>
  | 			</javaee:handler-chain>
  | 		</post-handler-chains>
  | 	</client-config>
  | </jaxws-config>

This seems to me OK.

What you say about this?

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4102261#4102261

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4102261



More information about the jboss-user mailing list