500: Internal Server Error while trying to consume axis2 web service in .net

426 views Asked by At

I am using c# console application to consume "axis2" web service by adding reference to the service file. It uses "wsse" security so i had to use "wse3 extension to call the service. But when i execute my application the response is always 500: internal server error.

The content type text/html of the response message does not match the content type of the binding (multipart/related; type="application/xop+xml"). If using a custom encoder, be sure that the IsContentTypeSupported method is implemented properly.

Why would i get this error response?

0

There are 0 answers