I am going to be writing a web service in Visual Basic .NET internally for
my company. This web service is going to be setup to send various kinds of
messages to the internet since the main production servers currently reside
in the DMZ. The main production servers are in the DMZ and are behind a
firewall so they are not able to send messages externally to the internet.
This internal Visual Basic.NET web service will be calling various types
of other external web services so that the information can be consumed. For
example one call will be setup to obtain financial information, another web
service would be to obtain weather data, other web service would be to obtain
travel information.
Thus each type of call to an external web service will be different.
How would you setup this internal web service to be able to process the
different types of web service calls that it needs to be made in Visual
Basic.NET?
Dino Chiesa [Microsoft] - 08 Nov 2004 18:03 GMT
asked and answered on a different group.
no need to multi-post!
http://www.aspfaq.com/etiquette.asp?id=5003
> I am going to be writing a web service in Visual Basic .NET internally
> for
[quoted text clipped - 15 lines]
> different types of web service calls that it needs to be made in Visual
> Basic.NET?
Wendy Elizabeth - 08 Nov 2004 20:36 GMT
would newsgrop should this be posted to?
> I am going to be writing a web service in Visual Basic .NET internally for
> my company. This web service is going to be setup to send various kinds of
[quoted text clipped - 10 lines]
> different types of web service calls that it needs to be made in Visual
> Basic.NET?
Jeff Dillon - 10 Nov 2004 19:50 GMT
Just create per usual. In this internal web service, right click on Web
References, and add references to the external services.
Obviously get the internal web service working first, without any external
references
Jeff
> I am going to be writing a web service in Visual Basic .NET internally for
> my company. This web service is going to be setup to send various kinds of
[quoted text clipped - 10 lines]
> different types of web service calls that it needs to be made in Visual
> Basic.NET?