| View previous topic :: View next topic |
| Author |
Message |
stefan
Joined: 17 Apr 2006 Posts: 35 Location: Germany
|
Posted: Fri Jun 23, 2006 6:55 pm Post subject: PHP-Gtk and SOAP |
|
|
Hi guys,
i like to call from my phpgtk-application a web-service, but i'm not sure if it is possible and then how to do it.
The mainpoint in my thinking for the time being is, can i call the webservice directly with the php-cli (where php-gtk runs) or do i need a php-cgi and a webserver to contact the webservice??
if can use the cli directly, do i build the soapclient the same way like in php-cgi or is there any specific treatment needed, to get the serviceresponse
please help. |
|
| Back to top |
|
 |
cweiske
Joined: 08 Dec 2005 Posts: 454 Location: Leipzig/Germany
|
Posted: Fri Jun 23, 2006 7:26 pm Post subject: |
|
|
| It's exactly the same as in a web environment. |
|
| Back to top |
|
 |
stefan
Joined: 17 Apr 2006 Posts: 35 Location: Germany
|
Posted: Thu Jun 29, 2006 11:54 pm Post subject: |
|
|
| thanks, so i have at least dont worry about this... |
|
| Back to top |
|
 |
stefan
Joined: 17 Apr 2006 Posts: 35 Location: Germany
|
Posted: Tue Dec 26, 2006 8:46 pm Post subject: |
|
|
hi there,
its now time to use soap within my app. since it isnt compiled within gnope, i thougth, i could just copy the php_soap.dll into my ext-directory and activate soap within the php.ini.
but this gives me some errors, which mean, the php couldnt find the dynamic soap library. do i have to compile php with soap and gtk again or is there any other (easier) way??
please help
stefan |
|
| Back to top |
|
 |
stefan
Joined: 17 Apr 2006 Posts: 35 Location: Germany
|
Posted: Thu Dec 28, 2006 12:34 am Post subject: |
|
|
all rigth,
compiled php again, now it works |
|
| Back to top |
|
 |
|