I am working through examples found in NeuronWebServices, and one of the processes is supposed to send a service request to the GetData(int value) method of my WCF service.
the call is being made, and returning to the process, however I cannot get the value of the parameter to flow through. When I leave it defined as an int, the call to GetData is simply ignored. If I change the WCF service to GetData(string value), then the call is successfully made, but an empty string is passed as the parameter.
How do I set the value of the parameter in the Neuron process?
The name of the process I am working through is called Facade?
Also, both the GetData() and the EchoRequest() methods in this example return a result. How do I inspect the result returned in the Facade process?
Tags:
I figured out the return...
context.Properties.Add("result1",context.Data.ToXml());
This seems to give me access to the results from the service call. Now I only need to know how to pass in parameters to this service call...
Hi David,
I'm going to forward the thread to Joe, who wrote the sample. He should be able to respond to this for you.
Neuron ESB Product Support Forums and Communities
© 2024 Created by Neuron Admin. Powered by