0
Є відповідь

Support for AMQP.

Robin 11 років тому оновлено anonymous 9 років тому 9
Hi, 
When will support for AMQP be added?
Відповідь
anonymous 9 років тому

Hi Playsted,


Firstly I agree with you and we have native support for what you are talking about in point 2 on our backlog and now that version 1 is out we are re-looking at priorities and this is something that will most definitely be up for discussion.

As for point 1, Warewolf does currently support HTTP post, that is available for you to use right now, if it is what you require.


Thanks for your input and thinking it is really appreciated and welcomed. Please keep it coming.

+1
Є відповідь

EIP components

Анонім 11 років тому оновлено Gandalf 10 років тому 4
Hi There
You mention that this is a service bus. We are interested in using one but your buss does not mention any EIP components? Do you support them?
Regards
Rider
+2
Є відповідь

Executing Warewolf service in javascript

Henry Jones 11 років тому в Server / Execution оновлено Gandalf 11 років тому 3
Hi,

I saw the example for executing a warewolf service using Javascript in the examples folder. However i tried doing it using jQuery as so

<script type="text/javascript">
function execution() {
var wareWolfUrl = "http://localhost:3142/services/Hello World.json

$.ajax({
type: "GET",
url: wareWolfUrl,
cache: false,

success: function (response) {
console.log(response);
},
error: function (errorThrown) {
console.log(errorThrown);
},
complete: function (e) {
console.log(e);
}
});
}
</script>

i am getting the following error:

XMLHttpRequest cannot load http://localhost:3142/services/Hello%20World.json? No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:23128' is therefore not allowed a... response had HTTP status code 401.

Am i doing something wrong or is the way in the sample the only way that the service can be executed.

Thanks
web execution
+1
Є відповідь

As part of our architecture framework for WareWolf development, I need to come up with a set of naming conventions for variables(inputs or outputs) in WareWolf workflows.

Logan Govender 11 років тому в Studio / Variables оновлено Gandalf 11 років тому 2
Can you suggest a naming convention for WareWolf workflow variables(below are my thoughts):



-For input variables (eg . WorkflowName_In_Variablename)

-For output variables (eg . WorkflowName_Out_Variablename)

-For variables from other workflows that kick off other work flows (eg . WorkflowNameParent_WorkflowName_In_Variablename)

0
Виконано

User experience: Correct use of DLL acronym and text wrapping in notification.

Grommit 11 років тому оновлено Gandalf 10 років тому 2
Hi
I came across this notification (see image) where the acronym DLL is Dll.
Also, the text doesn't wrap well and cuts in the middle of the acronym.

I think it would read better if the acronym was correct and the text wrapping was better.


Image 44
studio
Відповідь
Gandalf 10 років тому
Thanks. We are rebuilding these at the moment and will include your suggestion immediately.
0
Виконано

User experience: Cursor in input box in Save dialogue box

Wallis B 11 років тому оновлено Gandalf 10 років тому 3
Hi
I kept wanting to click in the input box before I typed because I didn't see a cursor in there. It was not obvious to me that it was instantly selected. Even after clicking in there no cursor appeared.
Thanks

Image 36Hi

studio
+3
Є відповідь

How are you different to yahoo Pipes?

Анонім 11 років тому оновлено Gandalf 11 років тому 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
Є відповідь

Security mechanism for API using Warewolf

Анонім 11 років тому оновлено Gandalf 11 років тому 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
Є відповідь

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

Анонім 11 років тому оновлено Gandalf 11 років тому 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?
Відповідь
Gandalf 11 років тому
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
Є відповідь

failed to open firewall port 3142 and 3143

Анонім 11 років тому в Installer оновлено Gandalf 11 років тому 1
On installation I am getting this message failed to open firewall port 3143 and 3142, so how do I fix it?
installer