all groups > dotnet web services > march 2007 > threads for march 15 - 21, 2007
Filter by week: 1 2 3 4 5
IIS or ASP.NET blocks web service after many calls
Posted by Hao at 3/21/2007 2:03:34 PM
I developed a ASMX web service with empty boday (return immediately). The
API has a few parameters, all .Net objects. The client application is a
simple WCF client keep calling this ASMX web service API.
I am measuring the performance of ASMX. What I found is that the first a few
thousand cal... more >>
WSDL not properly parsed
Posted by HYPERVIEW NO[at]SPAM hotmail.com at 3/21/2007 11:55:58 AM
I am generating a web service from an application called Remedy. It
has a sort of wizard that is responsible for creating the web service.
It produces the following WDSL file that is properly parsed by
SOAPSonar and other applications. However, when I try to bring it into
both Visual Studio 2003... more >>
Uddi
Posted by Phil Sharp at 3/21/2007 10:48:00 AM
Hi
I am trying to use Uddi as a directory service. In my development
environment it is fine however I have a problem when it comes to deploying
into my production environment.
I am deploying Uddi as a distributed component, database server plus app
server. Unfortunately the database se... more >>
Problem with WCF WebService hosted in IIS 6.0
Posted by Arild Bakken at 3/21/2007 12:00:00 AM
Hi,
I have written a webservice using WCF. Everything works fine and I can
consume the webservice using wsdl, svcutil or visual studio as long as
the application pool is running under network_service or an account that
is a member of the local administrators group.
This webservice needs ... more >>
"add web reference" fail in visual studio 2003
Posted by ouri at 3/20/2007 3:03:13 AM
Hi,
I am creating a new 'windows application' project in studio 2003. then I am
trying to add a web reference to that project. I tried to reference douzen
different wsdl urls, including google, amazon and others and whenever I press
the 'go' button, right after the interface to that service... more >>
Multiple Classes using a single asmx
Posted by PB at 3/19/2007 11:58:08 AM
Hi
I was investigating whether we could have a single entry-point (.asmx) to
multiple Web Service classes instead of just one.
Something like:
<%@ WebService Language="C#" Class="Class1" "Class2" "Class3" %>
My goal is to minimize the number of .asmx files (and as such, the number of
W... more >>
Throwing a Soap Exception from a webservice
Posted by Hemil at 3/18/2007 3:33:10 PM
Hi,
I have written a web service for accessing data from a database. I have a
method in the webservice which returns a dataset. I am trying to implement
error handling by using the try...catch...finally structure.
Now, the method's logic in the try block returns a dataset while the the ... more >>
Please help : The request failed with HTTP status 505: HTTP Version Not Supported.
Posted by Aga at 3/17/2007 5:22:16 AM
Hi, I'm quite new in WebServices.
I work in VS2003, C#.
My code is :
MyWebReference.ClassX x1=new MyWebReference.ClassX();
x1.Url="address to wsdl";
System.Net.NetworkCredential nc=new
System.Net.NetworkCredential("user","password","domain");
x1.Credentials=nc;
a... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Can a web method return an instance of an interface?
Posted by robert NO[at]SPAM rvaessen.com at 3/17/2007 5:04:17 AM
Hello,
I trying to determine whether or not it is possible to create a
web service whose methods are declared to return interfaces. I have
been researching it and have found lots of hints and clues. I even
read a post from a Microsoft employee (dated 2004) that said it was
not possible - ... more >>
Why does client send two soap messages when Credentials is used?
Posted by Hao at 3/16/2007 4:57:29 PM
There is a wield issue in inspecting the network traffic on the web service
client side. There are two soap calls if credentials are used. The first
call has no credentials and is rejected by the server. The second call has
credentials and works. They are done by .Net behind the scene. No exce... more >>
securing web method calls using .NET 1.1
Posted by The Big Fat Sloppy Pig! at 3/15/2007 8:39:29 PM
x-no-archive: yes
Hi All:
I'm sort of "new" to doing this so I was wondering if anyone can offer some
additional insight/suggestions.
I've created a web-service that will be receiving some customer-critical
information. I've written both the client application and the web-service.
We n... more >>
"System.Net.WebException: The remote name could not be resolved" e
Posted by Zoodor at 3/15/2007 6:53:08 AM
I have a ClickOnce application that uses web services. This works from every
machine we can test it on; however, a customer has a laptop that fails with
an exception (relevant portion of stack trace below - I have replaced the
real web server address with a dummy value).
---
System.Net.WebEx... more >>
HTML-page clicked in Google don't get me to the website
Posted by catharinus van der werf at 3/15/2007 4:16:34 AM
Hello,
I have build a website with approximately 30 html-pages.
When I search this website in Google, I see the index.html or home.html on
this website, but also other html-pages on this website.
When I click in Google on one of these pages (not index.html or home.html),
I am only linked to... more >>
Help with dynamically consuming a web service
Posted by grazza at 3/15/2007 2:47:00 AM
Hello
If someone can help me with this it would be greatly appreciated. I’m no web
service expert but I don't think i'm trying to do anything too special. I
think i must be missing something simple because i have been banging my head
against a wall with this for a while now.
I have cre... more >>
|