<div dir="ltr"><div>Has anyone done nay C# AXL programming using the wsdl generated proxy class for 9.1?</div><div> </div><div>I'm running into an error with the proxy class and I'm not quite sure how to fix it.  All of the suggestions I've found so far have not worked.</div>
<div> </div><div>Looks to me like it is trying to convert one type as another but unless I'm mistaken it shouldn't need to happen.</div><div> </div><div><span style="font-family:"Times New Roman","serif";font-size:12pt"><font color="#000000">error CS0030: Cannot
convert type 'UpdateSoftKeySetReqAddCallStates' to 'UpdateSoftKeySetReqCallStates'<br>
error CS0030: Cannot convert type 'UpdateSoftKeySetReqAddCallStates' to
'UpdateSoftKeySetReqRemoveCallStates'<br>
error CS0029: Cannot implicitly convert type
'UpdateSoftKeySetReqRemoveCallStates' to 'UpdateSoftKeySetReqAddCallStates'<br>
error CS0029: Cannot implicitly convert type 'UpdateSoftKeySetReqCallStates' to
'UpdateSoftKeySetReqAddCallStates'</font></span></div><div><span style="font-family:"Times New Roman","serif";font-size:12pt"><font color="#000000"></font></span> </div><div><span style="font-family:"Times New Roman","serif";font-size:12pt"><font color="#000000">Trying to troubleshoot several hundred thousand lines of auto-generated code has my head spinning.  I've tried different versions of the wsdl tool as well with no luck.</font></span></div>
<div> </div></div>