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 > june 2007 > threads for june 1 - 7, 2007

Filter by week: 1 2 3 4 5

Problem consuming WS from a vb.net windows client
Posted by Gordon at 6/7/2007 2:49:02 PM
Hi; I am trying to consume a WS in a windows application. The application send a lookup value and the Ws returns a dataset. I can consume this WS in a asp.net app with no problems When I try to execute the windows application I get the 407 error message. I thought that the WS handled ...more >>

Error 401 trying to consume non-ASP web service
Posted by Ekontos at 6/6/2007 3:14:00 PM
I am trying to consume a web service written in Java and residing on a Sun Application server. I keetp getting the request failed with http status 401: unathorized. I am using VB. Net but one of my developers has the same problem in C++ in VS 2005. Any help at all on how to pass credenti...more >>

error with web service call
Posted by Ace at 6/5/2007 10:11:00 AM
hi all, we are trying to hook up with a web service provided by one of our vendors. i got their wsdl file and generated a proxy class using wsdl.exe. below is the method signature as well as the class associated with it: public partial class WSProxy : System.Web.Services.Protocols.SoapHt...more >>

Exposing Web Services methods for Add/Edit/Delete Records
Posted by Ibrahim. at 6/5/2007 4:35:01 AM
Hello, I have a client c# application from which I want to Add/Edit/Delete & list records by connecting to Web Service. HOw can I write classes & methods in Web service projet that will : 1. Add records, 2. Edit Recods, 3. Delete Records, etc. I want to create DAL, BAL in the Web ser...more >>

.NET & Java Publish-Subscribe pattern
Posted by Ludwig Wittgenstein at 6/5/2007 12:08:26 AM
Hello, all. Does anyone know of documentation about implementing a publish- subscribe model between a .NET Web service provide and a Java service consumer? I have this problem I am trying to solve, and would greatly appreciate it if someone can tell me what the best solution would be for i...more >>

Shared memory in .NET and WCF
Posted by Oriane at 6/5/2007 12:00:00 AM
Hello, I have to share a object in RAM between several processes. I intend to design a special process to load this objet (an Autocad plan) in memory, and to take care of the read/write operations made by the other processes with WCF based on named pipes. Would you think it is a good ide...more >>

SoapParameterStyle
Posted by Glenn at 6/4/2007 1:41:20 PM
Hi I've been looking at the attribute SoapDocumentService.SoapParameterStyle. I under there are two different formats, one bare and the other wrapped. I understand what happens to the message format, but I don't understand the respective benefits of each style. Any pointers (other than me...more >>

HTTP 400 Bad Request inside get_DeclaringMethod() in mscorlib?
Posted by Ken Yee at 6/4/2007 12:36:44 PM
Is there any way to debug into the web service proxy in asp.net 2.x? You used to be able to do this in asp.net 1.1 and you could fix the proxy if need be. This seems like a bug in the proxy generator :-P This API works fine most of the time, but occasionally get stuck where it always gives ...more >>



passing parameters....
Posted by Arun Murugesan at 6/3/2007 8:20:00 PM
in the below example, I wanted to access "SetValues" Method of the class "newClass" from the consume web service application.. Please help me to configure out ////******** start Web SERVICE CODE///////////**********// Imports System.Web.Services Imports System.Web.Services.Protocols I...more >>

Have to use web reference?
Posted by Davidhere40 NO[at]SPAM gmail.com at 6/1/2007 10:36:33 PM
Do I have to use a web reference to access use a remote web reference? I can't seem to just use the proxy generated by my web services project, because that one never calls the remote service, its always a local one. Dave ...more >>

C# Proxy: how to switch between local and remote server
Posted by Davidhere40 NO[at]SPAM gmail.com at 6/1/2007 7:53:11 PM
I'm using a visual studio generated proxy to use the web services, but I can't seem to get it to switch from using a local version to the actual web based web service. It always always always uses the local version. I thought about creating a web reference to the version I deployed to the server...more >>

Webservice from script or WebClient
Posted by brichard NO[at]SPAM bubbarichard.net at 6/1/2007 1:48:38 AM
I need to call a webservice from a script or the WebClient Class. I've been investigating both. I have a number of webservices and behaviors and I am trying to avoid using any behaviors as much as possible. I have a control that I would like to list the webservice address as a string proper...more >>


DevelopmentNow Blog