| Thread | Last Post | Replies |
|
| can i do this in web service | 06 Aug 2004 18:04 GMT | 1 |
Sub DatabaseConnection(bol As Boolean) If bol Then Dim strConn As String strConn = ConfigurationSettings.AppSettings("ConnectionString")
|
| Webservice with no WSDL | 06 Aug 2004 18:03 GMT | 1 |
I need some guidance, as I am used to Visual Studio '03 taking care of this for me. I need to connect to a web service, but the web service does not provide a WSDL document to point to... Is there an easy way to setup and use SOAP without a WSDL document that sets
|
| RPC vs. Http | 06 Aug 2004 01:44 GMT | 4 |
What are the differences between a http web service and a rpc web service ? Can I build an rpc based web service with VS.NET.2003 ?
|
| Hashed passwords | 05 Aug 2004 21:32 GMT | 4 |
OK, so I'm sending hashed passwords back and forth and it's cool. I want to store the hashed password in my database, for obvious security reasons (well, obvious now that I've read about them!) What's the best way to go about putting the hashed password in for an
|
| Connecting to a web service thru a proxy server | 05 Aug 2004 20:28 GMT | 3 |
I apologise in advance for the long windedness of this post, but I feel that if I am going to get any solution to this problem, it is important that I present as much information that will be useful in diagnosing
|
| WSRF problem | 05 Aug 2004 20:11 GMT | 1 |
I try to open in WSRF.Net directory WSRFdotNet.sln, but i receive this error The referenced component 'nunit.framework' could not be found. tnx
|
| Asynchronous web service calls | 05 Aug 2004 16:10 GMT | 2 |
I am trying to do some tests using asynchronous web service calls and have hit a problem. I have reduced the problem to the minimum so hopefully someone will be able to spot what's going on. I have a web service with 1 method:
|
| methods and Web Services | 05 Aug 2004 03:07 GMT | 1 |
(Type your message here) Hi, I created a web service with one method. When i created my client application I managed to use the method and all went well. The problem was when i tried to add another method to the same web service. It seems that I can not use the second method from ...
|
| TerraServer Web Service: access issue. | 04 Aug 2004 23:05 GMT | 1 |
I am trying to run the terraDemo software from MS that shows how to access the MS TerraServer from a Web Services API within a c# program. When I run the application, I get this error message: Additional information: System.Web.Services.Protocols.SoapException:
|
| Problem with wse-kerberos authentication | 04 Aug 2004 09:24 GMT | 1 |
I am building an application dat uses a (wse)webservice in two different scenario's: within a domein and outside a domein, somewhere over the internet. Requests to the webservice need to be authenticated.
|
| Converting objects thru Web Services or Disconnected | 04 Aug 2004 03:05 GMT | 2 |
I have an application that can access data both locally and through web services (it may be working in a disconnected mode). I have defined my data objects (e.g. ObjectA) in a separate component (e.g. DataDefiner) and placed this on the local machine and the webserver.
|
| WSE 2.0 Error: WSE352: The size of the record | 03 Aug 2004 23:39 GMT | 2 |
I try to develop a webservice aplication which accepts a big file, processes it and send back some files to the client. Currently I use WSE 2.0 with Dime attachments. I first had some problems with upload size restrictions, but than I found some solution for it in
|
| Architectural Question with WSE Security | 03 Aug 2004 22:59 GMT | 2 |
I am building a Web application that makes calls out to our app server via Web Services calls. The code-behind pages of my ASPXs call delegate classes that are responsible for actually making the Web Service calls. Right now, in
|
| SoapReceiver can not receive the incoming message | 03 Aug 2004 22:41 GMT | 4 |
I am implementing a simple application using WSE 2.0 to communicate with another gSoap-implemented web service for inter-op test. My app uses a SoapReceiver to listen for incoming SOAP Messages from the web service. The code is like:
|
| UniqueMethodName | 03 Aug 2004 22:28 GMT | 1 |
This is the final optional parameter to a SoapMethodAttribute that sits on top of methods you might declare in a class derived [say] from SoapService :- <SoapMethod(action as String,[SoapAction As String],[UniqueMethodName As String])> _ Public Function myMethod(ByVal reqEnv As ...
|