Re: WSDL Wizard

This WebDNA talk-list message is from

2003


It keeps the original formatting.
numero = 49381
interpreted = N
texte = I think (or thought) that NN 7 or newer would run it ok, I may be wrong though. As far as the Mac goes, it _seems_ that everything works as far as the editor goes except the ability to put focus inside of the iFrame, which I thought (again) was the DOM object issue.Anyways, thanks for looking at it Alain, I've had a few requests to try and make this thing Mac complient, but I guess that won't be happening, not for a while at least.GK----- Original Message ----- From: Alain Russell To: WebDNA Talk Sent: Wednesday, April 09, 2003 7:49 PM Subject: Re: WSDL Wizard > Gary .. There are bigger problems than just the iFrame thing on the Mac .. A > lot of the calls in the Javascript will be IE only in your editor .. > > > Any chance of learning what you all are doing to overcome the iFrame/DOM > > issue for the wizard? I've had that issue on my WebDNA HTML editor (that > > uses an iFrame) for the Mac and have not been successful in finding a > > workaround. > > > > The editor, should you want to look at it, is at http://www.webcatdev.net/. > > > > Thanks, > > GK > > > > ----- Original Message ----- > > From: Phillip Bonesteele > > To: WebDNA Talk > > Sent: Wednesday, April 09, 2003 6:30 PM > > Subject: Re: WSDL Wizard > > > > > >> > >> Stuart, > >> > >> The iFrame/DOM issues with the UI affecting different browsers are close > > to > >> being resolved ... so the Mac versus PC point will soon be moot. It will > >> shortly work with various flavors of IE, Netscape, etc., on Mac or PC. > > The > >> updated templates will then be available for download for Developer and > >> Enterprise Editions. > >> > >> The main reason why it's a browser based application is because the bulk > > of > >> the work of identifying web services and building all the WSDL information > >> fundamentally requires extensive XML parsing and validation, TCPconnect, > >> etc., ... all stuff that WebDNA does well. Since we built that capability > >> into the 5.0 engine along with all the WSDL processing, it made a lot of > >> sense to leverage that as a server side application, particularly given > > the > >> generated code will ultimately be server side anyway. The final step of > > the > >> wizard actually executes the sample code in a temporary WebDNA template, > >> making a live call to the selected web service and showing you the > > resulting > >> response. > >> > >> So I'm not sure what you mean by going against everything we've done > > before > >> ... I don't think anyone would want this as a 'thick' client application > > or > >> even client/server, which have even bigger platform dependency issues than > > a > >> browser based UI communicating to a web-server application. > > Fundamentally, > >> we've all been building web-based applications with WebDNA all along. > >> Please clarify the point if I'm missing something ... > >> > >> Phil B. > >> > >> > >> -----Original Message----- > >> From: Stuart Tremain [mailto:development@idfk.com.au] > >> Sent: Wednesday, April 09, 2003 3:57 PM > >> To: WebDNA-Talk@talk.smithmicro.com > >> Subject: Re: WSDL Wizard > >> > >> And a PC with IE 6.0.026 > >> > >> > >> Terrific value for a Macintosh based development studio (NOT). > >> > >> > >> Phil, why does it have to be so browser based, seems to go against > >> everything that you have done before ? > >> > >> > >> > >> On Thursday, April 10, 2003, at 05:10 AM, Alain Russell wrote: > >> > >>>> IE 6.0.026 > >> Regards > >> > >> Stuart Tremain > >> idfk web developments > >> 114a/40 yeo street neutral bay 2089 australia > >> t +612 9908 2134 > >> f +612 9908 4837 ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/ Associated Messages, from the most recent to the oldest:

    
  1. Re: WSDL Wizard (Steve Contreras 2003)
  2. Re: WSDL Wizard (Gary Krockover 2003)
  3. Re: WSDL Wizard (Steve Contreras 2003)
  4. Re: WSDL Wizard (Steve Contreras 2003)
  5. Re: WSDL Wizard (Gary Krockover 2003)
  6. Re: WSDL Wizard (Alain Russell 2003)
  7. Re: WSDL Wizard (Gary Krockover 2003)
  8. Re: WSDL Wizard (Stuart Tremain 2003)
  9. Re: WSDL Wizard (Phillip Bonesteele 2003)
  10. Re: WSDL Wizard (Stuart Tremain 2003)
  11. Re: WSDL Wizard (Alain Russell 2003)
  12. WSDL Wizard (Phillip Bonesteele 2003)
  13. Re: WSDL Wizard (Stuart Tremain 2003)
  14. Re: WSDL Wizard (Phillip Bonesteele 2003)
  15. WSDL Wizard (Alain Russell 2003)
I think (or thought) that NN 7 or newer would run it ok, I may be wrong though. As far as the Mac goes, it _seems_ that everything works as far as the editor goes except the ability to put focus inside of the iFrame, which I thought (again) was the DOM object issue.Anyways, thanks for looking at it Alain, I've had a few requests to try and make this thing Mac complient, but I guess that won't be happening, not for a while at least.GK----- Original Message ----- From: Alain Russell To: WebDNA Talk Sent: Wednesday, April 09, 2003 7:49 PM Subject: Re: WSDL Wizard > Gary .. There are bigger problems than just the iFrame thing on the Mac .. A > lot of the calls in the Javascript will be IE only in your editor .. > > > Any chance of learning what you all are doing to overcome the iFrame/DOM > > issue for the wizard? I've had that issue on my WebDNA HTML editor (that > > uses an iFrame) for the Mac and have not been successful in finding a > > workaround. > > > > The editor, should you want to look at it, is at http://www.webcatdev.net/. > > > > Thanks, > > GK > > > > ----- Original Message ----- > > From: Phillip Bonesteele > > To: WebDNA Talk > > Sent: Wednesday, April 09, 2003 6:30 PM > > Subject: Re: WSDL Wizard > > > > > >> > >> Stuart, > >> > >> The iFrame/DOM issues with the UI affecting different browsers are close > > to > >> being resolved ... so the Mac versus PC point will soon be moot. It will > >> shortly work with various flavors of IE, Netscape, etc., on Mac or PC. > > The > >> updated templates will then be available for download for Developer and > >> Enterprise Editions. > >> > >> The main reason why it's a browser based application is because the bulk > > of > >> the work of identifying web services and building all the WSDL information > >> fundamentally requires extensive XML parsing and validation, TCPconnect, > >> etc., ... all stuff that WebDNA does well. Since we built that capability > >> into the 5.0 engine along with all the WSDL processing, it made a lot of > >> sense to leverage that as a server side application, particularly given > > the > >> generated code will ultimately be server side anyway. The final step of > > the > >> wizard actually executes the sample code in a temporary WebDNA template, > >> making a live call to the selected web service and showing you the > > resulting > >> response. > >> > >> So I'm not sure what you mean by going against everything we've done > > before > >> ... I don't think anyone would want this as a 'thick' client application > > or > >> even client/server, which have even bigger platform dependency issues than > > a > >> browser based UI communicating to a web-server application. > > Fundamentally, > >> we've all been building web-based applications with WebDNA all along. > >> Please clarify the point if I'm missing something ... > >> > >> Phil B. > >> > >> > >> -----Original Message----- > >> From: Stuart Tremain [mailto:development@idfk.com.au] > >> Sent: Wednesday, April 09, 2003 3:57 PM > >> To: WebDNA-Talk@talk.smithmicro.com > >> Subject: Re: WSDL Wizard > >> > >> And a PC with IE 6.0.026 > >> > >> > >> Terrific value for a Macintosh based development studio (NOT). > >> > >> > >> Phil, why does it have to be so browser based, seems to go against > >> everything that you have done before ? > >> > >> > >> > >> On Thursday, April 10, 2003, at 05:10 AM, Alain Russell wrote: > >> > >>>> IE 6.0.026 > >> Regards > >> > >> Stuart Tremain > >> idfk web developments > >> 114a/40 yeo street neutral bay 2089 australia > >> t +612 9908 2134 > >> f +612 9908 4837 ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/ Gary Krockover

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

Re[2]: Next X hits (1996) Re:2nd WebCatalog2 Feature Request (1996) WC 2.0 frames feature (1997) Formulas.db / Quantity Discount problem (1998) bug in listwords? (1998) Separate SSL Server (1997) New Cart No. on same page (2003) WebDNA Server Not Running (2005) color and size options / ARCHIVES (1997) RequiredFields template (1997) Bug Report, maybe (1997) My slower response (1997) Calculating multiple shipping... (1997) WebCat2 - storing unformatted date data? (1997) [ConvertChars] problem (1997) [WebDNA] Cheers (2008) REPOST... Incompatibility with WebCat 3 templates ... (2000) 2nd WebCatalog2 Feature Request (1996) Latin Characters (1998) ooops...WebCatalog [FoundItems] Problem - LONG - (1997)