Groups | Blog | Home


Archived Months
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
all groups > dotnet web services > september 2006 > threads for september 1 - 7, 2006

Filter by week: 1 2 3 4 5

help! WebService does not work if it uses MFC.
Posted by Serg at 9/7/2006 6:28:40 PM
Hi, all I have a trouble. I have a WebService that uses MCpp assembly that uses some MFC classes. Everything perfectly works on my machine. But when i install web site on clients machine it does not work. Trying to open an aspx page i get error "could not load assembly or one of its depend...more >>


Need WS support for multipart mime in DotNet
Posted by Reine at 9/7/2006 3:30:07 PM
Hi We are trying to consume web services provided by an external system. This system uses multipart mime to receive and send binary data. As I've understood it, WSE 3.0 doesn't support that standard, only inline attachmant (MTOM). Does anyone know of how DotNet can get support for multip...more >>

NTLM proxy authentication for web service access hangs in .Net 2.0
Posted by Haxan at 9/7/2006 1:58:02 PM
Hi, I have an unmanaged C++ dll that consumes a web service using NTLM proxy authentication. I was able to consume the web service and get the results when using .Net runtime 1.1. When I installed VS 2005 (.Net runtime 2.0), I am unable to call the same web service using NTLM proxy. Jus...more >>

ws-internationalization, ws-18n, etc.
Posted by Peter Ritchie [C# MVP] at 9/7/2006 12:48:02 PM
Has anyone done any work implementing the ws-i18n SOAP header extensions in an ASP.NET web service? -- Browse http://connect.microsoft.com/VisualStudio/feedback/ and vote. http://www.peterRitchie.com/blog/ Microsoft MVP, Visual Developer - Visual C#...more >>

How to give write permission for writing a file from ASP .net Application.
Posted by PMH at 9/7/2006 12:00:00 AM
Hello, I did one Webservice Application on ASP.net . I am having some code inside to write message to log file. I am getting the error as "Unauthorized Access for writing into the file "C:\Example.dbg" ". I am using Windows 2003 Server without the .Net development environment(Where the WebServic...more >>

WSDL = SOAP?
Posted by Jon Davis at 9/6/2006 3:14:09 PM
When people discuss XML Web Services in the context of .NET, and they talk about their WSDL file and the like, does this infer SOAP? Or are there other XML-based web protocols besides SOAP that depend on WSDL files? WSDL aside, on the .NET platform, when people discuss XML Web Services, is ...more >>

.NET 2.0 Deploy Webservice to a Web Server
Posted by Mark Jerde at 9/6/2006 3:09:44 PM
Using C# in VS 2005 Pro. Background: 1. There are 3 of us working on a software project. The project will have at least 5 separate web services, in addition to web and desktop clients. 2. We are using Subversion for version control. Therefore "flat directories" are desirable, versus...more >>

Web service architecture issue
Posted by ghause at 9/6/2006 12:16:01 PM
I am writing what is essentially a facade layer for service consumption. I don't want this facade to be part of my web application, it needs to be a standalone dll. This facade will contain all of my web references and public methods exposing them to my web app. In addition to calling the w...more >>



InvalidCastException when casting object returned from web service
Posted by Jim S at 9/6/2006 7:16:02 AM
I have a .net framework 2.0 client (Pocket PC) and a .net 2.0 webservice that communicate on the same LAN. The Pocket PC has no problem consuming strings returned from the web service methoeds but I’m unable to receive and a custom object. The error occurs when the PocketPC app casts a ret...more >>

I have a web service. Now what?
Posted by jm at 9/6/2006 6:43:04 AM
I created a web service that returns data from my database. I'm not sure what to do next. That is where to read. How do I return the data in a certain format? I think what I am asking is how to return it in a certain schema. For example, now, my query: select name from employees the we...more >>

Cannot access Soapheader in SoapExtension
Posted by Andy Kendall at 9/6/2006 12:00:00 AM
I have a problem accessing my custom SoapHeader from a SoapExtension. My extension has no compile time reference to the class derived from SoapHeader, so how can cast it into a SoapHeader of the correct type? Thanks, Andy ...more >>

Security exception with impersonate true for a webservice
Posted by KaNos at 9/5/2006 10:21:54 PM
Hello world, I've made a webservice (c# v2) to install in a server IIS 6 on a Windows 2000 last SP. We can use the webservice in local, throw the pages wich present the methods, with a windows mode connection (<authentication mode="Windows"/>) if impersonate is false (<identity impersonate=...more >>

Microsoft .NET client consuming AXIS web service with basic authentication
Posted by kelvlam at 9/5/2006 8:19:20 AM
Hello, I'm a brand new web service developer, so forgive me if my question have been asked before. I tried to search online and the only thread I can found in Google Group doesn't have any answer/resolution. This is the only one I'm able to find so far: http://groups.google.com/group/micro...more >>

Custom types across WS
Posted by Max André Bündchen at 9/5/2006 5:22:02 AM
When a web method return a custom class, like a Employee definition, the proxy definition in the client recriate the definition of Employee using the public fields/properties of the original class. In this process all custom methods of the Employee definition was lost in the client. My qu...more >>

Error in Windows Service
Posted by Karthikeyan.T.S at 9/4/2006 12:51:01 AM
Hi, I am getting a error when I try to start a Windows Service. The error is "The XYZ service on local computer started and then stopped.Some services stop automatically if they have no work to do,for example, the performance logs and alerts service." I don't know why it is throwing such a...more >>

Accessing raw XML in a web service using ASP.Net 2.0
Posted by Sandy at 9/1/2006 12:56:31 PM
I am defining a web service to receive data that represents an application form and that returns a message indicating if the application form has been successfully validated or not, listing any errors. I would like to use XPath to define the validation rules that will be executed within the w...more >>

how to change url for webservice
Posted by DBC User at 9/1/2006 7:43:28 AM
I have an app I developed and tested everything using one url provided to me. Now the web service people came back and told me they changed the url. How can I change the code to reflect the new url without major change to my code. I have the url in my config file so I can change the url there bu...more >>

Not able to connect to webservice using windows forms application
Posted by askme at 9/1/2006 5:50:02 AM
Hi, I am trying to connect to an internal corpnet webservice using windows forms application. I am using eshHeader30. But the call is failing. The return message is "SOAP Invalid Request". What could be possible reasons of this message? Also, could you tell me some pointers where I can get m...more >>


DevelopmentNow Blog