Hi
This question is more about iplanet proxy server . We are trying to use iplant proxy server in DMZ for our webMethods environment. All the requests will be routed throught the proxy.
My problem is that I am able to redirect the url from proxy to our internal webMethods server but the content type that comes with the message is not being passed to webMethods server and content-type being passed is always text/html.
I have this mapping
[url=“http://proxy.server.com:8080/xml”]http://proxy.server.com:8080/xml[/url] ----->> [url=“http://webmethod.server.com:6666/invoke/kmn/xml”]http://webmethod.server.com:6666/invoke/kmn/xml[/url]
When I post data to [url=“http://proxy.server.com:8080/xml”]http://proxy.server.com:8080/xml[/url] with content-type text/xml it is being passed to url [url=“http://webmethod.server.com:6666/invoke/kmn/xml”]http://webmethod.server.com:6666/invoke/kmn/xml[/url]
fine but content-type is text/html and hence causing the problem.
Is anybody using same environment? Please let me know how do I pass the same content-type as it comes in.
Thanks