Re: error passing byte[] of encrypted data to Web Service

From: ChuckD_Duncan (cduncan_at_nospam.guardianangelcorp.com)
Date: 05/29/05

  • Next message: ChuckD_Duncan: "error passing byte[] or strings of encrypted data to Web Service"
    Date: Sun, 29 May 2005 16:17:03 -0400
    
    

    Thanks... I tried converting the byte array to a string which succeeds but
    fails to send ... because (I suspect) that the conversions are binary and
    characters in the string end up with every conceivable value, perhaps
    terminating nulls or some such?? I am wondering if MIME encoding is
    necessary in these cases.
    Still working on the problem, but thanks again for your advice.

    Chuck


  • Next message: ChuckD_Duncan: "error passing byte[] or strings of encrypted data to Web Service"

    Relevant Pages

    • Re: Converting a string to an array of bytes.
      ... The user must be able to type in a string of characters that include non ... alt+159 and when converting that string to a byte array ... you would get an array with one element with the byte value 159. ...
      (microsoft.public.dotnet.languages.csharp)
    • Re: CR & Tab in VB 2005 Textbox
      ... Secondly the CStr is converting as you saw to a string with that value. ... I do this since I use both VB and C# and sometimes I need to use code and if I use the Dot.Net functions provided by the objects rather than the VB it is easier to convert since it is mostly getting rid of ending semi colons and changing square brackets into regular brackets. ...
      (microsoft.public.dotnet.languages.vb)
    • Re: Unicode String Parameters in DLLs
      ... > NOT Unicode, so you might have heard some stuff about that. ... > One thing to watch out for is if your DLL routine puts a zero byte at the ... > string ); it does not terminate the string. ... >> We are converting our application to work with Unicode. ...
      (microsoft.public.word.vba.general)
    • Re: error passing byte[] or strings of encrypted data to Web Service
      ... Converting Base64 should fix it. ... > this should be done automatically upon serialization by the proxy ... >> XML string is in fact a well-formed XML: ...
      (microsoft.public.dotnet.security)
    • Re: Precision problem
      ... > so that i am converting it to string using gcvtand sprintfetc. ... > After this some precision loss is happening. ... floating point value that's turning out different from your expectations, ...
      (microsoft.public.vc.language)