2009年1月20日星期二

[fw-webservices] Feature of Zend_Soap_Server, Not Able to Identify

 

Hi,

Just to brief, I have been using Nusoap for my client-server web services operations. Recently I have shifted to Zend Framework, and in the process of migration, Im struck up with one of the feature. The below code is an example as how we Register a Service with the Server. I would like to know how to implement the same feature using ZEND_SOAP_SERVER.

 

The sample code is:

 

$server->register('PublisherGetDetails',array('sessionid'=>'xsd:string','Publisherid'=>'xsd:int'),

                                array('return'=>'tns:MultipleGetPublisherName'),

                                'urn:Publisher',

                                'urn:Publisher#PublisherGetDetails',

                                'rpc',

                                'encoded',

                                'To  Get publisher'

                );

 

How should I register the services with the Server in Zend Framework. Any Suggestions? Thanks in Advancee.

 

 

 

Regards,

Ramesh

 

没有评论: