please post more details information about your requirement.
Best regards,
Sam
MSDN Community Support
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.
I have passed input.xml,now I want to show it in out parameter as newoutput
Do you want to show it in visual studio output window? If so, you can try to Debug.write Method.
cvm321
when I debug it show null value
I don't knwo how did you use the Validateorder(), can you show me this method?
My suggestion is that since you have dubug, you can see why it is empty during dubug.
Best regards,
Sam
MSDN Community Support
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.
Member
2 Points
22 Posts
webservice
Oct 31, 2019 09:14 PM|cvm321|LINK
hi ,
I have access webservice and get the output as net output
using ValidateNewRequestTest.Validateneworder;
using NUnit.Framework;
namespace ValidateNewRequestTest
{
[TestFixture]
public class ValidateNewRequest
{
Validateneworder.ESoapClient vNewRequest = new ESoapClient();
[Test]
public void NewOrder()
{
Array[] OutOfBandData = null;
object o = null;
// var NewOnjResponse;
vNewRequest.ValidateNewOrder("<OW><NewValidate Exercised='NO' OrderTaken='DIRECTLYT'
Side='SELL_SHORT' Symbol = 'JN' PriceType = 'TRLGSTP' RPChannel = 'REPASSISTED' PNSTermse = 'STANDARD'
Trading = '1' StopParam = '13' ReadBackInd = '0' PNSTerms_IsMLGiveUp = '1' PNSTerms_MLGiveUpToFCWireCall = 'UNF' PNSTerms_MLGiveUpToFCNumber = '1000' TimeInForce_Code = 'DAY' AccountNumber = '298788' FC_FCNumber = '1008' Quantity = '1' CostCenter = 'CostCenter' MarketDataClientId = 'ZSGEW4A' /></ OW>"
, null, out o);
// Assert.AreEqual("x",o);
//return o;
}
I want to show it in netoutcome,,can any help to modify function
Participant
1870 Points
716 Posts
Re: webservice
Nov 01, 2019 06:50 AM|samwu|LINK
Hi cvm321,
Can you tell me what it is and what does it do?
And what is netoutcome?
please post more details information about your requirement.
Best regards,
Sam
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.
Member
2 Points
22 Posts
Re: webservice
Nov 01, 2019 02:14 PM|cvm321|LINK
Thankyou for reply.Actually im service referencing webservice in my application .
vNewRequest.Validateorder(string InputXml, consService.ServService.ArrayOfAnyType[] OutOfBandData, out object OutputXml)
now ,I have passed input.xml,now I want to show it in out parameter as newoutput
when I debug it show null value
Participant
1870 Points
716 Posts
Re: webservice
Nov 05, 2019 01:51 AM|samwu|LINK
Hi cvm,
Do you want to show it in visual studio output window? If so, you can try to Debug.write Method.
I don't knwo how did you use the Validateorder(), can you show me this method?
My suggestion is that since you have dubug, you can see why it is empty during dubug.
Best regards,
Sam
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.