| Thread | Last Post | Replies |
|
| IList in a Web Service | 20 Dec 2004 17:49 GMT | 1 |
I am returning an IList from a WebService Function that contains a custom Class. The class contains ID and Name properties. I can see these in the IList when the data is returned. I tried to use ArrayList.Adapter to create a wrapper
|
| Interface with a Web Service | 20 Dec 2004 17:46 GMT | 1 |
I have a web service that does some long calculations, I want to know if there is a way for the web service to return progress strings while it's doing the calculations, so the client can display in a progres window what the calculations are up to.
|
| dot net error "style=rpc use=literal " | 20 Dec 2004 17:41 GMT | 2 |
I want to service to java web services. so i made web references! but web services operations not made. "style=rpc, use=literal"
|
| Web service is not over the Internet | 20 Dec 2004 16:44 GMT | 5 |
Hi, I have a web service installed in server, it woks fine from interanet, but can not access from internet, any idea? Any respones wellcomed.
|
| WSE2.0 SP2 bug in the SoapReceivers.Receiver(EndpointReference) | 20 Dec 2004 16:05 GMT | 3 |
SP2 changed the key for the _receivers hashtable and the method Receiver has been forgot to update it. The result is that there is no "direct way" to get a registered object by the EndpoindReference from the Receivers.
|
| Returning a Bitmap Object from a WebMethod | 20 Dec 2004 15:58 GMT | 6 |
I am new to Web Services and .NET development, and I have a question. I am writing a service that will create a bitmap image and return it to the client. First, I wrote a method that looked like this: public System.Drawing.Bitmap CreateImage() {...}
|
| Regarding Webservices SSL | 20 Dec 2004 14:59 GMT | 2 |
I have webservice. The username and password is authenticated through Username token. To manage secure transmit between client and server I want to use SSL. The problem here is Iam creating certficates using Makecert.exe since it is at development stage.
|
| Exception Management wse2 | 20 Dec 2004 14:53 GMT | 1 |
Environment : WSE2, smart client, c# Hi I want to get a global error handler within my webservices. So I have created a soap extension that both client and server use inheriting from
|
| Web Server problem | 20 Dec 2004 14:40 GMT | 1 |
Hi, I just install my computer with VS.NET 2003. I am using Service pack 2, I already update My asp.net framework to 1.1. But I have the following error when I want to create new asp.net project
|
| Dynamic endpointreference with wsewsdl2 | 20 Dec 2004 10:12 GMT | 4 |
I am using the wsewsdl2 tool to create my client-side proxies for accessing web services. The web services are deployed into 4 environments (dev, test, staging, prod). The proxy generated by the wsewsdl2 tool does not provide a mechanism to
|
| Namespace prefix change | 20 Dec 2004 09:36 GMT | 4 |
I have discovered that when the WSDL is auto-generated in .NET (i.e. http://.../MyService.asmx?WSDL): * Prior to SP1, it generated xmlns:s0="http://mynamespace/" in <wsdl:definitions>, and then output my web methods as "s0:MyWebMethod" in
|
| X.509 All in One | 20 Dec 2004 09:35 GMT | 6 |
X.509 All in One Hi All, I want to konw everything about X.509 Here is My Questions:
|
| Server-Side Data Validation | 20 Dec 2004 03:46 GMT | 2 |
Hi gang, I have a web service class I'm developing along the same lines as that described here in MSDN: http://tinyurl.com/63sl4
|
| Use of Virtual Server 2005 | 19 Dec 2004 06:19 GMT | 1 |
I am a windows server 2003 user. I am confused about Microsofts objectives for Virtual Server 2005. Is this product something a server administrator should be excited about. How exactly is it used? Fred
|
| Conversion of GetSQLByte to byte | 18 Dec 2004 20:02 GMT | 1 |
When using an sqldatareader, is it most efficient to use the "GetSqlByte" as compared to "GetByte". If so, how is data of GetSqlByte converted to net byte format. Thanks,
|