Results 1 to 3 of 3
- 06-24-2014, 07:05 AM #1
Member
- Join Date
- Jun 2014
- Posts
- 1
- Rep Power
- 0
How to expose intranet hosted web services for internet zone to use and vice versa
Our enterprise network has 3 tier.Web,app and db tiers.We also separate our internet and intranet servers into internet and intranet zones respectively.
For intranet web services,our applications talk at the app server layer
We do not go through web layer for web services to talk
Likewise for internet web services,our applications talk at the app server layer
cross zone talking of web services are not allowed.(i.e. internet servers web services cannot talk to intranet servers web services)
Therefore the various ways our web services talk are as follows:
X web services in intranet app server talks to Y web services in intranet app server
X web services in internet app server talks to Y web services in internet app server
X web services in intranet app server cannot talk to Y web services in internet app server
Question:
If I want X web services in intranet app server to talk to Y web services in internet app servers,if I don’t want to use a service bus,what workaround can I do to talk ?
- 06-24-2014, 10:10 AM #2
Just a guy
- Join Date
- Jun 2013
- Location
- Netherlands
- Posts
- 5,114
- Rep Power
- 13
Re: How to expose intranet hosted web services for internet zone to use and vice vers
Setup a VPN? I have no idea what this is all about, what the problem is or what this all has to do with Java.
"Syntactic sugar causes cancer of the semicolon." -- Alan Perlis
- 07-09-2014, 08:54 PM #3
Member
- Join Date
- Jul 2014
- Posts
- 2
- Rep Power
- 0
Re: How to expose intranet hosted web services for internet zone to use and vice vers
Hi,
If you want the X web services in intranet app server to talk to Y web services in internet app servers, then you can host your Y web service in the window Azure.
For more, please check the following:
Step by Step walkthrough to host WCF service in Windows Azure(Step by Step walkthrough to host WCF service in Windows Azure).
Hosting WCF Service on Windows Azure(Hosting WCF Service on Windows Azure).
Thanks.
For more innovative Web Apps visit: <url removed>Last edited by Tolls; 07-10-2014 at 10:07 AM. Reason: url removed
Similar Threads
-
Recursion to Iteration, and Vice Versa
By penguinCoder in forum New To JavaReplies: 0Last Post: 02-13-2013, 11:57 PM -
Retrieving all the keys corresponding to a value and vice versa
By Ms.Ranjan in forum New To JavaReplies: 5Last Post: 04-16-2009, 07:30 PM -
Postfix into prefix and vice versa
By sfe23 in forum New To JavaReplies: 9Last Post: 02-19-2009, 11:37 PM -
Converting to ASCII and vice-versa
By pheonix in forum New To JavaReplies: 2Last Post: 09-09-2008, 05:43 AM -
Document conversion PDF to MS doc and vice versa
By abintoms in forum New To JavaReplies: 1Last Post: 08-08-2007, 01:45 AM
Bookmarks