Click here to Skip to main content
15,897,371 members
Home / Discussions / C#
   

C#

 
GeneralRe: Help on Socket Programming Pin
Heath Stewart15-Jun-04 6:10
protectorHeath Stewart15-Jun-04 6:10 
Questionstring.IsIndexOf() does not exist? Pin
Ariadne15-Jun-04 5:53
Ariadne15-Jun-04 5:53 
AnswerRe: string.IsIndexOf() does not exist? Pin
Dave Kreskowiak15-Jun-04 7:14
mveDave Kreskowiak15-Jun-04 7:14 
GeneralRe: string.IsIndexOf() does not exist? Pin
Ariadne15-Jun-04 20:49
Ariadne15-Jun-04 20:49 
GeneralRe: string.IsIndexOf() does not exist? Pin
Dave Kreskowiak17-Jun-04 11:45
mveDave Kreskowiak17-Jun-04 11:45 
GeneralPrivate Webservice Pin
ldaoust15-Jun-04 4:28
ldaoust15-Jun-04 4:28 
GeneralRe: Private Webservice Pin
Heath Stewart15-Jun-04 5:09
protectorHeath Stewart15-Jun-04 5:09 
GeneralRe: Private Webservice Pin
ldaoust16-Jun-04 8:54
ldaoust16-Jun-04 8:54 
Heath Stewart wrote:
If you're looking to add security to your web services, take a look at the Microsoft Web Service Enhancements (WSE)[^].

The client application is built under VC++ 6.0. So, for now I am using sockets to connnect and retrieve the information. I was thinking about using SSL socket. I think there are some examples on codeproject.

Heath Stewart wrote:
If you want it private, simply don't expose it to the public. Unless it needs to be on your Internet web server, just use it on your intranet

The client application is a Windows application that access the service through the Internet. It connects to our company's Web server and retrieve some data to process/display. My main concern is that service should only be available to the client applications and not to the public. If I could hide the shema returned when you point a browser to the .asmx file, that would be a good start. Then there is the ?WSDL.

It looks like there is no easy way and will have to write a .ASP page which does basically the same thing. The problem is returning the XML code, with a webservice it's all very easy.

Possible solution: Have the .ASP page call the webservice, which would not be public, and simple return the data. The .ASP would just act as a bridge between client and webservice.
GeneralRe: Private Webservice Pin
Heath Stewart16-Jun-04 9:04
protectorHeath Stewart16-Jun-04 9:04 
GeneralRe: Private Webservice Pin
ldaoust17-Jun-04 3:04
ldaoust17-Jun-04 3:04 
GeneralRe: Private Webservice Pin
ldaoust17-Jun-04 3:14
ldaoust17-Jun-04 3:14 
GeneralCreating web aplication NOT via IIS console Pin
michalJ15-Jun-04 3:39
michalJ15-Jun-04 3:39 
GeneralRe: Creating web aplication NOT via IIS console Pin
Heath Stewart15-Jun-04 5:03
protectorHeath Stewart15-Jun-04 5:03 
GeneralRe: Creating web aplication NOT via IIS console Pin
michalJ15-Jun-04 8:09
michalJ15-Jun-04 8:09 
GeneralMessages of Child applications Pin
T i T i15-Jun-04 2:13
T i T i15-Jun-04 2:13 
GeneralRe: Messages of Child applications Pin
Dave Kreskowiak15-Jun-04 3:01
mveDave Kreskowiak15-Jun-04 3:01 
GeneralRe: Messages of Child applications Pin
Heath Stewart15-Jun-04 3:42
protectorHeath Stewart15-Jun-04 3:42 
Generali want toserialize DataTable typed filed into Xml Pin
Member 114126615-Jun-04 0:53
Member 114126615-Jun-04 0:53 
GeneralRe: i want toserialize DataTable typed filed into Xml Pin
Dave Kreskowiak15-Jun-04 3:05
mveDave Kreskowiak15-Jun-04 3:05 
GeneralRe: i want toserialize DataTable typed filed into Xml Pin
Member 114126616-Jun-04 21:06
Member 114126616-Jun-04 21:06 
Generalsaving collection automaticaly into form`s resource. Pin
Member 114126615-Jun-04 0:43
Member 114126615-Jun-04 0:43 
GeneralRe: saving collection automaticaly into form`s resource. Pin
Heath Stewart15-Jun-04 3:39
protectorHeath Stewart15-Jun-04 3:39 
GeneralRe: saving collection automaticaly into form`s resource. Pin
Member 114126616-Jun-04 20:56
Member 114126616-Jun-04 20:56 
QuestionProgram to generate UML-diagram? MS Visio? Pin
anderslundsgard15-Jun-04 0:02
anderslundsgard15-Jun-04 0:02 
AnswerRe: Program to generate UML-diagram? MS Visio? Pin
Heath Stewart15-Jun-04 3:33
protectorHeath Stewart15-Jun-04 3:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.