Robert,

When the initial SOAP implementation was being architected there was a decisions made to simplify it as much as possible so it was decided that web services in its initial implementation they would be global to the server as tying them to domains.ini, objects.ini and applications.ini files would be an obstacle for those that did not use them and it became painful to configure and troubleshoot. What we chose to do was to have the Witango server checks whether the service is defined (webservices.ini stanza) and make the call to the TCF by appending the current webroot taken from the SOAP request and append it to the path defined in the webservices.ini file. The Stanza name is what defines the web service call and no path is required in the SOAP call itself (e.g.The sample add service is call with the URL http://127.0.0.1/AddService.wws). The server then takes the webroot such as C:\InetPub\wwwroot\site1\ and appends it to the path in the webservice definition for the tcf and wsdl file. This method was also chosen as in the future we will be able to expose a COM or JavaBean objects as a web service by simply defining it in the webservices.ini file and making a wsdl file to overlay onto it.

In a future release (6.x) we will be extending the implementation so that you will be able to define the application or domain that the webservice belongs to as well.


Phil


On 22/06/2005, at 8:06 AM, Robert Garcia wrote:

Thank you for the docs. I appreciate it.

I don't see anything in your documents different than what I did.... EXCEPT

You are using apache, and it looks like you are using a single domain type setup, with your webservices in the default htdocs location.

So maybe witango support could chime in on this. None of my sites use the default c:\inetpub\wwwroot location. Is that were the webservice files are expected to be? Does the webservice INI ignore the domain and webroot for a particular site? What file location is the webservices.ini expect to be the root, where these paths are relative to?

--

Robert Garcia
President - BigHead Technology
VP Application Development - eventpix.com
13653 West Park Dr
Magalia, Ca 95954
ph: 530.645.4040 x222 fax: 530.645.4040
[EMAIL PROTECTED] - [EMAIL PROTECTED]
http://bighead.net/ - http://eventpix.com/

On Jun 21, 2005, at 2:11 PM, Matt Muro wrote:


<soap notes.doc>


______________________________________________________________________ __
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf


________________________________________________________________________
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

Reply via email to