You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Moreno Andreo <mo...@evolu-s.it> on 2020/03/05 14:17:08 UTC

[users@httpd] IIS/WCF Proxying issue

Hi *,
I have an issue using Apache 2.4 on Debian 10 with reverse proxy to an 
IIS 7.5 server hosting a WCF service.
I have a simple

<VirtualHost *:9999>
     ProxyPass / http://ip.ad.dr.ess:9999/service/
     ProxyPassReverse / http://ip.ad.dr.ess:9999/service/
</VirtualHost>

If I reference it by browser everything is fine.
If I try to download metadata from Visual Studio to build client 
objects, I receive a 415 error:
Cannot process the message because the content type 
'application/soap+xml; charset=utf-8' was not the expexted type 
'text/xml; charset=utf-8'

I've read that I have to set MIME type explicitly, but how do I achieve 
this?

Thanks in advance
Moreno


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org