This is where you can find the latest beta for our Web Services plug-in. As with any beta please take proper care not to use the beta in any production systems and if you find any problems or bugs with it please email us at wssupport@fmnexus.com.
Latest demo Posted March 26, 2010
3.0.1b10 Changes - There has been a lot of changes to setting prefs. This may effect your scripts Please read.
Fix to xPath hanging on Windows Server
JSON - bug fix that results in change the function ID. If you are using the JSON in a solution you will need to reselect the function in your scripts.
Preference to REST operations. These prefs have been moved to the _FmNx_GetPref and _FmNxSetPref. These include preference for things like http_username. _FmNx_Load_WSDL_From_URL is considered a REST function. You can set them globally or include a domain name. For Example
_FmNx_SetPref( "http_user=vince") //This would set the http user fro all rest calls. SOAP calls require a WSDL name
_FmNx_SetPref( "www.fmnexus.com:http_user=vince") //This would set the http user for REST calls just to that domain name. Keep in mine that you need to use the domain name that is used in your rest call www.fmnexus.com is different from fmnexus.com and that is different from mail.fmnexus.com.
It is advised that you use domains if you are using rest with more then one service and running on FileMaker Server. This will avoid multi threading issues.
New in this beta
Fixed a crashing bug where unprivileged XP user would get a crash when running REST commands or loading WSDLs.
Client side certificates support
SSL Working with Get and Post
Improved SSL support in Window version
The ability to download a WSDL through a https connection using a user name and password.
json parsing
Some of the most compelling features of 3.0
FEATURE: XPATH support built right into the plug-in.
BENEFIT: Parse XML with easy and simplicity
FEATURE: REST support
BENEFIT: Combine this with XPATH and you can integrate to any REST based service
FEATURE: Load WSDL from URL
BENEFIT: Code works seamlessly from client to server running scripts.
Special Note.
These versions require the new 3.0 license key. If you call the registration function and it does not have the correct license key the wsdl functions will not load. To work around this just do not call the registration function. It is not needed for the demo version to work.
Comments