0
Fast

Web service request methods and source are forgotten on edit

anonymous 11 år siden i Studio / Services opdateret af Gandalf 11 år siden 0
I created a web source to my local couchdb install ( http://localhost:5984 ). This went fine.
I then tried to create a web service with this source using the PUT method.
I saved the web service and every time I edit it the Method reverts to GET and I need to re-select the source.
Svar
Gandalf 11 år siden
This bug has been busted. Please download the latest version for the fix.
0
Afvist

Hash-based Message Authentication Code Tool

anonymous 11 år siden i Studio / Toolbox opdateret af anonymous 11 år siden 0
It would be awesome if there was a tool to encrypt and decrypt data with HMAC like what is done in C# here http://msdn.microsoft.com/en-us/library/system.security.cryptography.hmacsha512(v=vs.110).aspx

I would like this because certain RESTful web services I need to consume in Warewolf require their payload to be signed this way and currently is not possible without writing a custom plugin. Which I then need to manage on the file system of my server... Not keen to go this route.
tool
Svar
anonymous 11 år siden
Unfortunately this tool is too specific for us to undertake at this time.
0
Fast

Creating Web Source Causes Explorer To Disconnect

anonymous 11 år siden i Studio opdateret af Gandalf 11 år siden 1
I tried creating a second web service against http://pubapi.cryptsy.com/api.php?method=singlemarketdata&marketid=135 A less verbose version of the service I posted about earlier. This time the explorer will disconnect twice. With the second time indicating that the server has crashed. I needed to manually restart the server service.
Svar
Gandalf 11 år siden
Fixed- thanks. Please try the latest version.
0
Fast

Dependency On VC++ 2008

anonymous 11 år siden i Studio opdateret af anonymous 11 år siden 0
I tried installing Warewolf on a new VPS running Win Server 2k8r2. It failed to start. I had a look at the event viewer and found that there is a VC++ 2008 x86 requirment your installer does not detect. It picked up the .NET 4.5 requirement fine.
Svar
anonymous 11 år siden
Thanks. We will amend the next installer to account for this.
0
Fast

Web Service Large Payload Size

anonymous 11 år siden i Studio / Services opdateret af anonymous 11 år siden 0
I tried creating a web service to pull JSON data from http://pubapi.cryptsy.com/api.php?method=marketdat...

I set-up and configured a source and I was able to view the results in the browser.

Yet when I tried to create a web service with the source to define the input and output mapping the request took more then two minutes to execute. I cancelled it after this point. 

I then tried using the copy and paste result feature to configure the service using the browser output from hitting the service. It pasted fine, yet once again after a few minutes of waiting I cancelled the service creation. It had not finished!

It would be great if large JSON payloads would parse quickly.
Svar
anonymous 11 år siden
It appears to be an issue with path extraction from the payload. The service executed fine. Yet when we tried to extract paths from the JSON data to map into Warewolf the server took very long to process. 

We are busy putting a fix so you can use JSONPath ( like XPath for JSON ) to pre-process your data payload. This means the path generation will require fewer operations on a data set like your.
0
Afvist

Refactor option

GianPiero 11 år siden i Studio / Designer opdateret af Gandalf 11 år siden 0

Hey guys, would it be possible to add a Refactor option, so that should a Proc change and be deployed to live server, that we could easily update the various usages of that proc on all the workflows in which it is used?  I realise that some workflows may need to be changed when a proc changes, but it could be that the revised proc just returns an additional field which is only used by one workflow, which means that it wouldn't effect the rest of the workflows, as this additional field would be ignored within all the other workflows using the proc?

Svar
Gandalf 11 år siden

As it stands, changing the underlying proc will only affect services that change accordingly. If you add a field to the proc, you only need to change the instance that needs that change, the others will simply ignore it by default. However, they will all show in a warning state so that you know which ones are not completely up to date. If this is not what you mean, please let us know.

+1
Færdig

Dragable Decision Flow windows

GianPiero 11 år siden i Studio / Explorer opdateret af Gandalf 10 år siden 2

Hi Guys, would it be possible to add in dragable modal windows, e.g. the Decision Flow Window, as it currently sits above my workflow, which means I can't see the logic that the decision flow would effect.  Thanks guys.

Svar
Gandalf 10 år siden

We do need to keep it modal, but being able to move it makes a lot of sense. Thanks.

+2
Færdig

Support for SFTP

GianPiero 11 år siden i Studio / Toolbox opdateret af Gandalf 11 år siden 0

Hi Guys, would it be possible to add support for SFTP based file transfers. I see that the write file tool has the ability to write to FTP & FTPS (which is great) but we use SFTP pretty much all over our system, could this be added as a new Toolbox item? Or could the existing Write File tool, be modified to incorporate this?

Svar
Gandalf 11 år siden

Cool idea. 

Done.

0
Færdig

Text Delimiter Support for Reading CSV

GianPiero 11 år siden i Studio / Toolbox opdateret af Gandalf 11 år siden 0

Hi guys, would it be possible to introduce text delimeted support for reading CSVs?

For example, let's say I have the following CSV:


'Big,Branch','1','false' 

'Small Branch','2','true'

'Smallest Branch','1','false'


The CSV is comma separated and text delimited. When I split it however using WareWolf, the Big and Branch in the first line are being split because there is a comma between the 2 words.  If I could specify a text delimiter then this wouldn't be a problem.


This is a common occurrence for us, as Excel tends to use Text Delimiters when saving Excel files to CSV. Could this be added for us?

Svar
Gandalf 11 år siden

This is a great usage scenario.

You can achieve this quite simply:

As each header/field etc from the file has its own row to describe how it is split and the characters to split on can be verbose you can do this 


and then repeat the pattern as you see fit.

Also, the large view for the tool (which should be out soon!) has the ability to specify an escape character if you need it.

0
Fast

Warewolf Stopped working

Alex Hampel 11 år siden i Studio opdateret af Gandalf 11 år siden 2

Image 18

server
Svar
Gandalf 11 år siden

Hi Alex


Thanks. This should be fixed from build 0.3.3.0




Kundesupport af UserEcho