Click here to Skip to main content
15,913,685 members
Home / Discussions / C#
   

C#

 
QuestionBackward reading of a file in C# Pin
Praveen Raghuvanshi21-Dec-06 4:01
professionalPraveen Raghuvanshi21-Dec-06 4:01 
AnswerRe: Backward reading of a file in C# Pin
Eduard Keilholz21-Dec-06 4:36
Eduard Keilholz21-Dec-06 4:36 
GeneralRe: Backward reading of a file in C# Pin
Praveen Raghuvanshi21-Dec-06 4:41
professionalPraveen Raghuvanshi21-Dec-06 4:41 
GeneralRe: Backward reading of a file in C# Pin
nikneem200521-Dec-06 10:32
nikneem200521-Dec-06 10:32 
QuestionC# and Crystal Report Pin
Saamir21-Dec-06 3:19
Saamir21-Dec-06 3:19 
QuestionScheduled Call To Web Service Pin
Member 361802521-Dec-06 3:13
Member 361802521-Dec-06 3:13 
AnswerRe: Scheduled Call To Web Service Pin
Eduard Keilholz21-Dec-06 3:31
Eduard Keilholz21-Dec-06 3:31 
GeneralRe: Scheduled Call To Web Service Pin
Member 361802521-Dec-06 3:56
Member 361802521-Dec-06 3:56 
thx for the reply.

The web service will exist on the same machine as the database and the application so no problem there Smile | :)

I don't want to start the web service from the command line, I just want to call a method on the web service. I did find this though which seems to work well:

Save the following as MSFT.vbs:

set SOAPClient = createobject("MSSOAP.SOAPClient")
SOAPClient.mssoapinit "http://www.webservicex.net/stockquote.asmx?WSDL"
WScript.Echo "MSFT = " & SOAPClient.GetQuote("MSFT")

Then from a command prompt, run: 

C:\>MSFT.vbs


I just have to verify it working under WTS now Smile | :)
AnswerRe: Scheduled Call To Web Service Pin
Pete O'Hanlon21-Dec-06 3:35
mvePete O'Hanlon21-Dec-06 3:35 
GeneralRe: Scheduled Call To Web Service Pin
Member 361802521-Dec-06 3:59
Member 361802521-Dec-06 3:59 
GeneralRe: Scheduled Call To Web Service Pin
Pete O'Hanlon21-Dec-06 4:38
mvePete O'Hanlon21-Dec-06 4:38 
AnswerRe: Scheduled Call To Web Service Pin
Member 361802521-Dec-06 4:14
Member 361802521-Dec-06 4:14 
Questionretrieve selectedvalues from checkedlistbox ion .net 2.0 Pin
fmardani21-Dec-06 3:08
fmardani21-Dec-06 3:08 
QuestionNetwork share ? Pin
Vertyg021-Dec-06 2:51
Vertyg021-Dec-06 2:51 
AnswerRe: Network share ? Pin
Dave Kreskowiak21-Dec-06 4:55
mveDave Kreskowiak21-Dec-06 4:55 
QuestionC1webgrid binding issue Pin
paul (the power) carey21-Dec-06 2:45
paul (the power) carey21-Dec-06 2:45 
QuestionWhen to use new while creating object. Pin
Nitin198121-Dec-06 1:47
Nitin198121-Dec-06 1:47 
AnswerRe: When to use new while creating object. Pin
J4amieC21-Dec-06 2:02
J4amieC21-Dec-06 2:02 
GeneralRe: When to use new while creating object. Pin
Nitin198121-Dec-06 2:13
Nitin198121-Dec-06 2:13 
GeneralRe: When to use new while creating object. Pin
Colin Angus Mackay21-Dec-06 2:26
Colin Angus Mackay21-Dec-06 2:26 
AnswerRe: When to use new while creating object. Pin
Guffa21-Dec-06 2:42
Guffa21-Dec-06 2:42 
GeneralRe: When to use new while creating object. Pin
Pete O'Hanlon21-Dec-06 2:43
mvePete O'Hanlon21-Dec-06 2:43 
GeneralRe: When to use new while creating object. Pin
Russell Jones21-Dec-06 5:47
Russell Jones21-Dec-06 5:47 
AnswerRe: When to use new while creating object. Pin
interface Mirror21-Dec-06 2:40
interface Mirror21-Dec-06 2:40 
GeneralRe: When to use new while creating object. Pin
J4amieC21-Dec-06 3:05
J4amieC21-Dec-06 3:05 

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.