| Number of listings: |
2 |
| Number of categories: |
0 |
|
|
|
|
|
Zend Soap
|
Small example on how to access a Java service using the WSDL option.
http://www.prodevtips.com/2009/06/08/zend-soap-client-example-talking-with-java-services/
PageRank: 0/10
(Clicks: 548;
Comments: 0;
Listing added: Jun 8, 2009)
|
|
Zend_Soap_Server class is intended to simplify Web Services server part development for PHP programmers.
It may be used in WSDL or non-WSDL mode, and using classes or functions to define Web Service API.
When Zend_Soap_Server component works in the WSDL mode, it uses already prepared WSDL document to define server object behavior and transport layer options.
WSDL document may be auto-generated with functionality provided by Zend_Soap_AutoDiscovery component or should be constructed manually using Zend_Soap_Wsdl class or any other XML generating tool.
If the non-WSDL mode is used, then all protocol options have to be set using options mechanism.
http://framework.zend.com/manual/en/zend.soap.html
PageRank: 5/10
(Clicks: 1517;
Comments: 0;
Listing added: Oct 3, 2008)
|
|
|
|
|
|
|
|
|
|