+3
Z odpowiedzią

How are you different to yahoo Pipes?

Anonim 11 lat temu Ostatnio zmodyfikowane przez Gandalf 11 lat temu 3
Your product seems to be a complicated version of yahoo's pipes https://pipes.yahoo.com/pipes/
Pipes is free, purely visual, self hosted and has a built in cache.What advantages does Warewolf give when mashing up web data feeds say for Mobile development?
tool
0
Z odpowiedzią

Security mechanism for API using Warewolf

Anonim 11 lat temu Ostatnio zmodyfikowane przez Gandalf 11 lat temu 2
Wanted to know what security mechanisms for APIs are provided by Warewolf. Also, do these security mechanism get extended to the already existing APIs?
0
Z odpowiedzią

How API management suite at Warewolf works for the existing APIs?

Anonim 11 lat temu Ostatnio zmodyfikowane przez Gandalf 11 lat temu 1
Want to evaluate Warewolf as our future API Management Suite. Before that, I just wanted to know how the Warewolf product manages the already written APIs? Do they work as a proxy and relay the calls to the already written APIs? Or is it something else?
Odpowiedź
Gandalf 11 lat temu
Yes, if the API is written already, you would connect to it from Warewolf and then execute through there.'

This allows you to make mashups very quickly and keep a single bus responsible for the interfaces to your API's.
0
Z odpowiedzią

failed to open firewall port 3142 and 3143

Anonim 11 lat temu w Installer Ostatnio zmodyfikowane przez Gandalf 11 lat temu 1
On installation I am getting this message failed to open firewall port 3143 and 3142, so how do I fix it?
installer
0
Z odpowiedzią

Will Warewolf work on Windows 8.1?

Anonim 11 lat temu Ostatnio zmodyfikowane przez Grommit 11 lat temu 2
The download states that your product is built for windows 7 and windows server 2008.

I currently have windows 8.1 and am going to be using azure.

Will this still work?
0
Odrzucone

Can I create an interface like werewolf with prebuilt icons with properties and connections for my client to structure his assets online ? For example, I would like to offer a page to my user where he can create a network diagram or a orgn chart.

Anonim 11 lat temu w Studio / Designer Ostatnio zmodyfikowane przez Gandalf 11 lat temu 1
Ability to simulate a Flow Based interface for assets or entity relationship management
Odpowiedź
Gandalf 11 lat temu
Hi

It sounds like you are trying to abstract the studio into a web page?

This is not possible with Warewolf. The studio is a desktop application that has no public interfaces at this stage.

Please let us know if this is not what you are asking.
+1
Ukończony

Tooltip text for tools in Toolbox

Wallis B 11 lat temu w Studio / Toolbox Ostatnio zmodyfikowane przez Gandalf 9 lat temu 4
Hi
It would be cool if there was tooltip text for each tool explaining what the tool does and maybe briefly how to use it.
Odpowiedź
Gandalf 9 lat temu

This functionality is now built-in all over Warewolf as of V1 in the Help area.

0
To nie jest błąd

Renaming a folder on the remote server does not save after closing application

Anonim 11 lat temu w Studio / Explorer Ostatnio zmodyfikowane przez Gandalf 11 lat temu 1
I have connected to http://remote.dev2.co.za:3142 through my Warewolf application.
I renamed a folder without any trouble. I later closed and reopened the application and the rename had been undone. This is very frustrating.
0
To nie jest błąd

Feedback tool doesn't have "send" button

Anonim 11 lat temu Ostatnio zmodyfikowane przez Gandalf 11 lat temu 1
I tried to use the feedback tool to send some feedback about the Explorer. I recorded and filled in comments but the only buttons available were "Cancel" and "Go to Community".
I am not sure if my feedback was sent to you as there was a long lag after clicking "Go to Community". Then the dialogue box closed and I was brought here. See attaches screengrab,Image 35
0
Z odpowiedzią

How do I substring?

anonymous 11 lat temu w Studio / Toolbox Ostatnio zmodyfikowane przez Gandalf 10 lat temu 5
I have a data payload that I need to perform sub-strings on.
I can get the starting and ending indexes, but have no idea how to use these to create a sub-string.
I have checked the calculate functions and tried using the DataSplit tool.
The best I have managed to do is use the DataSplit tool to get everything after the start index, but I cannot seem to get it to stop at the end index without using a second DataSplit tool.
Its frustrating to use 4 tools to perform such a simple function. ( 2 Find Index and 2 DataSplit tools )
I will not create a workflow to do this as I need to use First and Last index in the Find Index tool depending on which string I am searching for. 

Can you please advise how I can do with with 3 or less tools. I understand the need to use 2 Find Index tools. I would like to know how to use a single tool to sub-string?