Hi, I would avoid using iframes if possible. Instead, I'd suggest creating a proxy on your server. So, consume the external web service on your server. Then write a web service on your server that exposes the required functionality to your client. Rich