FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » Trouble connecting to a PHP SoapServer module
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: Trouble connecting to a PHP SoapServer module [message #184633 is a reply to message #184597] Mon, 13 January 2014 15:22 Go to previous message
Jonathan Stein is currently offline  Jonathan Stein
Messages: 43
Registered: September 2010
Karma:
Member
Den 12-01-2014 17:23, KASmith skrev:

> My problem is specifically with the SoapServer operation. As I
> understand it, when SoapServer is instantiated, Apache (the web server
> I am using) creates a "child process" which runs separately from the
> normal Apache process of serving up HTML pages (which continues
> normally).

If you're using SOAP over HTTP, a SOAP message is no different from any
other HTTP request.

Basically, Apache forwards the request to the PHP interpreter, and the
response is sent back to the client - just as any other request to a PHP
page.

> Yes, php is enabled in Apache, as the SoapServer program does run.

How do you conclude that the SoapServer program runs?

When you have this line:
<soap:address location="http://localhost/CB_ServerSoap"/>
in your WSDL, you must of course run the server and the client on the
same machine.

But on the local machine, you should also be able to browse to
http://localhost/CB_ServerSoap
(the SOAP server will respond with an error message about an invalid
SOAP call, but you should not get a "404 Not found" error).

Regards

Jonathan
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Switch question
Next Topic: php.ini loading
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Tue Nov 12 21:45:28 GMT 2024

Total time taken to generate the page: 0.03296 seconds