Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Services > Question about web service

Reply
Thread Tools

Question about web service

 
 
Alan Ho
Guest
Posts: n/a
 
      05-09-2005
I have to decide on the appropriate wire protocoal to use when designing an
XML web service. the web service i have developed will be deployed inside
the corporate firewall, while the clients will be located on both sides of
the perimeter. But no additional ports can be opened in the firewall
configuration to allow windows to windows native communication. any suhhest
the protocols to be used in this application?
thx


 
Reply With Quote
 
 
 
 
Chad Z. Hower aka Kudzu
Guest
Posts: n/a
 
      05-09-2005
"Alan Ho" <> wrote in
news:#:
> I have to decide on the appropriate wire protocoal to use when designing
> an XML web service. the web service i have developed will be deployed
> inside the corporate firewall, while the clients will be located on both
> sides of the perimeter. But no additional ports can be opened in the
> firewall configuration to allow windows to windows native communication.
> any suhhest the protocols to be used in this application?


HTTP, which is the "default" protocol for webservices anways. HTTP can easily
cross firewalls using proxies or other.


--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"

Blog: http://blogs.atozed.com/kudzu
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Does timer in Web Service Global.asax block my Web Service from processing web-site requests? Leo Violette ASP .Net Web Services 0 04-17-2009 12:39 AM
'web service call failed: 500' using ajax hovermenu and web service Not Me ASP .Net 1 06-05-2007 03:09 PM
InvocationTargetException when calling "new Service()" in Axis web service to call another web service Michael Averstegge Java 0 01-10-2006 11:05 PM
Calling a Web Service using Axis, from within an Axis Web Service running under Tomcat hocho888 Java 1 04-29-2005 08:26 PM
Noobilicious question: Exposing two interfaces on the same web service(C# web service) WTH ASP .Net Web Services 1 02-15-2005 06:39 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57