Results 1 to 4 of 4

Thread: Limitations of data structure of SOAP WebService function return

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Mar 2009
    Location
    Edmonton Canada
    Posts
    933

    Default Limitations of data structure of SOAP WebService function return

    I was wondering if someone would be so kind as to point me in the direction of something that describes the limitations of data types you can return by a function in a WebService Object.

    I just had one that caused a runtime error on initial load of the WebService after a compile.
    I thought it was because a newly added WebService was returning a rather complex struct that had arrays of structs embedded in it.

    But then I just coded another one that returns a struct with a number of Struct arrays in it.

    I am confused about what is OK and what is not.

    Thanks
    Archie
    Last edited by ArchieCampbell; 14-Sep-2021 at 07:38 PM.

Posting Permissions

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