Click here to Skip to main content
15,909,518 members
Home / Discussions / C#
   

C#

 
QuestionAsking about collecting inputs Pin
Member 1235678215-Mar-19 7:45
professionalMember 1235678215-Mar-19 7:45 
AnswerRe: Asking about collecting inputs Pin
Richard MacCutchan15-Mar-19 7:49
mveRichard MacCutchan15-Mar-19 7:49 
GeneralRe: Asking about collecting inputs Pin
Member 1235678215-Mar-19 8:21
professionalMember 1235678215-Mar-19 8:21 
GeneralRe: Asking about collecting inputs Pin
Richard MacCutchan15-Mar-19 9:12
mveRichard MacCutchan15-Mar-19 9:12 
GeneralRe: Asking about collecting inputs Pin
Member 1235678215-Mar-19 22:11
professionalMember 1235678215-Mar-19 22:11 
GeneralRe: Asking about collecting inputs Pin
Richard MacCutchan15-Mar-19 23:12
mveRichard MacCutchan15-Mar-19 23:12 
GeneralRe: Asking about collecting inputs Pin
OriginalGriff15-Mar-19 9:13
mveOriginalGriff15-Mar-19 9:13 
GeneralRe: Asking about collecting inputs Pin
Mycroft Holmes15-Mar-19 13:16
professionalMycroft Holmes15-Mar-19 13:16 
GeneralRe: Asking about collecting inputs Pin
OriginalGriff15-Mar-19 20:38
mveOriginalGriff15-Mar-19 20:38 
AnswerRe: Asking about collecting inputs Pin
Mycroft Holmes15-Mar-19 13:19
professionalMycroft Holmes15-Mar-19 13:19 
GeneralRe: Asking about collecting inputs Pin
BillWoodruff15-Mar-19 16:43
professionalBillWoodruff15-Mar-19 16:43 
GeneralRe: Asking about collecting inputs Pin
Mycroft Holmes15-Mar-19 19:04
professionalMycroft Holmes15-Mar-19 19:04 
AnswerRe: Asking about collecting inputs Pin
Chris Quinn18-Mar-19 0:32
Chris Quinn18-Mar-19 0:32 
QuestionADO.Net Data Entity Model object Pin
#realJSOP15-Mar-19 5:15
professional#realJSOP15-Mar-19 5:15 
AnswerRe: ADO.Net Data Entity Model object Pin
Gerry Schmitz15-Mar-19 5:56
mveGerry Schmitz15-Mar-19 5:56 
AnswerRe: ADO.Net Data Entity Model object Pin
F-ES Sitecore15-Mar-19 6:11
professionalF-ES Sitecore15-Mar-19 6:11 
QuestionC# TakePicture in Canon Pin
Member 1415621214-Mar-19 22:36
Member 1415621214-Mar-19 22:36 
GeneralRe: C# TakePicture in Canon Pin
Richard MacCutchan14-Mar-19 23:04
mveRichard MacCutchan14-Mar-19 23:04 
QuestionC# When I get Focallength find errs. Pin
Member 1415621214-Mar-19 21:02
Member 1415621214-Mar-19 21:02 
AnswerRe: C# When I get Focallength find errs. Pin
Richard MacCutchan14-Mar-19 23:03
mveRichard MacCutchan14-Mar-19 23:03 
GeneralRe: C# When I get Focallength find errs. Pin
Member 1415621218-Mar-19 15:36
Member 1415621218-Mar-19 15:36 
Questiondynamic URL for soap webservice Pin
Member 302085113-Mar-19 22:46
Member 302085113-Mar-19 22:46 
AnswerRe: dynamic URL for soap webservice Pin
dan!sh 14-Mar-19 5:27
professional dan!sh 14-Mar-19 5:27 
This is not really related to C#.

You should grab the WSDL from actual serivce URL by appending ?wsdl to it. Add that as a reference to your application code. By doing this, you get accurate service definition and a URL in app.config in your application.

You can then generate a mock service using SOAP UI or any other tool of your choice and update the app.config URL to point to mock service.
"It is easy to decipher extraterrestrial signals after deciphering Javascript and VB6 themselves.", ISanti[^]

QuestionTrying to find the problem in this simple C$ program Pin
Brian_TheLion13-Mar-19 20:16
Brian_TheLion13-Mar-19 20:16 
AnswerRe: Trying to find the problem in this simple C$ program Pin
OriginalGriff13-Mar-19 21:09
mveOriginalGriff13-Mar-19 21:09 

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.