Re: Calling a Web Service?



"Donald" <Donald@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:4459A1E5-E1F6-442D-9F1D-0BF80FFE3884@xxxxxxxxxxxxxxxx
Thanks for responding John. I understand that this is a solution.
Unfortunately, the Business will not allow the AIX server to be on the
same
network as the IIS server. I work for a large financial corporation and
they
are very "picky" about isolating servers. I wish they would allow me to do
this, because it solves all the problems.

So my issue remains how do I call a web service when I can't see IIS? Is
there a proxy server or relay server that is available (or do I have to
write
my own)?

This is really the same problem for a n-tier application(?). If a client
application needs to consume a web service but they only have access to a
middle tier/business layer, how does the client consume the web
service/data
layer?

It doesn't.

Your network people need to open a hole in the firewall. Period. Even if
you wrote some sort of proxy, how would the AIX box know how to access it?
What protocol would you use which would allow bits to travel from the AIX
box to the IIS box?

Your network people need to open a hole in the firewall. If they're
concerned about opening port 80, you can run your web service on some other
port. They could also require SSL or limit the firewall opening to just your
IIS box.

If they're saying that bits from your IIS box aren't secure enough for them,
then fundamentally, the AIX box can't use a Web Service. It's really that
simple.

John


.



Relevant Pages

  • Re: IIS Hosting Webservice which accesses a COM server
    ... I've create a COM server in VFP which I try to access from a Webservice ... If you want to run executables on IIS from a script (i.e. an ASP, ASP.Net, ... well as Web Service Extension for the appropriate Script Engine. ...
    (microsoft.public.inetserver.iis.security)
  • Re: Run IIS in a domain user context
    ... > If this is IIS 6.0, you need to change the identity of the Web Application ... When I say local machine I mean the server that is hosting IIS ... server side in the context of LocalSystem which I assume the web service ...
    (microsoft.public.inetserver.iis.security)
  • Re: interprocess comms in local network
    ... Server needs to be an application with buttons and menus as it will need to ... I also need to set up permissioning such that only clients that I've ... > ASP.NET provides support for implementing a web service. ... > If IIS was installed when you installed the .NET Framework, ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: IIS 6.0 quits responding
    ... Your setup for Windows Server 2003 sounds fine. ... have no idea how SNMP is able to tell that IIS is not working. ... The SNMP Monitoring on another server is showing that Web Service is not ...
    (microsoft.public.inetserver.iis)
  • [NT] Heap Overrun in HTR Chunked Encoding Could Enable Web Server Compromise
    ... This patch eliminates a newly discovered vulnerability affecting Internet ... in IIS 4.0 and 5.0, and could likewise be used to overrun heap memory on ... allowing code to be run on the server. ... * Microsoft has long recommended disabling HTR functionality unless there ...
    (Securiteam)

Loading