Re: How to set the content type of SOAP request to TEXT/XML

2008-10-21 Thread donald yang
Hi Supun, Thank you very much for your reply. I have explicitly disbaled the MTOM by calling axis2_options_set_enable_mtom(option, env, AXIS2_FALSE) I don't know why the axis2c1.4 still create the SOAP request with the content type of multipart/related. Could you please advise me what are other

Re: How to set the content type of SOAP request to TEXT/XML

2008-10-21 Thread Samisa Abeysinghe
Check if you have set this in axis2.xml Also use SOAP 1.1 for text/xml content type. Samisa... donald yang wrote: Hi Supun, Thank you very much for your reply. I have explicitly disbaled the MTOM by calling axis2_options_set_enable_mtom(option, env, AXIS2_FALSE) I don't know why the