Quoting Ruben DF <[EMAIL PROTECTED]>:
Hi Ruban,
> headers in testsuite and everythings works ok.
test-suite1's client is a ws itself and thus runs on the server side; so it is
not the same model as in interopibm sample.
> I've seen my client side and i dont know...my client
> is by default, i've never modified the client. The
You need to add 1 more handler to your client-config.wsdd, see below. However,
you should still get the CallbackRef element even without this handler. I think
your application is unable to locate the client-config.wsdd.
<globalConfiguration>
<parameter name="sendMultiRefs" value="false"/>
<parameter name="disablePrettyXML" value="true"/>
<requestFlow>
<handler
type="java:org.apache.axis.message.addressing.handler.AddressingHandler" />
<handler type="java:SetCoordCtxHandler" />
</requestFlow>
<responseFlow>
<handler
type="java:org.apache.axis.message.addressing.handler.AddressingHandler" />
</responseFlow>
</globalConfiguration>
You don't need this if you test against the IBM side as in the user-guide. I
didn't feel like documenting this further since its gets even more complicated
when you try the failure scenarios since you need to setup the middle man to
orchestrate the tests.
thanks,
--dasarath
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]