This might be a possible bug.

The src/org/apache/axis/client/client-config.wsdd does not support session based request by default. I had to add and rebuild.
<globalConfiguration>
<requestFlow>
<handler type="session"/>
</requestFlow>
<responseFlow>
<handler type="session"/>
</responseFlow>
</globalConfiguration>

Perhaps the client.wsdd defaults should support sessions and security, or there should be some provision for the generated client Locater to change the provider before creating the Stub.

Warren.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to