WSDL server HTTP headers

I am sending request to WSDL server, and I have some funny results. In about 9 of 10 cases I got error from server, however in 1 of 10 I got successful response. Headers from successful response: HTTP/1.1 200 OK Date: Thu, 01 Sep 2011 09:34:47 GMT Content-Type: text/xml; charset=utf-8 x-wily-servlet: Clear appServerIp=x.x.x.x&agentName=esb_online_server4&servletName=HttpTransportServlet&servletResponseTime=4&agentHost=z2esb04.xxx.com&agentProcess=WebLogic X-Powered-By: Servlet/2.5 … Read more

Reverse Proxy and requested URL aware tomcat

I’ve configured an infrastructre setup where an apache reverse proxy terminates SSL requests. Then the requests are proxied to another frontend apache webserver and then again this one is connected via mod_jk/AJP to a tomcat. The setup seems to run smoothly without one exception. The tomcat serves WSDL webservices and in these XML files one … Read more

mod_rewrite to serve static file based on specific query string with mod_proxy

I would like to have a reverse proxy (apache httpd with mod_proxy) in front of an IIS hosting a SOAP Web Service. The problem I’m facing is that the SOAP clients ask the web server for the details about the web service by downloading the WSDL from the endpoint. This WSDL is generated by the … Read more

System.Net.WebException: There was an error downloading [URL] The underlying connection was closed: An unexpected error occured on send

I have an asmx web application installed on IIS 8.5 on Windows Server 2012. When I try to load it via WSDL client on the server itself, I get the following error: The application is running under a .net 2.0 app pool but the same error occurs while running under .net 4.0 The error occurs … Read more

URL Rewrite in IIS7 Web Service – WebService.asmx => WebService in the SOAP doc

I have an IIS7.5 (Server 2008 R2) based web service that I would like to make as independant on the current implementations technology as possible. I am using the URL rewrite module (http://learn.iis.net/page.aspx/734/url-rewrite-module/) to remove the .asmx portion of the URL and that is working fine for the HTTP request portion. However, I still see … Read more

SharePoint Designer using Dynamics CRM services as an external data source

I want to use Dynamics CRM services as a data source for SharePoint 2010. I’m using SharePoint Designer 2010 for work with SharePoint server. I tried to follow this instructions. And I’m planning to use links shown in Dynamics CRM -> Settings -> Customizations -> Developer Resources. But every time I try to connect to … Read more

503 Service Unavailable error when deploying a working ear file to weblogic server!

I have a working service deployed to weblogic 9.2. We had a server migration, so we moved this application to another server with the same weblogic setup. Now, when I try to access the WSDL, I get 503 Service Unavailable error. It is the same exact application. Any guess as to why this is happening? … Read more

Protecting PHP packages on server

I am a php developer and have recently decided to make one of my Magento extensions commercial. I have downloaded and configured MageParts CEM Server and that is all working perfectly in regard to licencing and delivery of module packages. The only issue is that the directory that the packages are stored in could be … Read more