error passing byte[] of encrypted data to Web Service

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

  • Next message: maidoo: "web application development user rights req"
    Date: Sat, 28 May 2005 09:44:14 -0400
    
    

    Have Web Service: bool Login( byte[] A, byte[] B );
    If I just send a couple of simple strings, it works fine ... as in:
         byte[] A = Encoding.Default.GetBytes("First");
         byte[] B = Encoding.Default.GetBytes("Last");

    but changing A to a 100+ byte encypted sequence of bytes, causes an
    error:

    An unhandled exception of type
    'System.Web.Services.Protocols.SoapException' occurred in
    system.web.services.dll

    Additional information: Server was unable to process request. --> Object
    reference not set to an instance of an object.

    Obviously happening at the SOAP level. (Server is Win 2K .NET Framework
    1.0, client is XP, .NET/Latest, but tried it on localhost (XP) )

    Any thoughts??

    Thanks in advance.
    Chuck


  • Next message: maidoo: "web application development user rights req"

    Relevant Pages

    • Re: Complex Specified Information - Pitman Formula
      ... between the reference string and the test string. ... I *know* what sequences actually exist or possibly could ... There are only test strings that you compare to ...
      (talk.origins)
    • Re: Complex Specified Information - Pitman Formula
      ... between the reference string and the test string. ... I *know* what sequences actually exist or possibly could ... There are only test strings that you compare to ...
      (talk.origins)
    • Re: Complex Specified Information - Pitman Formula
      ... you go out to analyze any other sequences. ... other reference you give. ... is it possible for a set of reference strings to miss a non- ... sequences is likely to be non-random in origin. ...
      (talk.origins)
    • Re: Complex Specified Information - Pitman Formula
      ... you go out to analyze any other sequences. ... other reference you give. ... is it possible for a set of reference strings to miss a non- ... sequences is likely to be non-random in origin. ...
      (talk.origins)
    • Re: closing DB connections
      ... subject to the circular reference problem, since it IS based on reference ... where the parent has a child collection, and the children have a parent ... You're right that many people don't think of cleaning up strings, ... Dim rs1 As Object ...
      (microsoft.public.access.adp.sqlserver)