Re: Witango-Talk: Simple SOAP instructions

2005-06-21 Thread Customer Support
Robert, It is the exact setup we are running. See the last email we sent. You can try it against the www.witango.com and developer.witango.com sites both running on the same machine in separate virtual directories. If you are getting the Fault element returned in the SOAP envelope then t

Re: Witango-Talk: Simple SOAP instructions

2005-06-21 Thread Robert Garcia
Well, no matter what can't get to work on IIS 6, windows 2003, anyone get it to work in that environment? I quickly setup apache2, and put the webservice in the htdocs folder, and so the webservices.ini file was relative to the htdocs folder, and everything worked. If you just hit the url

Re: Witango-Talk: Simple SOAP instructions

2005-06-21 Thread Customer Support
Robert,Phil asked me to set up the Add Service on both www.witango.com and developer.witango.com.  Both sites are running on the same fully patched Win 2003, IIS 6 and Witango Server 5.5.009.  Your SOAP request code is working (I just changed the body in the payload) so it would seem to be a local

Re: Witango-Talk: Simple SOAP instructions

2005-06-21 Thread Robert Garcia
When I run the taf to hit it, this throws a dom exception:<@ASSIGN request$WebService "http://admin.bigheadtech.com/WhatsTheTime.wws"><@ASSIGN request$SOAPAction "http://admin.bigheadtech.com/WhatsTheTime.wws"><@ASSIGN request$SoapPayload 'http://schemas.xmlsoap.org/soap/envelope">'><@ASSIGN Reques

Re: Witango-Talk: Simple SOAP instructions

2005-06-21 Thread Robert Garcia
OK, well, I am going to review the whole setup again, but at this point, I am not having success, by any chance, do you have the whatsthetime webservice or something simple like it exposed on the witango servers, so I could hit from here, and make sure my httprequest is working properly?

Re: Witango-Talk: Simple SOAP instructions

2005-06-21 Thread Phil Wade
Correct on all counts. The URL to the web service would also be http://www.mysite.com/myws.wws. On 22/06/2005, at 2:31 PM, Robert Garcia wrote: I understand that, and I assumed that the implementation was simplified, and that makes sense to implement a new feature. So that I understand:

Re: Witango-Talk: Simple SOAP instructions

2005-06-21 Thread Robert Garcia
I understand that, and I assumed that the implementation was simplified, and that makes sense to implement a new feature. So that I understand: If I have a domain, www.mysite.com, and in the IIS setup, the root is F:\websites\mysite\ And the files are like so: f:\websites\mysite\ws\myws.t

Re: Witango-Talk: Simple SOAP instructions

2005-06-21 Thread Phil Wade
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.

Re: Witango-Talk: Simple SOAP instructions

2005-06-21 Thread Robert Garcia
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

Re: Witango-Talk: Simple SOAP instructions

2005-06-21 Thread Robert Garcia
Thank you, I will review. -- 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, a

Witango-Talk: witango & screen sharing

2005-06-21 Thread Dave Williams
Hi there... just found a solution to demo and/or do remote tech support on my witango applications that some of you may be interested in. We've been researching desktop sharing for sometime and last month we finally found a great Macromedia FLASH solution that provides slide presentation, white

Witango-Talk: Simple SOAP instructions

2005-06-21 Thread Matt Muro
In refreshing our memory on Web Services we set it up again (and wrote some doco this time). While this may not answer your questions, Robert (and we're using Apache2/Win32, you IIS) I thought I'd share these notes all the same. Configuring Web Services (SOAP) on Witango 5.5.009 under Apache 2.0.

Re: Witango-Talk: 5.5 WebServices Issues

2005-06-21 Thread Matt Muro
Robert, We also had SOAP working with 5.5 under Apache2 (Win32). I'll try to get the specifics for you, but off the top of my head: - we had the WhatsTheTime example working - we built a PHP client that was able to talk to our Witango SOAP server - we used the WSDL File Generator Utility at w

Re: Witango-Talk: 5.5 WebServices Issues

2005-06-21 Thread Dale E Graham
We've gotten webservices running under both the Witango 5.5 server and also the J2EE Witango servlet... It IS tricky in terms of setting the paths, but we did get that worked out, and once done, it worked "as advertised". I have asked my programmer who did this to check in on this issue. O

Witango-Talk: 5.5 WebServices Issues

2005-06-21 Thread Robert Garcia
Before I write out a detailed email to support, has anyone successfully gotten the new Webservices to work? I have built everything starting with the tutorial, and the events.log confirms that webservices are enabled, and that the ws is registered, and I have set the wws extension mapping i

Re: Witango-Talk: Absolutely Annoying new "Features" of the Dev Studio

2005-06-21 Thread Dale Graham
Mac. Looks like it might be a Windows bug, then, since I notice another Mac user had the correct function as well.On Jun 20, 2005, at 12:15 PM, John McGowan wrote: Dale, are you on Windows or Mac?  I'm on Windows and It definitly doesn't do that. Here is a screenshot so you all believe me... It sh

Re: Witango-Talk: Generate random passwords

2005-06-21 Thread [EMAIL PROTECTED]
A very simple way: <@RIGHT STR="<@USERREFERENCE>" NUMCHARS="10"> Don't need a assign, because you can display it directly or you can insert it directly into your database. I use this for years and it work very fast and fine... regards Daniel :-) - Original Message - From: "Wayne Ir