Click here to Skip to main content
15,914,071 members
Home / Discussions / C#
   

C#

 
GeneralRe: Forms Pin
BlitzPackage10-Jan-07 9:15
BlitzPackage10-Jan-07 9:15 
GeneralRe: Forms Pin
Judah Gabriel Himango10-Jan-07 9:20
sponsorJudah Gabriel Himango10-Jan-07 9:20 
QuestionGet Running Process In Mobile Pin
Tyler4510-Jan-07 7:08
Tyler4510-Jan-07 7:08 
AnswerRe: Get Running Process In Mobile Pin
Tyler4511-Jan-07 3:45
Tyler4511-Jan-07 3:45 
QuestionWhat makes this program print three times?? Pin
...---...10-Jan-07 6:56
...---...10-Jan-07 6:56 
AnswerRe: What makes this program print three times?? Pin
Alaric_10-Jan-07 7:05
professionalAlaric_10-Jan-07 7:05 
AnswerRe: What makes this program print three times?? Pin
ednrgc11-Jan-07 3:12
ednrgc11-Jan-07 3:12 
QuestionWeb Service manipulation [modified] Pin
Alaric_10-Jan-07 6:54
professionalAlaric_10-Jan-07 6:54 
ok...so, take this "super-hypothetical never would happen in real life situation" where a provider of an external web service requires an authentication token to invoke any of the methods contained in their provided services. ...And say again in this "super-hypothetical never would happen in real life situation" that they didn't provide a dev account to your project group, so each time you want to test your code against the service, you have to use the release account and are eating up these precious tokens that your company is paying out the wazoo for....as such, the project controller doesn't want to pay for another account to use as a dev account, but at the same time doesn't want to eat up tokens before the thing ever goes live(which means -no unit testing at all...basically develop it black-box and then hope when you flip the switch nothing screws up...not gonna happen)

...With me here? Now, take again in this "super-hypothetical never would happen in real life situation" where the provider of this external service has live demos with input textboxes on a web form interface that provide full functionality of the service. Is there any way in this "super-hypothetical never would happen in real life situation" that a wrapper around this demo could be created so that a program could send it's data through the pre-defined web interface and consume the data that is returned?

...And just to clarify, the app that I'm talking about to wrap around the web service client is not desired for production(would probably get in big trouble for that). I'm just needing some way of testing my logic and there's currently no way of doing so but since the provider has a permanently authenticated thread on the server, I thought it would be nice to create a demo that could demonstrate functionality by funneling through their pre-existing client.
AnswerRe: Web Service manipulation Pin
blackjack215010-Jan-07 19:56
blackjack215010-Jan-07 19:56 
QuestionA Few Quick Questions Pin
BlitzPackage10-Jan-07 6:13
BlitzPackage10-Jan-07 6:13 
AnswerRe: A Few Quick Questions Pin
Not Active10-Jan-07 6:18
mentorNot Active10-Jan-07 6:18 
AnswerRe: A Few Quick Questions Pin
ednrgc10-Jan-07 6:35
ednrgc10-Jan-07 6:35 
AnswerRe: A Few Quick Questions Pin
Christian Graus10-Jan-07 7:42
protectorChristian Graus10-Jan-07 7:42 
GeneralRe: A Few Quick Questions Pin
BlitzPackage10-Jan-07 7:56
BlitzPackage10-Jan-07 7:56 
GeneralRe: A Few Quick Questions Pin
Christian Graus10-Jan-07 9:13
protectorChristian Graus10-Jan-07 9:13 
GeneralRe: A Few Quick Questions Pin
BlitzPackage10-Jan-07 9:27
BlitzPackage10-Jan-07 9:27 
AnswerRe: A Few Quick Questions Pin
Ed.Poore10-Jan-07 8:01
Ed.Poore10-Jan-07 8:01 
GeneralRe: A Few Quick Questions Pin
BlitzPackage10-Jan-07 9:13
BlitzPackage10-Jan-07 9:13 
AnswerRe: A Few Quick Questions Pin
atulonweb@hotmail.com11-Jan-07 23:12
atulonweb@hotmail.com11-Jan-07 23:12 
QuestionExcel.Workbooks.Open() with different Excel versions Pin
Ali Nehring10-Jan-07 5:08
Ali Nehring10-Jan-07 5:08 
AnswerRe: Excel.Workbooks.Open() with different Excel versions Pin
ednrgc10-Jan-07 6:37
ednrgc10-Jan-07 6:37 
QuestionRe: Excel.Workbooks.Open() with different Excel versions Pin
Ali Nehring11-Jan-07 4:35
Ali Nehring11-Jan-07 4:35 
QuestionSharing events with multiple programs Pin
aalex67510-Jan-07 4:54
aalex67510-Jan-07 4:54 
AnswerRe: Sharing events with multiple programs Pin
Rob Philpott10-Jan-07 5:08
Rob Philpott10-Jan-07 5:08 
AnswerRe: Sharing events with multiple programs Pin
Alaric_10-Jan-07 8:37
professionalAlaric_10-Jan-07 8:37 

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.