Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8661401
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T16:29:20+00:00 2026-06-12T16:29:20+00:00

When i am testing my WCF web service through WcfTestClient , it is showing

  • 0

When i am testing my WCF web service through “WcfTestClient“, it is showing

“this operation is not supported in wcf test client because it uses type VINDescription“

Where VINDescriptionis a DataContract, which is consist of datamembers of type :

"int, string, ArrayList"

It seems WCF web service is not supporting ArrayList?

Please suggest how can i fix this?

Here is a code snippet of DataContract :

[DataContract]
public class VINDescription
{
    #region Private Members

    private int _cylinders = 0;
    private string _msrp = string.Empty;
    private ArrayList _interior = new ArrayList();
    private string[][] _showOptionalEquipment = new string[][] { };

    #endregion

    #region Public Data Members

    /// <summary>
    /// Stores the number of cylinders of a decoded vehicle.
    /// </summary>
    [DataMember]
    public int Cylinders
    {
        get
        {
            return _cylinders;
        }
        set
        {
            _cylinders = value;
        }
    }

    /// <summary>
    /// Stores the MSRP cost of a decoded vehicle.
    /// </summary>
    [DataMember]
    public string MSRP
    {
        get
        {
            return _msrp;
        }
        set
        {
            _msrp = value;
        }
    }

    /// <summary>
    /// Stores the interior values of a decoded vehicle.
    /// </summary>
    [DataMember]
    public ArrayList Interior
    {
        get
        {
            _interior.Sort();
            return _interior;
        }
        set
        {
            _interior = value;
        }
    }



    /// <summary>
    /// To store the data for show optional equipments.
    /// </summary>
    [DataMember]
    public string[][] ShowOptionalEquipment
    {
        get
        {
            return _showOptionalEquipment;
        }
        set
        {
            _showOptionalEquipment = value;
        }
    }
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T16:29:21+00:00Added an answer on June 12, 2026 at 4:29 pm

    The way I understand it, WCF actually supports your data contract, but the WCF Test Client tool does not support everything that WCF itself supports, hence the error. Not sure if it’s because of ArrayList, string[][], or something else, but in any case it seems to be a tool limitation, not a framework limitation.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I created on wcf web service and trying to test with SOAP UI. When
I'm currently writing a WCF web service that uses LINQ to SQL to fetch
After creating a WCF Web Service for IIS and sucessfully testing it in my
I'm implementing a WCF web service based on WF. This web service consumes other
I'm trying to test a WCF service without creating a WCF client. I have
I'm using WCF to connect to a remote web service (asmx) for testing at
I have a WCF service and a client that uses that service. They use
The web provides an abundance of tutorials for developing and testing WCF services along
For some testing code, I'd like to be able to host a WCF service
Using Visual Studio 2010, I developed a WCF service hosted on a web application

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.