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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T07:35:31+00:00 2026-06-14T07:35:31+00:00

I am using the .NET 4 framework and have made a WCF Workflow Service

  • 0

I am using the .NET 4 framework and have made a WCF Workflow Service Application.

I want to use a SOAP web service (.NET 3.5) I have running in another instance of VS. The only method that is exposed is the following:

[WebMethod]
public string Reverse(string input)
{
    char[] chars = input.ToCharArray();
    Array.Reverse(chars);
    return new string(chars);
}

I have used the following steps to add the service in my Workflow:

  1. Add Service Reference
  2. Provided the WSDL (the operation shows in the Operations box as expected)
  3. Clicked OK
  4. Build the solution to ensure that the service shows in my toolbox
  5. Drag the service from the toolbox into the workflow

However, when I look at the properties of the service in the workflow, there is no way to specify the input argument or where to store the result of the invocation of the service.

I only have the option of specifying some obscure parameters such as Body:InArgument<ReverseRequestBody and outBody:OutArgument<ReverseResponseBody (none of which are strings).

Here is a screenshot depicting the properties of the service in the workflow:

enter image description here

My question is therefore:

Is it possible at all to use the SOAP service by specifying a string as the input argument (like it is meant to be used), and also assign the result to a workflow variable?

In other words, how to I make body and outBody in the picture above correspond to the argument and return value of the web service?

  • 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-14T07:35:32+00:00Added an answer on June 14, 2026 at 7:35 am

    I am guessing you are using an ASMX style web service here and not a WCF service.

    If so Add Service Reference works but isn’t quite able to do the optimal thing. You should be able to get things to work by setting the Body to a new ReverseRequestBody() and specifying the input string as part of the body. The same way with the output ReverseResponseBody as it will contain the resulting string as part of the response body.

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

Sidebar

Related Questions

What I have created a very simple asp.net web service using .NET framework 3.5,
I have asp.net application and am using Entity Framework to connect it with the
I have an ASP.NET Dynamic Data application (using Entity Framework) in which I have
I have an ASP.Net Framework 4 web application making an interop call to a
I need to use a DLL created using .NET framework. This DLL is made
I have an app using the ADO.NET entity framework (the VS2008 version, not the
I am using the asp.net mvc with the Entity Framework. I have a list
I have developed an ASP.Net (VB.Net) website which is using Entity Framework and SQL
I'm using Microsoft Sync framework 1.0 (without ADO.NET services) I have created 2 custom
I am developing a C# application using .NET Framework 4.0 in VS2010. It is

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.