Print Page | Close Window

Hosting for MetaEdit+ API utility code

Printed From: MetaCase
Category:
Forum Name: MetaEdit+
Forum Description: All topics relating to MetaEdit+ or DSM
URL: https://www.metacase.com/forums/forum_posts.asp?TID=241
Printed Date: 27.Mar.2026 at 00:26
Software Version: Web Wiz Forums 12.05 - http://www.webwizforums.com


Topic: Hosting for MetaEdit+ API utility code
Posted By: stevek
Subject: Hosting for MetaEdit+ API utility code
Date Posted: 22.Jun.2011 at 15:10
The MetaEdit+ SOAP/WebServices API is intended to allow anyone to use their favourite language to write programs that interact with MetaEdit+. The SOAP API interface is supplied as a WSDL file, which any programming languages SOAP framework can read and generate a set of classes / functions that allow the MetaEdit+ API functions to be called transparently.
 
Most SOAP calls really are transparent - it feels like calling a local function on local data, e.g.
   surname=parentObject.valueAt(2);
   childObject.setValueAt(2, surname);
Some things in SOAP however require a bit of work, e.g. converting data between SOAP types and native types. Our examples show the conversion - the code is only a couple of lines, and it's best for people to see what's actually going on. But as you write longer programs those lines get repeated often, so it's probably best to put them into their own utility function.
 
With so many languages and SOAP libraries, plus their different versions, it's impossible for MetaCase to provide these utility functions for everyone. Our hope was that the community of users, each knowing more about their own programming language and SOAP framework than MetaCase can, would share any utility functions or frameworks they made.
 
It's taken a while, but now there are quite a few such bits of code floating around - and the question is what is the best way to share them. We'd love it if people were able to share, improve and extend these things, to help themselves and others. So pick your favourite(s) of the above set, whichever would be easiest for you to grab from and to partcipate in.
 
Thanks,
Steve



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.05 - http://www.webwizforums.com
Copyright ©2001-2022 Web Wiz Ltd. - https://www.webwiz.net