| Thread | Last Post | Replies |
|
| ASP.NET server control thinks web service is done processing, but. | 05 May 2006 15:52 GMT | 1 |
I have a VS.NET 2003 project that's giving me issues. Any assistance would be greatly appreciated! I have a fairly straight-forward system of server controls and web services, where the server controls access the web services for content. The prolem
|
| Middle Tier Type Conflict.... but its the same!!!! | 05 May 2006 15:09 GMT | 2 |
I have a winforms app that accessess a webservice. Both the winforms app and the webservice were written by me and subsequently both reference the same business logic class library assembly. When the webservice method returns a type, lets call it A, that is defined
|
| non-asp.net web services | 05 May 2006 01:01 GMT | 3 |
I'm trying to build a web service via .NET remoting (without ASP.NET) using a pre-existing wsdl file. It doesn't seem to be a very straight-forward process, as SOAP exceptions keep popping up that don't appear if I do use the ASP.Net approach. My remoting type looks exactly ...
|
| XSD Based DTOs or Types | 04 May 2006 23:35 GMT | 2 |
We are using XMLObjectGen on our webservices side to compile the XSD based schema types (DTOs) and are using these successfully on the webservices side. We are able to add web references to these webservices in the the ASP.NET Front end and the XSD compiler is generating the ...
|
| asp.net and COM | 04 May 2006 21:40 GMT | 5 |
my client has purchased a third party COM object. my directive is to wrap this up in a web service to save on licensing cost as this will need to be accessed from 2+ machines. this COM object uses ODBC to connect to a sql server. i know this as it
|
| DTS package not executing from within a webservice | 04 May 2006 06:07 GMT | 2 |
Am facing this issue for the last couple of days and hope I get a solution here, did a lot of googling and havent yet fixed the issue. I have a client windows App in vb.net, this app has a button that invokes a method on the Server A which has a web method, Am trying to execute a ...
|
| Windows 2003 R2 and WSE 3.0 Kerberos issue | 03 May 2006 20:47 GMT | 4 |
Running a Windows 2003 R2 Standard configured as a domain controller (the machine will be used as a stand alone demo machine) Working the Kerberos sample in %Program Files%Microsoft WSE\v3.0\Samples\CS\QuickStart\Security\WSSecurityKerberos\Policy
|
| What is a good resource for Best Practices? | 03 May 2006 20:34 GMT | 1 |
I took an hour or two to browse for articles, sites, and books that discuss practical patterns and best practices for XML Web Services in .NET. Essentially, I've gone through the Quick Starts <a href="http://samples.gotdotnet.com/quickstart/aspplus/doc/webservicesintro ...
|
| Web service connection problem | 03 May 2006 15:43 GMT | 5 |
I have a web serice built which works fine when I did testing on my local machine. It also works fine when accessed from different machine within my private network. I asked a friend of mine to access it from his machine. He can access it and works for few seconds then a ...
|
| Displaying soap message | 03 May 2006 12:11 GMT | 2 |
I have a .NET web service that takes in a dataset based on defined schema and outputs the same type, which utilizes a SOAP header. I have a testharness which I use to call the web service, which conducts different actions depending on an action field set in the header. I set ...
|
| Multiple User authentications to a web service? | 03 May 2006 09:16 GMT | 5 |
I have a Web Service installed on IIS6 (Windows 2003 SBS) with Directory security set only to "Integrated Windows authentication" to avoid from someone to use the Web Service. I have set a Windows User with the necessary permission to use the Web
|
| ASP.NET and webservices | 03 May 2006 08:10 GMT | 1 |
I created a webservices and accesed it from ASP.NET. From source code the app is working fine but through IE if try to get the data from web services iam getting the follwoing error "The request failed with HTTP status 403:forbidden"
|
| Strange Problem With Asp.Net WebService,Help Needed | 03 May 2006 02:51 GMT | 6 |
My problem is that, i've created a simple hello world web service project, and then, when i run it to test the operation,the invoke button does not open any window. I mean there is no response when i click the invoke button, no window
|
| config file webreferencing | 02 May 2006 14:15 GMT | 2 |
My problem is simple, and i'm sure have been solved thousand of times... I want to specify my webservices server address in a configuration file, so i can change server without playing with visual studio adding/removing webreferences...
|
| WSE306 | 02 May 2006 13:37 GMT | 2 |
where i can find more information about this code? I am using WSE 2.0 SP2/SP3 and I get this error in a project that used to work fine. The complete error is WSE306: The DIME record should have the following
|