Results 1 to 1 of 1

Thread: UCHAR Array as a parameter to a SOAP Service

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Feb 2009
    Location
    Round Lake, IL
    Posts
    1,882

    Default UCHAR Array as a parameter to a SOAP Service

    Does anyone know how to configure a Client Web Service (SOAP) to pass a parameter as a UCHAR array?

    Code:
    Struct tWS_SomeWebMethod
    // several other struct members removed for brevity //
        Variant    BinaryImage
    End_Struct
    I have code in the method to convert a pdf file to UCHAR array, then BASE64 encode, and then into a string.

    I can pass the string, but I noticed that it was being truncated. So I'd like to pass the UCHAR[] array instead.
    Last edited by Todd Forsberg; 26-Jul-2021 at 12:46 PM.
    Todd Forsberg
    Idealease, Inc.
    Senior Programmer

    Web and Mobile Development: Think Outside the <DIV>

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •