WSDL Blues Most of the day went into debugging WSDL problems for Glancer. Returning complex data types can get tricky. Especially for me, since I don’t have the time to get into the details of WSDL/SOAP and XML specs right now. I have seen how quickly WSDL can be generated (well, actually automatically) on .Net and ColdFusion. […]
Delegate registration, login for Glancer completed Finally! Got the login and registration processes done for Glancer. There is also a “quick finder” feature that tells people how many people have already registered from the same city as theirs or the same occupation as theirs. Did the backend in PHP. Using Qcodo. Learnt a lot more about PHP’s SOAP implementation today. The […]
Puzzled – PHP or Mono? I have been trying to work on the registration screen for Glancer today. Learnt a lot of things about web service integration, datasets, iteration and form submission. Haven’t been able to find a clean way to send the form data back to the server using a web service and processing the db insert there. The […]
Debugging Webservices in Laszlo Have been working on web services with Laszlo and I am hitting on some errors! Guess they will be helpful for anybody who’s going to use this. Background We are using the SOAP methods for consuming web services. Also using the remotecall tags. Error 1: ws1.lzx:108: reference to undefined property WARNING: ws1.lzx:108: reference to undefined […]
Registration page ready – almost! We have got the delegate registration process almost done up for Glancer. The things done so far are: DB Design Splash screen Login procedure Registration UI Webservices for Registration, Login etc Need to integrate the stuff and push it on the server now! I hope we get a direct link from Foss.In site for this. […]