projects / org / se7enxweb / bcsoapsearch
Find the Exponential Software extensions you want
UNIX name | Owner | Status |
---|---|---|
bcsoapsearch | 7x | stable |
Version | Compatible with |
---|---|
N/A | N/A |
README
INSTALLATION
[GeneralSettings]
AvailableServices[]=bcsoapsearch
EnableSOAP=true
EnableLog=true
[Service_bcsoapsearch]
ServiceName=BcSoapSearch
ServiceNamespace=urn:bcsoapsearch
SOAPExtensions[bcsoapsearch]=bcsoapsearch
RewriteCond %{HTTP_HOST} ^soap..
RewriteRule ^(.) /nusoap.php [L]
[BcSoapSearchSettings]
DocumentUrlPrefix=http://example.com/eng/
TESTING
Testing the service
./extension/bcsoapsearch/bin/php/bcsoapsearchclient.php http://soap.example.com/bcsoapsearch?wsdl searchString searchLimitNumeric searchOffset
./extension/bcsoapsearch/bin/php/bcsoapsearchclient.php http://soap.example.com/bcsoapsearch?wsdl Cache 1 0
./extension/bcsoapsearch/bin/php/bcsoapsearchclient.php http://soap.example.com/bcsoapsearch?wsdl Cache 1 2
./extension/bcsoapsearch/bin/php/bcsoapsearchclient.php http://soap.example.com/bcsoapsearch?wsdl Cache 2 2
./extension/bcsoapsearch/bin/php/bcsoapsearchclient.php http://soap.example.com/bcsoapsearch?wsdl Cache 1 4
-- Testing the search via psudo cronjob (to get access to the eZ ENV)
--- symlink, cronjobs/ezsearchtestclient.php to extension/bcsoapsearch/services/bcsoapsearch.ez.php
--- run, php runcronjobs.php -s ezwebin_site_user -d ezsearchtestclient| less