SagHttpGateway to store a document in Tamino ?

Has anyone managed to use the SagHttpGateway to store a document in Tamino ?

Any suggestions ?

Morten

The sequence statement below should do the trick:

<step component=“SagHttpGateway”
xbd.http.method=“PUT”
xbd.http.target.url=“http://host/tamino/db/col?_process” />

Please note two points:
1. PUT must be used, POST results in an error 400
2. The url includes the “_process” query parameter. You can not use the “xbd.http.query._process” property since it would require a value.

But, it seems working even if I don’t specify ?_process at the targetURL.

ie http://server/tamino/db/collection

Mullin

nil

Hi,
This servlet receives a XML document from SAGHttpGateway.

Guillermo