Contents

Posts in microsoft.public.dotnet.framework.aspnet.webservices

 

how set the PATH environment variable to server ma ...  Replies (1) 7 January 2008
I want to set the PATH environment variable to server machine through my application. I am using ASP.net 2.0 and language C#. Thanks in advance! Chandan...

 

C# web service and apache  Replies (1) 3 January 2008
Hello, I'm quite new to web service development. I'd like to know if it is possible, under windows, to publish a web service in apache. What I want to do is write a simple c# web service and then...

 

Writing web services  Replies (1) 3 January 2008
Hi All! I'm quite new to webservices. I have to write a web service that expose 3 or 4 function that will be implemented in a library writter in C++. I've done some experiment writing a webserv...

 

DropDownList Unidos  Replies (1) 2 January 2008
hola necesito programar 3 dropdownlist, que ddl3 dependa de los que selecciono en ddl2 y así mismo ddl2 dependa de lo que selecciono en ddl1, pero no tengo la menor idea de cómo hacerlo en C# co...

 

M.I 5.Perse cution . MI 5 a re Af raid to Admit T ...  Replies (1) 31 December 2007
MI5 are Afraid to Admit They're Behind the. Persecution MI5 have issued a. formal denial of any involvement in my life to the Security Service Tribunal, as. you might expect them to; but, more im...

 

xml error in webservice SOAP response ?  Replies (1) 29 December 2007
I'm 'consuming' a webservice written by a 3rd party wich uses Borland Soap Server. This all works fine, using the WSDL i've generated a Webservice and all works fine,.... well almost. There are s...

 

Force One Request per Worker Process  Replies (1) 28 December 2007
I have an awful old COM object that periodically blows up. What I'd like to do is set up my app pool in IIS 6.0 so that only one concurrent request per worker process. This way, when the COM objec...

 

WebService logging incoming/outgoing SOAP message  Replies (2) 24 December 2007
I'm developping an application wich has to use a SOAP implementation developped in Delphi (SOAP-server/client). I've downloaded the WSDL and consumed the webservice in my C# project. Some Webmetho...

 

Connection Pooling for WebService calling a Post  Replies (1) 22 December 2007
Hi, I have an asmx webservice that does a Post to an HTTP url, which in my case is posting to a mainframe. The folks on the mainframe side have asked me to use pooling for this access. Since th...

 

Local WebService will not Update  Replies (1) 22 December 2007
Hi, I have a asmx webservice that I am using. I am running that locally from within Visual Studio 2005. The client winform has a reference to that local webservice. When I first load my project...

 

Design of data classes that are shared between Web ...  Replies (1) 20 December 2007
Does anyone know of Best Practices for the design of data classes which are read and written from and to the server ? We have a number of web apps that have similar needs and we want to build comm...

 

WebException -The decryption operation failed, see ...  Replies (1) 17 December 2007
I'm getting this exception when trying to call external WS that requires client side certs. It fails sporadically and not always - Please see the below exception. This is urgent and need some immedi...

 

MI5-Persecution: Why do you think MI5 are responsi ...  Replies (1) 16 December 2007
Why do you think MI5 are responsible? The question of who is ultimately responsible for this eight-year harassment is one which is very difficult to answer, as the persecutors have never clearly ...

 

More than one service?  Replies (1) 16 December 2007
Hi all: suppose I've got a rather large webservice that could easily be subdivided into two service groups: Administration webmethods and User webmethods. So I have put two System.Web.Services.We...

 

MI5-Persecution: MI5 are Afraid to Admit Theyre Be ...  Replies (1) 16 December 2007
MI5 are Afraid to Admit They're Behind the Persecution MI5 have issued a formal denial of any involvement in my life to the Security Service Tribunal, as you might expect them to; but, more impor...

 

michael lalonde  Replies (1) 16 December 2007
3kj32 mike lalonde michael lalonde sudbury ontario angela legrow tom tunks blaine tessier sharon mulholland duncan tessier carole heinz vicky lalonde darryl lalonde danny lalonde rachel t...

 

Web methods in user controls?  Replies (5) 13 December 2007
Is it possible to use Webmethods in user controls (ascx)?...

 

regarding autofilling of Dropdownlist box  Replies (1) 13 December 2007
Hi, I want add the functionality of web service to give whether forecast. Following is the link for the webservice http://www.webservicex.net/WS/WSDetails.aspx?CATID=12&WSID=56 Th...

 

Need to invoke Javascript from a Web Service  Replies (3) 12 December 2007
Hi, we have a web based system that has the ability to invoke a web service on an event occurance, such as addition of a new order. We need to invoke a Javascript based webpage to execute when such ...

 

stock stack trace from showing in soapexception  Replies (2) 12 December 2007
I've written a web service, with a try catch in my web method. In the catch, I create a new SoapException instance with a message of "Error Here". Then I throw the SoapException. In my calling a...

 

Using a .NET 2.0 with .NET 1.1  Replies (1) 11 December 2007
Hi, is it possible to consume a .NET 2.0 Webservice with a .NET 1.1. app? Thanks for any advice Adrian -- Adrian Miller...

 

WSDLReader:Loading of the WSDL file failed  Replies (5) 11 December 2007
Hi all, I have a .NET web service which is consumed by both .NET code and VB6 code. There is no issue to concume it from .NET, but error out in VB6. I use SOAP 1.0 in vb6, here is sample code...

 

¤â¾÷²M³f¦U´Ú¦U«¬¸¹  Replies (1) 11 December 2007
¹q62893103°Ý»ù©ÎµoªÅ¥Õ¹q¶l¥h 3d@humaneyes.com »ù³æ....

 

Asp keeps file handle after file close  Replies (1) 10 December 2007
I have written a vb.net web service (my first production service) which recieves a dataset from a smart client and writes it to a file as xml on aninternally visible server. The file is later picked...

 

How to add a WSDL as Webservice Reference in Visua ...  Replies (1) 8 December 2007
Hi, I got from a friend just a WSDL file, how ever I do not have access to the Web Service itself. I'd like program an app which needs to use this WS. What steps need I to take? Thanks for a...

 

Returning an array of custom objects  Replies (1) 6 December 2007
Hello, I have created a method on the websevice called ProductObject[] GetProducts(). It returns an array of products available in the database. The problem is when I receive the response from th...

 

Help in accessing a class  Replies (1) 5 December 2007
I have created an mySchema.cs file from the scheme myScheme.xsd from an InfoPath form using XSD.exe I then created a Web services using the mySchema.cs to access the data to input the data into a...

 

possible firewall issues ?  Replies (1) 5 December 2007
Hi, Does a web service need to have any ports open on a firewall to work ? Thanks...

 

Question about invoking over SSL  Replies (1) 4 December 2007
Hi, I have a simple question. Login page of my click-once application invokes a method (validateLogin) on a web server. The web service address is configured over https. My question is, does the ...

 

creating a BED properties class with web services  Replies (2) 4 December 2007
hi i'm working on a web site (written in .net 1.1) that makes heavy use of web services written in .net 2.0. the web site needs to sniff the URL being used and set certain parameters like db conn...

 

websetvice test in browser question  Replies (1) 2 December 2007
Hi, below is simple webservice wich I'd like to test in my local host but when I put http://localhost/test.asmx I'm getting this error: XML Parsing Error: no element found Location: http://local...

 

Can't provide constructor parameters  Replies (2) 30 November 2007
It seems like this should be easy but I must be missing something...I'm trying to create a web service class that accepts is instantiated with parameters but I always get just the new() option (pa...

 

Passing classes  Replies (2) 29 November 2007
Hi, I have a solution working with a webservice project, userinterface project and they both reference to a personal framework project. When I create a method on the webservice project using a ...

 

Starting new process with user interface from webs ...  Replies (1) 29 November 2007
Hi! I want to know if it is possible to open a UI of a process, calling a webservice. I read the a previous answer, to "Wally" . If I logon (I've changed the local policy, and webservice and cli...

 

web methods returning boolean : always returns fal ...  Replies (1) 27 November 2007
Hi, all. I have a created a web service with a web method that returns a boolean (bool) value. [WebMethod] public bool IsUser(String username) { .... } When I tested it on the local ...

 

How to pass the parameters (soap message) to a web ...  Replies (1) 27 November 2007
Hi, I'm calling a web service dynamically by building the SOAP message at run-time and sending the request to the web service using Visual C++, MSSoap and MSXML etc. I'm able to call and execu...

 

System.Byte* cannot be serialized because it does ...  Replies (1) 26 November 2007
Hi, Creating my first web service server patterned after a MS C++ asp.net walkthrough. When I pass simple argument types (int, short, long, double) and 1 or 2 parameters, it compiles and executes...

 

WSE2169: Read operation is not supported  Replies (1) 26 November 2007
I have two WSE3.0 projects that are calling an ApacheCXF service over SSL. One is a Windows Service that is working fine. It returns a list of complexType objects which serialize fine. I am using...

 

How to dynamically configure a webservice address?  Replies (2) 26 November 2007
I have an ASP.Net project, in which I added a web reference, for example http://Sandbox/service.asmx after I pass the testing, I want to change the web service address to http://Production/service/...

 

Newbie: does not have a parameterless constructor  Replies (1) 24 November 2007
I'm working on my first Web Service and need to display data from a Sql Database. I get this error message: "Telemarketing.TUsers cannot be serialized because it does not have a parameterless co...

 

Creating a Web Service (Service, not Client) from ...  Replies (2) 23 November 2007
Hi I understand, that the "normal way" in creating Web Services is: Creating Web Service --> WSDL --> Creating Client Unfortunately, I have to create a Web Service (Service, not Clinet) f...

 

HTTP 401/200 request pair on every Web Service cal ...  Replies (1) 21 November 2007
When I am issuing multiple authenticated requests against the Web Service a get a HTTP 401/200 request pair on every request. The Web Service is hosted on a virtual directory which disallows anony...

 

Error HTTP 404 When I try to access a page with a ...  Replies (1) 21 November 2007
Hi, I get this error : "HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the fol...

 

Extra 'invisible' characters in soap packet  Replies (3) 21 November 2007
We are using .NET 2.0 and WSE 3.0 to call a Java web service. It sets charcter limits to certain feilds (e.g. max 100 chars) and if there are more than the expected number, it throws an error. So wh...

 

quick newbie question  Replies (1) 20 November 2007
Hey all, I am working on my first VB asp.net web application and I am looking for some advice on the best way to implement a certain feature. I have a web form that dumps into a SQL database. I...

 

Web service is not releasing SQL05 locks  Replies (5) 20 November 2007
I've built a web service that is performing edit tasks on SQL05 tables. When the service performs a table update 9 process locks are generated in SQL05 which do not get released. Each time the u...

 

wcf and returning a datatable  Replies (1) 19 November 2007
i have a working wcf service and am having problems returning a datatable from the wcf service. I am able to return properties and collections of objects however when returning a datatable i am g...

 

web service is not accessable  Replies (1) 16 November 2007
Hi, I have a web service, and I want to reference it from a class library, so I added web reference for it, and I can see it from my class code. But if I added a namespace for this class, the web...

 

Pass through Windows Identity to Web Service  Replies (2) 15 November 2007
I have a web site. It's business layer is accessed through another web service. Both are hosted on IIS. When this application is deployed on the intranet, we have people access it through their...

 

Is soap client proxy that wsdl.exe generates threa ...  Replies (2) 15 November 2007
Hi, I have a static reference to a soap proxy at client side and I am concern about its thread safety. All parts of the application are calling the same web methods quite often. Is the code...