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

  • Home
  • SEARCH
  • 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 1084151
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T22:31:34+00:00 2026-05-16T22:31:34+00:00

1st of all, apologies if this is a basic/simple WCF question, i’m a WCF

  • 0

1st of all, apologies if this is a basic/simple WCF question, i’m a WCF newbie and haven’t come across this so far.

Question 1 – Is there a way to see what data is marshalled on a wcf service call ?

and given the following definitions

Interface IX
{
   List<string> list;
   Dictionary<string,MyType> dict;
}

Interface IY : IX
{
   List<string> list2;
   Dictionary<string,MyType2> dict2;
}

Interface IService 
{
   DataSet MethodX( IX arg);
   DataSet MethodY( IY arg);
}

class service : IService { }
class A : IY { }

where the service is hosted on a separate machine

Question 2 – what gets transported across when calling MethodX & MethodY as follows

 A instance = new A();
 service s = new service();
 // init instance & Service
 s.MethodA(instance);              // what carries over to service on machine B ?
 s.MethodB(instance);              // same question - full A or only properties of IY ?
  • 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-05-16T22:31:34+00:00Added an answer on May 16, 2026 at 10:31 pm

    Answer 1: To see serialized data you can use WCF message logging.

    Answer 2: Nothing. Code will throw exception because there will be no serializable type for arg parameter.

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

Sidebar

Related Questions

1st of all: I'm not a programmer, never learnt programming/algorithms. Actually I have to
1st of all: I'm not programmer, neither Linux guru, just have to work with
I've created 2 columns. The 2nd is 240px wide and the 1st takes all
Is there a way to subtract the smallest value from all the values of
how can i get all the records from 1st table not present in the
As all who usually ask such questions I'm newbie in iPhone SDK programming and
it's my 1st question here, so pardon if something is asked wrong :) I
My 1st question here on stackoverflow. I am trying to print a long grid,
1st phase I have a problem shutting down my running JBoss instance under Eclipse
1st post on stackoverflow, hope to have great feedback :) I'm currently trying to

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.