In the JobSubmit_Fax_2 example, line 200 looks like it repeats the constructor in line 199. See below
EMsgAPI_Demo.EMsgAPI_JobSubmit201101.ContentsType EM_Content = new EMsgAPI_Demo.EMsgAPI_JobSubmit201101.ContentsType();
EM_Content = new EMsgAPI_Demo.EMsgAPI_JobSubmit201101.ContentsType();
Is it necessary to initialize the object twice?
E. D. Epperson