I'm trying to add a new transport, which I am able to configure and have the endpoint recognized but I'm not getting my Sender called since based on traces no chain is being added.  I am trying to follow the JMS example since this is going to be SOAP over some endpoint specific communication method.  All the examples I've seen have the client setting the transport before the Call process is created but I didn't think that was necessary based on the jms example.  Is there any "magic" that needs to be done or should it be as simple as including the <handler name="TestSender" type="java:com.xxx.TestSender"/> & <transport name="test" pivot="TestSender"/> in both server-config.wsdd and client-config.wsdd and then setting the endpoint in the call to be "test://whateverisneeded"?  Thanks.

Eric

Reply via email to