Log details of the Requestor(webservice)

Hello,

I haven’t done this before. I need some help in this regard.

I am providing the webservice to third part tool “eforms” to consume our webservice. The eforms application will make a request to kick of the workflow process.I need to log all the details of the request made like IP Address, person Names etc…

Can anybody tell me the necessary steps to log these details please.

Thank you,
Priyatham

Priyatham,

I guess the soap request data has those details already populated by the client? The values would be available in the pipeline of the service that is called by the WSD.

You can extract those values and log them wherever you want to.

Regards,
Hara

This is done!

Thanks,
Priyatham