question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Include out parameters in wsdl

See original GitHub issue

Hi,

out parameters are missing in created wsdl. See sample SampleService.VoidMethod(out var stringValue). For testing, I created a .NET Framework 4.6.1 client project using ServiceReference to create a client from wsdl. There, the out parameter is missing, see Client461.zip.

Best regards, Markus

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:9 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
cubidobusinesssolutionscommented, Aug 20, 2018

I updates samples regarding this change #121

1reaction
cubidobusinesssolutionscommented, Aug 20, 2018

Thanks, works as expected 👍

Read more comments on GitHub >

github_iconTop Results From Across the Web

How give same element for input and output parameter in ...
This method return type is void and method argument is Holder<RootElementType> parameters but return type and method argument should be ...
Read more >
Calling Web Service Methods That Use Out Parameters
In WSDL terms, the return value of a function is a parameter of the out type. So, in WSDL terms, the method that...
Read more >
Setting output parameter in WSDL which is used by a web ...
I have used a wsdl and xsd file to create a web service. The web service is working fine with 1 input and...
Read more >
A Good Example Of Multiple Outs And In Out - manoftoday
In certain RPC situations, WSDL can specify message parts that appear on both the input message and output message; these translate to in/out...
Read more >
Set Value to existing WSDL output parameter (i.e.w...
Hi All, I have the below static WSDL. I am getting the input from "userID" element and in the script include I am...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found