Cosuming a web service from AS400

Hi all,

I have written an application that calls a webservice running on IIS from the Notes Client. I call the webservice using the Microsoft.xmlHTTP object and everything runs fine.

I have just been informed that I can no longer call this webservice (due to our network topology) from the client and it needs to be called via a scheduled agent running on Notes server. However as our Notes servers are hosted on AS400 I can not use Microsoft.xmlHTTP. Has anyone done this before and if so how?

Thanks in advance

Nigel

Subject: Cosuming a web service from AS400

I would try to use Java for fetching webservice data. You can call it from LotusScript using ls2j, so you don’t need to rewrite the whole application.