Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Socket Programming
Message
De
22/01/2007 06:05:03
Alexandre Palma
Harms Software, Inc.
Alverca, Portugal
 
 
À
17/01/2007 20:13:12
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
01185331
Message ID:
01187590
Vues:
31
Hi Mike sorry for just replying now but I was away.
1st thing is that server app is what is the method signature the server hap has for receiving messages? cause based on your example you where sending an array of bytes to the server app not a string, is the server app done in .NET or are you using com interop to connect to them?
Are you connecting from the client directly to the server app or does your client connect to a proxy that connects to the server app?


>Hi Alexandre,
>
>The server application has a log trace on all messages that it receives.
>
>Here is the story behind.
>
>The server application is connected to a Laboratory Machine used to tests specimens of patients. It is the one responsible in communicating with the machine by feeding patient tests and extracting patient results. The server application accepts messages in HL7 format for Patient information and tests.
>
>My program is the one responsible for sending the patient information and tests to the server application so that the server application can communicate to the machine and send the results back to my program.
>
>The problem lies when I try to send a string say for example "Hello"
>
>The server application receives it in the following format
>Line 1: H
>Line 2: e
>Line 3: l
>Line 4: l
>Line 5. o
>
>I want the server to receive the message/string in the following format
>Line 1: Hello
>
>
>Thanks...
Alexandre Palma
Senior Application Architect
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform