Click here to Skip to main content
15,905,967 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: [IR socket] and [unplugging speakers every day... can this harm they somehow?] Pin
Dan Neely17-Jul-19 4:13
Dan Neely17-Jul-19 4:13 
GeneralRe: [IR socket] and [unplugging speakers every day... can this harm they somehow?] Pin
Joan M17-Jul-19 4:26
professionalJoan M17-Jul-19 4:26 
GeneralBack to .NET Framework Pin
Sander Rossel15-Jul-19 5:55
professionalSander Rossel15-Jul-19 5:55 
GeneralRe: Back to .NET Framework Pin
OriginalGriff15-Jul-19 6:26
mveOriginalGriff15-Jul-19 6:26 
GeneralRe: Back to .NET Framework Pin
abmv15-Jul-19 7:59
professionalabmv15-Jul-19 7:59 
GeneralRe: Back to .NET Framework Pin
Sander Rossel15-Jul-19 10:36
professionalSander Rossel15-Jul-19 10:36 
GeneralRe: Back to .NET Framework Pin
Marc Clifton15-Jul-19 10:12
mvaMarc Clifton15-Jul-19 10:12 
GeneralRe: Back to .NET Framework Pin
Sander Rossel15-Jul-19 10:35
professionalSander Rossel15-Jul-19 10:35 
Almost, an EDI standard that almost pre-dates the internet.

The service to connect isn't even the problem, it's the content I have to send...
There are about 120 possible values, all encoded by a six-number digit, with two leading 0's and three digits for the length (last one is the precision).
So let's say I get "DH1111110012345605000654321052" (and we're talking lines up to thousand characters).
I now know it's a D(efinition)H(eader) for event 111111.
The first field is 123456 (discard the leading 0's) and it has a length of 5.
The next field is 654321 and has a length of 5, of which 2 are decimals.
The next line could look like "VH111111Hello01234" V(alue)H(eader), which should be parsed as values "Hello" and 12.34.
The meaning of 123456 and 654321 comes from a document I have and isn't known to either the computer nor me Dead | X|

Luckily I only have to create the file, not parse it.
Although that's bad enough as it is, as the format has some form of layered structure where my input has not (a simple CSV file).
And, of course, some values are mandatory while others are forbidden in certain scenario's.
So you see, WCF, SOAP and XML are the least of my problems (in fact, I'd gladly trade this format for XML!) Big Grin | :-D

GeneralRe: Back to .NET Framework Pin
#realJSOP15-Jul-19 13:30
professional#realJSOP15-Jul-19 13:30 
GeneralRe: Back to .NET Framework Pin
Sander Rossel15-Jul-19 22:53
professionalSander Rossel15-Jul-19 22:53 
GeneralRe: Back to .NET Framework Pin
Mark_Wallace15-Jul-19 12:56
Mark_Wallace15-Jul-19 12:56 
GeneralThought of the Day Pin
OriginalGriff15-Jul-19 4:56
mveOriginalGriff15-Jul-19 4:56 
QuestionRe: Thought of the Day Pin
lopatir15-Jul-19 5:07
lopatir15-Jul-19 5:07 
GeneralRe: Thought of the Day Pin
PIEBALDconsult15-Jul-19 5:23
mvePIEBALDconsult15-Jul-19 5:23 
GeneralRe: Thought of the Day Pin
W Balboos, GHB15-Jul-19 5:53
W Balboos, GHB15-Jul-19 5:53 
GeneralRe: Thought of the Day Pin
DRHuff15-Jul-19 6:05
DRHuff15-Jul-19 6:05 
GeneralOh Joy! The balloon has gone up... Pin
glennPattonWork315-Jul-19 2:39
professionalglennPattonWork315-Jul-19 2:39 
GeneralRe: Oh Joy! The balloon has gone up... Pin
Dr.Walt Fair, PE15-Jul-19 6:56
professionalDr.Walt Fair, PE15-Jul-19 6:56 
GeneralGoogle / Amazon / Whatever assistants. Pin
OriginalGriff14-Jul-19 22:58
mveOriginalGriff14-Jul-19 22:58 
GeneralRe: Google / Amazon / Whatever assistants. Pin
Rage14-Jul-19 23:15
professionalRage14-Jul-19 23:15 
GeneralRe: Google / Amazon / Whatever assistants. Pin
PeejayAdams14-Jul-19 23:26
PeejayAdams14-Jul-19 23:26 
GeneralRe: Google / Amazon / Whatever assistants. Pin
Kornfeld Eliyahu Peter14-Jul-19 23:43
professionalKornfeld Eliyahu Peter14-Jul-19 23:43 
GeneralRe: Google / Amazon / Whatever assistants. Pin
musefan15-Jul-19 0:15
musefan15-Jul-19 0:15 
GeneralRe: Google / Amazon / Whatever assistants. Pin
OriginalGriff15-Jul-19 0:23
mveOriginalGriff15-Jul-19 0:23 
GeneralRe: Google / Amazon / Whatever assistants. Pin
OriginalGriff15-Jul-19 0:31
mveOriginalGriff15-Jul-19 0:31 

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.