Thanks for this tip.
After copying the part from the default config file into my specific client-config.wsdd, the service does connect to the server again.


The I added
<requestflow>
<handler type="session"/>
</requestflow>
<responseflow>
<handler type="session"/>
</responseflow>
to each service entry (the handler is defined before <handler name="session" type="java:org.apache.axis.handlers.SimpleSessionHandler"/>)


Now I have the same effect as without a client-config.wsdd file. The session is maintained for each service seperatly. But what I need is a session which spawns requests to different services.

Jochen

[EMAIL PROTECTED] wrote:

Jochen,

Did you include the transport pivot handler that I think is specified in the default client-config.wsdd? That's the bit that actually sends your request. The client-config.wsdd default file is in the axis.jar file, in the org.apache.axis.client package.

Tony



Thats not the problem. The config file is used by axis, but it does not make any connection.

Jochen


Reply via email to