HTTP Post - why is my agent not being called

I’ve got a .Net application and I’m trying to post some XML data to my lotus notes database. The URL we are using in the .Net app is a simple one calling an agent this way - http://myserver/mydb.nsf/myagent?openagent. For now the agent has only got messageboxes. when the .net apps calls the agent there is nothing to suggest if the agent was actually called. There is nothing in the domino log file. The lotus notes database allows Anonymous access and agent settings look OK. Running from Action list, target documents none. I even tried running on behalf of Admin ID and allowed restricted opertions etc… Nothing worked. Please can anyone help.

Thanks

Subject: RE: HTTP Post - why is my agent not being called

What happens when you use the same URL in a browser?The Notes server doesn’t do anything different for a request from .Net vs. from a web browser. A URL is a URL.

I guess you’re using a PUT request?

Subject: RE: HTTP Post - why is my agent not being called

thanks. yes the agent triggers OK if called from the browser.

Subject: No it is Post request