| Thread | Last Post | Replies |
|
| Using a web service for all of my DB Functions. | 27 Dec 2005 02:57 GMT | 1 |
I have multiple programs (some client/server, some web apps) that all talk to the same database that is on our web server. Currently I have a lot of the database functions in a DLL that I use across them. Does it make more sense to put them all in a web service on the server is ...
|
| Development vs. Production environment. | 27 Dec 2005 02:52 GMT | 1 |
How do people handle in the code when you have a production and development system? I'm using VS.Net with C# and VB.Net. Do I make references to each and then do something in the code or is there are any way do I don't have to always remember to change the reference right before ...
|
| Using a web service to transfer a large file? | 25 Dec 2005 15:49 GMT | 2 |
Is it reasonable to use a web service to transfer a large file (current < 1MB but could end up being 1Gig in the future.) The reason for my thought of using a web service is that then I can make a userid/password parameters. I'm currently using a page where that will
|
| request format is unrecognized | 24 Dec 2005 21:35 GMT | 2 |
running server 2003, .net 1.1, developing with vs 2003. i have a simple one function webservice that takes 4 string inputs. calling it with http post from simple form made by cutting out the demo page made from vs 2003. it works fine on the server itself, but when accessed ...
|
| WS over SSL | 24 Dec 2005 17:36 GMT | 3 |
I have to call a WS which is hosted over SSL, how do I proceed? Should I do the regular way add web reference and invoke or something special? Thanks PS: My calling application is a console c# project
|
| Calling web-service from Axapta | 24 Dec 2005 09:57 GMT | 1 |
I try to call the web-method, which works too long time. Is there any variants how to stop the web-service by, e.g., clicking "Stop" button on the custom form? Also it's interesting to know, if I can organize "callback" (I want Axapta
|
| Configuring the server | 23 Dec 2005 22:31 GMT | 1 |
I am able to compile and test a web service on my local development machine but having problems deploying it. I deleted the Default Web Site on the remote machine and created a new site... and deployed my web service application to it, setting the service.aspx service as the ...
|
| how can use websevice to transfer excel file ? | 23 Dec 2005 20:46 GMT | 1 |
Dear sir can someone write a small sample to me ? thanks a lot !!!!
|
| REST vs SOAP | 23 Dec 2005 17:28 GMT | 2 |
Briefly please, what are the benefits of REST when compared to SOAP? <%= Clinton Gallagher
|
| WSE 3.0 and MTOM issues | 23 Dec 2005 02:44 GMT | 2 |
While creating a sample application to send and recive pictures I created a simple web service that would allow people to send pictures and view pictures. All worked well till I enabled MTOM on the services. Since then everythime the client tries to connect to the service it gets ...
|
| X509 Certificates | 22 Dec 2005 21:41 GMT | 1 |
We are developing a smart client application which consumes web services. The web services are being secured with X509 certificates. During the development/testing phase we have been using the X509 certificates which ship with the WSE 2 install. I am interested in knowing from ...
|
| Service Oriented Architecture Question | 21 Dec 2005 21:42 GMT | 3 |
I am familiar with 3 Tier Applications Architecture & totally new to WebServices, Is there an Architecture i Should follow when Designing WebServices in my Application, or both my DataAccessLayer & WebService will connect to the Database Directly??
|
| Calling a Web Method do not change Web Service object state | 21 Dec 2005 21:32 GMT | 5 |
I have a Web service that gets the financial periods and hold a reference to a disconnected dataset built at initialization. Web methods work on the dataset inside the web service. Everything is fine so far. My problem is that when I call a web method to modify the dataset ...
|
| UserName and Kerberos tokens at the same time | 21 Dec 2005 17:58 GMT | 16 |
I would like to authorize the user using a Kerberos, a UserName or at custom token depending on what I receive from the user. Is that possible? Thanks
|
| Question regarding Web service | 21 Dec 2005 13:48 GMT | 1 |
i am having some questions related to web service. I am developing one webmethod in web service where i am calling one private method which is not a web method. In private method i have written all my logic which i don;t want to
|