WebService on IIS7 returning “The data is invalid”, but works in ASP.NET Development server

I’m losing my nerves with an error that I never have encountered before: I set up a simple SOAP web service, that runs on .net 4, which receives a string as the input and returns a XMLDocument. When testing the service in the developer environment, i.e. the ASP.NET development server, everything works fine, however when … Read more

sending email with smtp through php only working on remote server

I am trying to creat a little register/login page in php but I am stuck at sending the email to verify I am using apache so I go to localHost/mypage.php I am using JangoSMTP as an outgoing mail server and used their provide code here I use it and tweek the code a bit then … Read more

What could be tampering with my outgoing messages causing signature verification to fail?

I have problem calling a SOAP Web Service. When I send my signed message from my local machine to the service I get a correct response. When I do the exact same thing from a machine in the production environment server setup I get a “The signature verification failed” response. I am not a system … Read more

Load balance Apache and a SOAP application over SSL while retaining client IP address

We are trying to find the most suitable load balancing solution that will work with our application, but I quickly found I don’t know much on the subject. We were going to run Varnish Cache but we use client IP addresses at various levels and SSL – starting to get complicated… please help Here’s situation, … Read more

JBossAS 6 & Riftsaw: “No context found for request” when loading WSDL

I’m evaluating the use of Riftsaw and have been following the Getting Started guide: http://docs.jboss.org/riftsaw/releases/2.3.0.Final/gettingstartedguide/html/examples.html#d0e240 I’ve installed JBossAS 6, JBoss ESB 4.10 and Riftsaw 2.3.0 on my server (let’s call it server1, with IP 10.0.0.1 a FQDN of server1.domain.com) and can access the admin console fine from both server1 and my development PC. I have … Read more

How to manage SOAP requests to a pool of VM each listening on a HTTP port with a priority value in these requests?

I have a front SOAP web-server under Linux. It will have to communicate with Windows Servers VM listening each on a HTTP port, for a HTTP POST request. The chosen VM should return a report of a task to the SOAP client. In the SOAP requests, there’s a special variable : the priority of the … Read more

Undefined symbol “php_libxml_disable_entity_loader”

I have php5.4 installed.It runs on freebsd server I also use soap.so extension. But when I start php script (new SoapClient) it stopped. Apache logs: tail -f /var/log/httpd-errors.log : /libexec/ld-elf.so.1: /usr/local/lib/php/20100525/soap.so: Undefined symbol “php_libxml_disable_entity_loader” I tried reinstall php5-extensions after portupgrade Can anybody help me? Thanks Answer I had exactly the same problem and it disappeared … Read more

Application Unable connect Remote Server. FIREWALL Issue

Developing a C# Application that uses an WDSL/SOAP service and connects to a server via port 443 I know it is a Firewall Windows 2008 Server issue. Because when I disable it, it works perfectly. Trying to create a rule allowing inbound connections to the port 443, it blocks as well. Netstat tool just shows … Read more