| Thread | Last Post | Replies |
|
| Optional parameter in a web service? | 30 Dec 2005 20:21 GMT | 2 |
Is there a way to make a parameter optional in a web server? I've got two routines that will work almost exactly the same except that one needs an extra parameter to do a check. I supposed I could something like: public int WithOneParm ( int parm1 )
|
| Compact Framework 2.0 MTOM | 30 Dec 2005 18:43 GMT | 1 |
Does .Net compact framework 2.0 supports MTOM web service client? For instance, sending an image file from pocket pc to a web service server with MTOM enabled. Thanks.
|
| How to return a class through a web method? | 30 Dec 2005 07:11 GMT | 2 |
I want to write a web method that returns a class. I want the class definition to appear in the proxy generated on the client . How can this be done? Many thanks
|
| Multi dimensional arrays in 2005? | 30 Dec 2005 07:10 GMT | 1 |
Does the 2.0 Framework support web services that return multi dimensional arrays?
|
| Data Type to implement ? | 30 Dec 2005 07:08 GMT | 2 |
I am using the SOAP 1.1 request and response to create a corresponding web method for it. SOAP 1.1 response looks like as follows : <?xml version="1.0" encoding="utf-8"?>
|
| Topics in .NET Webservices | 30 Dec 2005 03:17 GMT | 1 |
I am a .NET software developer and I am not that comfortable when people talk about web services in .NET eventhough I know little bit about them. I would appreciate if anyone can provide some online sites or books to review
|
| Compile WS in release mode in VS 2005 | 30 Dec 2005 03:04 GMT | 1 |
So VS 2005 has changed the way they compile Web services (actually web projects). Now they no longer have this option of release mode for Web projects. So what changes have you guys made to the build process to accomodate this.
|
| "Updated Web Reference" but can't find the '****Wse' class! | 29 Dec 2005 23:02 GMT | 9 |
So Ihave enbaled by ASp.NET Web Service project to be WSE Enabled and the same for my client project. Compiled the Web Service and then updated the references in the client project. I am now supposed to find a class which has 'Wse' appended to it, I can't
|
| formating the XML response in webservice | 29 Dec 2005 12:20 GMT | 1 |
First, Please excuse me for my bad english. I developped a small webservice in C# who execute a sored procedure in a sql server 2005. Everything was OK, but our client have a problem to integrate it on java
|
| LDAP to Domain Controller | 28 Dec 2005 23:07 GMT | 4 |
i am new on VB .net and i want to list all Active Directory Users in a WebInterface. It is no problem in Windows Applications to list users, but in Web Application i allay get the following error Server Error in '/IP-Phone-Admin' Application.
|
| How to receive DataSet from WebService in Excel ? | 28 Dec 2005 16:17 GMT | 2 |
Dear Sir I can Receive webSercie Funtion in Excel 2003 such as return "hello " But how can receive a Funtion returned DataSet ? thanks a lot !
|
| Tried everything - "Requested registry access is not allowed" | 28 Dec 2005 12:31 GMT | 4 |
My webservice is currently deployed on WIndows 2000 server and runs pretty fine. I am trying to run my webservice on a Windows 2003 server. My webservice tries to write to a eventlog. The code is as follows: System.Diagnostics.EventLog Log = new System.Diagnostics.EventLog(
|
| Big trouble accessing a web service with SoapRpcMEthod : System.Web.Services.Protocols.SoapException | 28 Dec 2005 05:48 GMT | 3 |
I have a web service of my own on a server (vb.net). I must declare it with SoapRpcMethod to be used with JAVA. This is a simple exemple method of my vb source :
>************************************************************************ |
| Problem returning container class with DataSet as object | 27 Dec 2005 15:24 GMT | 1 |
I am implementing a web service and thought it may be a good idea to return a more complex class (which I have called 'ServiceResponse') in order to wrap the original return value along with two other properties... bool error;
|
| Many functions in one webservice page or multiple pages with fewer functions? | 27 Dec 2005 02:58 GMT | 1 |
Which is preferable - one huge page with all of my functions (50-100 functions) or smaller pages with the functions broken apart logically? It would seem smaller pages would load faster - just wondering what the opinion is.
|