BizTalk web service to return a value rather than void + ref -



BizTalk web service to return a value rather than void + ref -

is there anyway web service generated biztalk web services wizard orchestration homecoming value, rather have void homecoming , utilize homecoming ref ?

i'm trying emulate existing web service simple ... web method takes string , returns string ... public string mytestmethod(string myval)

the proxy web service orchestration works, biztalk wizard generates ... public void mytestmethod (ref string myval)

i've tried advanced option, forcefulness request response, doesn't seem anything

are trying publish orchestration web service or schema service?

considerations while using web service wizard : http://technet.microsoft.com/en-us/library/aa559660(bts.20).aspx ... 2006 r2

web-services biztalk biztalk2006r2

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

c# - Can ProtoBuf-Net deserialize to a flat class? -

javascript - Change element in each JQuery tab to dynamically generated colors -