all groups > dotnet web services > january 2007 > threads for january 29 - 31, 2007
Filter by week: 1 2 3 4 5
aspnet_WP.exe cpu high
Posted by sham at 1/31/2007 10:01:21 PM
Hi to all,
I have a web service that is on the same machine as the client apps that are
calling it. I have taken out all my code and each client app makes a call to
the web service and gets back the string "hello". Each client app makes a
request to the web service every 10 seconds.
I ha... more >>
Failing when Integer is empty
Posted by Don at 1/31/2007 6:50:00 AM
Hello, I'm creating a web service that will allow people to enter their
contact information into a SQL Server table. I get it to work when I enter
all of the fields and press the invoke button, but if I leave one of the
integer fields(ie StateID) empty if errors out. I tried to make the
pa... more >>
WCF Client Behind ISA Proxy: HTTP Error 407
Posted by khubieb NO[at]SPAM gmail.com at 1/31/2007 6:20:28 AM
Situation:
We have to connect to a 3rd party XML Web Service outside our LAN by
adding a WCF Service Reference to a simple console application
Problem:
When attempting to invoke any of the generated client class methods,
we recieve the following error: "The remote server returned an
unex... more >>
Timeout when using VS 2005-generated proxies to access WCF web ser
Posted by smithkl42 at 1/30/2007 2:13:00 PM
I'm just now beginning to experiment with WCF, and I've run into an odd
hiccup right at the beginning. I presume it's just something I'm doing
wrong, but I can't figure it out.
I've created a simple "Hello World" service, hosted in a console app, and if
I call that service via a ChannelFac... more >>
WCF and MQ
Posted by WSchaub at 1/30/2007 8:49:03 AM
Is there any support for WCF seamlessly integrating with MQ-Series?
... more >>
use xsd.exe and wsdl.exe to go from XML to web service interface ?
Posted by Mighty Mark at 1/29/2007 3:14:00 PM
I'd like to generate my WebService interface from an XSD schema. Here's what
I've done:
1. created a XML file
2. use the xsd.exe to generate the XSD:
C:\>xsd my.xml
3. my.xsd is generated
4. try to generate the WebService interface using wsdl.exe:
C:\>wsdl /serverInterface /proto... more >>
Can a Web Service send it's status to a client?
Posted by Ethan Strauss at 1/29/2007 9:03:04 AM
Hi,
I have a web service which is doing a lot of processing and taking 4-5
minutes to do so. The processing is split into several discrete steps and I
would like for the service to be able to tell the client when it is done
with each step.
I have tried to do this in a couple of ways a... more >>
Accessing WebService behind a firewall....
Posted by Sushil Badyal at 1/29/2007 12:14:00 AM
I was trying to access a webservice from my office its working fine but fail
to connect from my Friend's system which is behind a firewall, I was annoyed
by seeing the following error message : "the underlying connection was
closed: Unable to connect to the remote server."
And Stack Trace : ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|