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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T16:22:07+00:00 2026-06-13T16:22:07+00:00

I have a WCF Serivce that reads requests with XML payloads and responds to

  • 0

I have a WCF Serivce that reads requests with XML payloads and responds to these requests. For example, a simple login request would look like:

<?xml version="1.0" encoding="utf-8"?>
<LoginRequest>
    <username>test</username>
    <password>foo</password>
</LoginRequest>

Now I know I could simply accept XElement in my service method but is there any way I can tell the underlying system how to read the above XML and translate it into a function call in such format:

public LoginResponse Login (string username, string password); 

Is such a thing possible?

  • 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-13T16:22:08+00:00Added an answer on June 13, 2026 at 4:22 pm

    I don’t believe that your specified XML will actully work formatted as it is. I only say that because unless you change the SOAP message comming in, it will recognize the XML inside as a single string value (as it seems like you have now) and not multiple values.

    If you have a .NET client, then you would want to utilize the same classes, decorated with the DataContract attribute, on the client side (or proxy objects) that already know how to serialize and deserialze to SOAP formats. Since you do not specify what the client is that is sending you the XML payloads, there is a good possiblity that the XML is already wrapped in a SOAP envelope and would require some overhaul on both sides to be “more correct”.

    Additionally, because of what you got going here, your actual SOAP requests would have to change significantly to pass those as arguments instead of just an XML value.

    So, I guess the bottom line answer is no. You would not be able to change the WCF service alone to do this.

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

Sidebar

Related Questions

I have a WCF service library that reads a xml file that's located in
I have a WCF service that is returning a block of xml. One element
I have a WCF service that can receive several requests/minute (or seconds) that need
I have a simple dataform created that reads address information. The address information is
I have a WCF service that received a JSON request with a byte array
I have to create a WCF service that will accept thousands of requests every
We have an application that starts a WCF server and the app reads from
I have a WCF service that accesses a SQL database to fetch data .
I have a WCF service that I need to call in a ASP.NET web
I have a WCF service that I can debug. I put a breakpoint 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.