Creating My sql service error
DreamFactory does not provide a mysql database for you -- you need to connect your own database to dreamfactory.We do provide a built in sqlite database with every install, called 'db'
View ArticleOData output from the DB call
I was wondering if there is going to be any support for OData service in DF, specifically making calls/operations of type specified in the OData spec instead of DF specific. Or is there a way to...
View ArticleGETing deep structures
Hi, what I normally do is going to API Docs and make the call with * as related and see the name of the relation that DF puts. Ex:userproductsuser_products then the related would be...
View ArticleCalling Stored Procedure in script with Params
Hi, I guess you don't need the bitnami_dreamfactory in URI, just the name of proc directly: mysql/_proc/usp_dp_something and the params don't need to put param_type and type, just name and value.
View ArticleCustom Scripting Service XML Notifier Invalid XML Payload Error
FYI, After some troubleshooting by the engineer it seems the xml payload needs to be wrapped in tag for the type caster not to choke on the content. There is a request going in to allow the content...
View ArticleRemote Webservice call - post process / missing params in outgoing request
According to my recent discussion with support engineer pre and post processing scripts are not available to Remote Web Service or Custom Scripting Services.
View ArticleGETing deep structures
You can also get relationship names by doing a GET on {serivce}/_schema/{table name} There will be a section showing all the relationships available from that table. Unfortunately, we do not support...
View ArticleScripting multiple parameter sets to a Stored Procedure
I'm not really all that JavaScript savvy so forgive me if this is a silly question. I am attempting to write a server side script so that I can loop through many sets of parameters to process through...
View ArticleRemote Webservice call - post process / missing params in outgoing request
@mharvey I was mistaken on that front.Had a follow up conversation with the dev team, and pre/post process scripts ARE supported for remote web services.But you have to provide swagger definitions for...
View ArticleRemote Webservice call - post process / missing params in outgoing request
Thank you very much for your answers. After upgrading to version 2.1and providing a swagger definition i've was able to add a script to my service. I noticed, you've implemented xml to json conversion...
View ArticleRemote Webservice call - post process / missing params in outgoing request
Also confirmed was able to add scripts after adding swagger docs. Agreed. Docs on this would also be great. I have an issue with api_docs choking on the uploaded docs which is another issue I think.
View ArticleService Definition Repo
No update in terms of product enhancements. Adding @Jess to the thread. A simple idea to get the ball rolling is to just add a new thread to the remote web services category, where folks can share web...
View ArticleOnly GET requests work after update to 2.1
Hi there I am having some major issues after updating to version 2.1. I can only make GET requests. Any POST or PUT request returns: "No record(s) detected in request." error code 400 - these are the...
View ArticleReturn XML with attributes
"Prefix attributes with: @XML attributes will be transformed into regular JSON properties and this prefix will be added to the property name to help differentiate a regular node from an attribute....
View ArticleCalling Stored Procedure in script with Params
It worked as-is in the API Docs. The only difference here is the "body" variable I'm assigning the params to. However, I've tried making your modifications and it still didn't work. Any other ideas?
View ArticleOnly GET requests work after update to 2.1
I got my backup to work but I am still a bit confused about the change in required format. Not sure if that is how it is meant to be or if I just did something stupid
View ArticleCalling Stored Procedure in script with Params
Resolved. It was a permission issue. Script was okay. Thanks.
View ArticleUser's with multiple roles or groups
"I'm creating an app that will allow users to join different groups and for each group, the user will be assigned different roles.. such as member, admin, or observer. Is this type of user structure...
View ArticleError while adding a REST API to an IBM DB2 Database
Hi, Tried in dreamfactory-2.0.4-2 version and I still get this error.Is this because of any mistakes while configuring the DB2 driver?
View Article