php5 SOAP, what is the URI for the WSDL? |
[eluser]Unknown[/eluser]
Normally the URI to the WSDL would be http://hostname/Webservice.php?WSDL how would i navigate to the WSDL with code igniter? Sample SOAP Service code I Found for Code Igniter. Code: <?php
[eluser]Mischievous[/eluser]
Code: $path_to_wsdl = $this->config->slash_item('secure_base_url')."system/wsdl/service.wsdl"; then in .htaccess file allow access to the directory ![]() #RewriteCond $1 !^(index\.php|system/wsdl|robots\.txt) |
Welcome Guest, Not a member yet? Register Sign In |