hi guys,
yesterday we talked about the addressing handler:
-
<ips> stefan: SOAPConnection is a JAX-RPC class. you get it via a factory
<lischke> ok so no axis specific
<ips> so when running w/ Axis in the cp, what you actually get back is an Axis impl of
that class
<ips> then (i think), Axis will pass the message through any client handlers that are
configured
<ips> we need to verify this last point
-
I have tested that, and i came to the conclusion, that the addressing handlers are not passed, cause i was not able to configure the axis engine in any way. Without JAX-RPC interfaces i used:
Service service = new Service(new FileProvider("org/apache/ws/eventing/client-config.wsdd"));
That client-config.wsdd set up the addressing handler for incoming and outgoing, but since i'm just using :
SOAPConnectionFactory sconF= SOAPConnectionFactory.newInstance();
SOAPConnection scon = sconF.createConnection();I'm not able to configure the axis engine.......
So we have to reinvent ws-fx/addressing ;-(
any ideas?
Stefan
-- My place : http://user.cs.tu-berlin.de/~lischke
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
