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 8174025
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T22:20:42+00:00 2026-06-06T22:20:42+00:00

I have some 5 XML calls to be implemented in C#. I used Xsd2Code

  • 0

I have some 5 XML calls to be implemented in C#.
I used Xsd2Code to auto generate the code, and I am quite happy with the results.
My problem, however, is that all the XML calls have same request response TypeName, as follows:

XML Call – 1:

<Request Method="AvailabilityRetrievalRQ">
....
</Request>

<Response Method="AvailabilityRetrievalRS">
....
</Response>

XML Call – 2:

<Request Method="RateRetrievalRQ">
.....
</Request>

<Response Method="RateRetrievalRS">
....
</Response>

Thus, all 5 XML calls have generated 10 classes – 5 named “Request” and 5 named “Response”.
Now, I know that I can always specify the TypeName in XmlType as Request, and rename the classes. I have done that already.
My question is if it is good to change the auto generated code or not. It’s just renaming the classes. I haven’t required to change anything else.
Another solution I thought of is to give a difference C# namespace to each Request-Response pair. But I have a bad feeling about that, seeming more like a workaround.

What, according to you, is the ideal solution?

Another doubt is that I have same problem with the inner XML nodes. They have same name, but different funcationality, and hence different structure, in every XML call. For example,

XML Call – 1

<Request Method="AvailabilityRetrievalRQ">
   <Room ID="XXX" />
   .....
</Request>

XML Call – 2

<Request Method="RateRetrievalRQ">
   <Room ID="XXX" ProductID="YYY" />
   ....
</Request>

Right now, I have decided not to try and take out common classes just to reduct code redundancy. I have preferred to keep the XSD schema mapped with the auto generated classes, and just renamed the classes so as to avoid any conflict. For example, the analogous Room classes for the above example would be:

XML Call – 1

public partial class AvailabilityRetrievalRQ_Room { }

XML Call – 2

public partial class RateRetrievalRQ_Room { }

Am I doing wrong in that?

  • 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-06T22:20:46+00:00Added an answer on June 6, 2026 at 10:20 pm

    I decided to rename the classes so that the code becomes readable while using them. The namespaces approach didn’t seem enough and right to go with. I will bear the pain of doing this again in case I need to regenerate the classes from the schema.

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

Sidebar

Related Questions

I have some XML that is structured like this: <whatson> <productions> <production> <category>Film</category> </production>
I have some XML files that contain different function information. I am trying to
I have some XML which contains records and sub records, like this: <data> <record
I have some XML which I'm trying to search: <debts> <section id=24 description=YYYYY> <section
I have some xml like this: <Data> <Rows> <Row> <Field Name=title>Mr</Field> <Field Name=surname>Doe</Field> <Row>
I have some xml data contained in three files (Database.xml, Participants.xml, and ConditionTokens.xml). I
I have some xml similar to this: <?xml version=1.0 encoding=utf-8 ?> <data> <resources> <resource
I have some xml documents I need to run queries on. I've created some
I have some xml files that contain text, which are displayed on my website.
I have some problems with a PHP script that calls a Bash script.... in

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.