Soap Bad Request while connecting to a non local PHP Soap Server

Spanks

New Member
i'm running an testing system with an PHP Soap environment. The PHP Version is 5.3.3 on a opensuse 11.3 linux server. The problem i got is following soap fault:\[code\]Fatal error: Uncaught SoapFault exception: [SOAP-ENV:Client] Bad Request in /srv/www/vhosts/xxx/externes/soapx/client.php:17 Stack trace: #0 /srv/www/vhosts/xxx/externes/soapx/client.php``(17): SoapClient->__call('halloWelt', Array) #1 /srv/www/vhosts/xxx/externes/soapx/client.php(17): SoapClient->halloWelt() #2 {main} thrown in /srv/www/vhosts/xxx/externes/soapx/client.php on line 17\[/code\]It appears on connecting with the client on ther soap server.It's just a simple HelloWorld function implemented, the WSDL seems ok,too.Do anyone got a little hint for me?
 
Back
Top