| Thread | Last Post | Replies |
|
| generating web service classes from wsdl problems | 07 Feb 2008 02:06 GMT | 1 |
I'm generating a web service from a wsdl with wsdl.exe. It's not generating some of the classes the way I think it should. Hoping someone can help I don't understand why it creates the MessageRefResponse class with a property Item of type object. From the attributes on the ...
|
| Dynamically change the SoapDocumentMethodAttribute | 06 Feb 2008 16:37 GMT | 3 |
Question: Is it possible to dynamically change the SoapDocumentMethodAttribute? Scenario: We have a number of clients, each with their own web service. The web method
|
| Custom SOAP Body... How to handle? | 06 Feb 2008 16:35 GMT | 3 |
The client is sending a SOAP body with the following information: <soap:Body> <MyFunction xmlns="http://mycompany/services/t1"> <header>
|
| Ideas for receiving 15+ values as input | 06 Feb 2008 16:13 GMT | 6 |
I'm getting started on a web service to accept payments. I need to receive the following fields. I think all will be treated as strings at this point. I'll probably assume the amount field has 2 decimal places. Then again it might be nice to have it numeric. Here are the ...
|
| WSE 3.0 UsernameToken in COM+ to Web Service | 06 Feb 2008 15:49 GMT | 6 |
I have a usernameToken in a VB .Net 2005 Class configured for COM interface for a VB6 EXE. The VB6 to COM works fine, but the addition of a Proxy is not found. The error I keep getting is:
|
| WCF : Underlying connection was closed | 06 Feb 2008 11:33 GMT | 4 |
we meet a problem since we use WCF to consume java WebServices. Often the first call works then the second raises the following error : "The underlying connection was closed : " We use a basicHttpBinding over HTTPS to connect to WebService. The
|
| Alter SOAP Return Types | 06 Feb 2008 00:48 GMT | 2 |
I've done some searching, and I can't seem to find a documented approach. We have a mainframe that is able to do RPC via SOAP. Our client is .Net. When the server returns row data, it can only (apparently)
|
| login validation | 05 Feb 2008 18:13 GMT | 1 |
I need to write a web service that will take a user name and password that will be sent to us by another site and validate it through our db. I then need to send a true or false to the sender to either allow them in or not. I've done some .net development before but nothing
|
| Help: %1 is not a valid Win32 application | 05 Feb 2008 06:20 GMT | 1 |
I have Windows Server 2003 x64 standard SP2 Italian, with Xeon 3.8 Ghz and 2GB RAM. On Server I found installed .net framework 1.1 and 2.0 (x64). I am developing a simple (Hello world) web service with Visual Studio 2008
|
| managing an ftp server | 04 Feb 2008 19:01 GMT | 1 |
in a project, we'd like to offer the user to upload files to our server via ftp. so what i need to do is the following: -> setup an ftp directory plus username and password programmatically -> limit the uploads to this user ftp directory either by the number of
|
| Kerberos headache | 04 Feb 2008 14:26 GMT | 6 |
I've found an interesting problem that might have something to do with Kerberos. I have a www application running in a Windows Server 2003 box. The server did not have SP1 or SP2 installed. Everything was working
|
| Consuming a WSE3(X509) service in a Web Application | 04 Feb 2008 09:19 GMT | 2 |
I'm completely stumped on this. I've got an ASP.NET Web Service Application using a mutual X.509 Authentication policy and I can access it without any problem from a .NET Winforms app, a regular Web (folders) ASP.NET project, and an ASP.NET Web Application Project using the VS ...
|
| Explicitly Define Type Names in WSDL? | 02 Feb 2008 19:01 GMT | 3 |
If I have a function such as: Public MyFunction(ByVal Parameter as MyCustomObject) as MyReturnObject MyCustomObject and MyReturnObject will be serialized in the WSDL as complextype="MyCustomObject" and complextype="MyReturnObject".
|
| building webservices in VS 2005 | 02 Feb 2008 02:20 GMT | 4 |
i currently moved from VS2003 to VS2005 so i'm not really comfortable yet with the inner workings of the new ide. i've created a webservice and figured, that when attempting to debug it, the webserver shipped with VS2005 starts up and the default (service) page is displayed in ...
|
| WCF - MessageSecurityException - when can it occur? | 02 Feb 2008 00:20 GMT | 1 |
Is it possible to get MessageSecurityException after the security context has been negotiated and the service operation has been executed? i.e. Can I assume that when I get this exception the method has never
|