The Artima Developer Community
Sponsored Link

Web Services Forum
Please tell me why my client can't call my WS??

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Derrick P

Posts: 1
Nickname: dp22
Registered: May, 2006

Please tell me why my client can't call my WS?? Posted: May 18, 2006 9:41 AM
Reply to this message Reply
Advertisement
My Web Service is built in VS 2005 (.NET 2.0), and it runs on my workstation. It also implements WSE 3.0, but I am not running it as self-hosted I am hosting it through IIS.

On the same switch, I have a lap top that runs a client application built in VS 2003 (.NET 1.1) that calls my Web Service. The client is able to connect and make calls to my Web Service with no problems.

However, I have a different workstation on the same switch that has a VS 2005 (.NET 2.0) client application whose connection to my web service is unreliable. When this client is able to connect and call the Web Service the responses are unbelievably slow.
(Slow as in 9 minutes to make 1000 calls versus 5 seconds to make 100 calls by the lap top application mentioned earlier)
Sometimes, the client makes a Web Service call and gets the following exception:

The request failed with HTTP status 407: Proxy Authentication Required
(The ISA Server requires authorization to fulfill the request. Access to the Web Proxy service is denied. ).


How is this possible if two minutes prior the client was able to talk to the Server? Also, why would the connection responses be so slow for the .NET 2.0 client and quick for the .NET 1.1 client?

In IIS I have "Allow Anonymous Access" selected and none of the Authentication options are set. In the web.config file of the Web Service, there is the following as well:
"<authentication mode="None"/>". 


Any answer to these issues would be greatly appreciated.

Thanks in advance,
DP

Topic: Problem in log4j.xml Previous Topic   Next Topic Topic: How to re-organized XML file and call XML file from my software

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use