| Thread | Last Post | Replies |
|
| Using COM dll in Webservice | 25 Jul 2006 11:31 GMT | 2 |
I am trying to consume a COM dll into Web Service (written in C#). When I call the Webmethod that uses the method of COM dll from Web application, It gives me this error --- "System.IO.FileLoadException: A dynamic link library (DLL) initialization routine failed". It does not ...
|
| Upgraded Web Service from VS2003 to VS2005 and all Hell breaks loose! | 24 Jul 2006 23:07 GMT | 15 |
OK, I'll admit it up front - I just don't get it. Here's our previous VS2003 development model. Developers develop the WS solution on their own workstations, using their own IIS web servers mapped to the local devleopment folder. Project compiles to a subfolder .\bin. To
|
| Pailed parsing the policy Document | 24 Jul 2006 18:10 GMT | 1 |
My part1_after works but when I try the part1_before I have this problem. One thing I see under the bin for client I don't have those trace files. Even though I selected that from wse 3.0 settings.
|
| Web service implementation using .NET and c# | 24 Jul 2006 16:04 GMT | 1 |
Dear friends i m MS student i have to develop one web service in C# and .NET ...... my project topic is "Access control for web services" , i have to convert some modules of already developed telemedicine application and than appply web service access control in it. Can u
|
| Proxy server with HttpListener | 24 Jul 2006 14:54 GMT | 7 |
I need to write a simple proxy server. What I want to do is to use HttpListener to get requests from the browser, add some proxy information and some other stuff and send the request to the internet.
|
| How to ensure my WS will be consumable by J2EE and others | 24 Jul 2006 14:05 GMT | 2 |
I'll like to build a WS that will be consumable by Java and other development languages. Can I use WSE 3.0? Or this is Microsoft only? If WSE is not supported outside of Microsoft, what should I use for security
|
| What could be causing this error ? | 24 Jul 2006 07:01 GMT | 2 |
I've sucessfully installed a web service on a colleague's computer and it works but on another colleague's computer, looking at: http://localhost/myCompany/myService.asmx gives the following error:
|
| Webservice and Input Parameters | 24 Jul 2006 06:59 GMT | 1 |
I noticed when I am debugging my web service if I do not provide it with a value for a a input field that is a datatype Integer it throws an error like the following. My question is, how do I trap this since it is happening on the input? Has anyone encountered this issue?
|
| calling web services method in asp.net page throws error | 23 Jul 2006 18:09 GMT | 2 |
I am calling a web service method in a asp.net page. This works fine if the web services is in the local system, but when i put in test server and reference it in asp.net page, it throws error saying
|
| Best way to pass a Dataset to a WebService | 22 Jul 2006 15:26 GMT | 2 |
I'm a newbie to the Web Services topic. I have an ASP.NET website and am trying to send a Dataset from it to a WebService which should insert all the data from this DataSet to an Access database. Also I'm working with untyped datasets. I have read some topics in this newsgroup. ...
|
| Restricting Web Service Calls by domain group membership | 21 Jul 2006 21:19 GMT | 3 |
I have been pouring over the documentation for WSE 3.0 the last couple of days and have blurry vision at this point. I was wondering if someone could point me in the right direction. I'm using Brokered Authentication, i.e Active Directory to determine the who
|
| What is the best way to secure Web Services | 21 Jul 2006 15:59 GMT | 2 |
We are looking to start writing some web services and I was wondering what the standard practices for securing web services out there. I was thinking that we could create a business partner id and password and authenticate against a sql database. Can anyone tell me what they are ...
|
| Asp .net 2.0 Unable to Connect to Remote Server | 21 Jul 2006 13:52 GMT | 2 |
I have a small Asp .net 2.0 application with a web reference to a Webservice. Running locally works fine, but when I run it from the Web Server the exception Unable to Connect to Remote Server is returned.
|
| proxy error when consuming web service | 21 Jul 2006 01:03 GMT | 12 |
I'm confused on this one. I work behind our company firewall. I created a web service that accesses an external web site, using the WebProxy class, and when I test the web service in the browser, it works perfectly. It passes the correct credentials and returns data as ...
|
| Issue using WebServiceStudio with WSCF | 20 Jul 2006 19:27 GMT | 2 |
Anyone using WebServiceStudio 2.0 (from GotDotNet) to test a web service created with the help of Thinktecture WSCF (WebService-ContractFirst)? My issue is that when pulling up the .asmx?wsdl, there is an import
|