addFunction("getMirror"); $server->handle(..." />

PHP5 and SOAP/WSDL?

A very basic example of a SOAP webservice: The server part (server. Php): addFunction("getRot13"); $server->addFunction("getMirror"); $server->handle(); The client part (client. Php): getMirror($origtext); print("The mirrored text : $mirror\n"); $scramble = $client->getRot13($mirror); print("The scrambled text : $scramble\n"); And finally the WSDL file (scramble.

Wsdl): This example assumes you put these three files in a directory that is accessible from http://localhost/test and if you use another location, find and replace with the correct URL. Also it requires the SOAP PHP extension to be installed. Good luck!

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions