0
Beantwoord

Format Number tool giving error on valid numbers!

Kyle TFL 9 jaar geleden in Server / Execution bijgewerkt door Gandalf 9 jaar geleden 3

Hi

Im passing a recordset of numbers into the Format Number tool and I keep getting an error in the debug: One of the identified items was in an invalid format.

Everything works until I start passing in decimal numbers, regardless of if I try and round them or not.

I have checked my computer regional settings and they are correct for the numbers I am using e.g. 200.0876 and regional settings says use a full stop . for Decimal Symbol.

I dont know what else to do, please help.


execution tool workflow
0
Beantwoord

What APIs are currently available from WareWolf ESB?

Anoniem 9 jaar geleden bijgewerkt door Warewolf 9 jaar geleden 5

Hi,

What APIs are currently available from WareWolf ESB? Do you have an API/connector for SMTP, FTP, MS Dynamics AX?

Thanks,

Farhan

+1
Beantwoord

OAUTH security for endpoints

JUSTIN 10 jaar geleden bijgewerkt door Gandalf 9 jaar geleden 5
Hi,
Can i provide oauth security for apis internally?
Thanks
service deploy studio explorer debug
0
Beantwoord

Is there any way to search the Api ?

Anoniem 10 jaar geleden bijgewerkt door Gandalf 10 jaar geleden 7
Hi,
I want to know that is there any possible way i can search the API from its whole API set?
Thanks
service studio
0
Under review

WCF Host/Endpoint Support

Victor Rocha 10 jaar geleden in Server / Resources bijgewerkt door anonymous 9 jaar geleden 7
Hi!

Are you planning to support (host) WCF services?

I mean, give to user the ability to load a DLL dynamically and host it (endpoint) within Warewolf ESB to be accessed by Warewolf and any other WCF client? Is it possible?

Example:

  • 1 - Load DLL - WCFHelloService.IHelloServiceBus - (Contract - mapping methods dynamically)

  • 2 - Host it:
using System.ServiceModel;
ServiceHost host = new ServiceHost(typeof(HelloServiceBus), uri);

  • 3 - Turns it available as a WCF's endpoint (Some binding types) to be consumed by any WCF client and Warewolf ESB:

<service name="WCFHelloService.HelloServiceBus">
<endpoint address="net.tcp://warewolfendpoint/HelloService" binding="netTcpBinding" contract="WCFHelloService.IHelloServiceBus"/>
</service>
I believe, if it is possible, that WCF hosting will give much more integration capabilities, enabling users to concentrate all its WCF services into Warewolf ESB.
Best regards!
service
Antwoord
anonymous 9 jaar geleden

Hi Victor,


Warewolf ESB currently allows connecting to webservices as well as loading of .net dll so both these methods are options to access an existing WCF service.


Thanks

0
Beantwoord

VB DLLs and Objects

Justin Blaauw 10 jaar geleden in Studio / Sources bijgewerkt door Gandalf 9 jaar geleden 2
I am fairly new to the Microsoft experience, but was wondering if the DLLs have to be C# or can they be VB to use in Warewolf? Can I create objects in the DLL and access them from Warewolf ?
source
+1
Fixed

Warewolf Installation stuck

Anoniem 10 jaar geleden in Installer bijgewerkt door anonymous 10 jaar geleden 16
Hi

Warewolf installation stuck at starting Warewolf server on Pre Install tick.with process bar 90% complete.
OS , Windows 7 32 Bit

Surya
server
0
Beantwoord

HTML Support in Email Body

Jacques Zwiegelaar 10 jaar geleden bijgewerkt door Gandalf 9 jaar geleden 4
Howto add HTML to the body of an email.
Antwoord
Gandalf 9 jaar geleden

Done. Functionality released in version

0.5.1.294

http://warewolf.io/release-notes.php

+1
Beantwoord

Connecting Studio to Server

Anoniem 10 jaar geleden in Studio bijgewerkt door anonymous 10 jaar geleden 9
Hi,

I have downloaded the source code and currently have the server and studio running in visual studio. The problem I am having is that the studio can't find the server and throws an error. Do you have any advise to over come this issue.

Regards
Wayde

studio server
0
Voltooid

Client Connector

Anoniem 10 jaar geleden in Studio / Toolbox bijgewerkt door Gandalf 9 jaar geleden 4
I read that you use SignalR for communication between the server and studio. Are there any plans on using SignalR to create a Client Connector+Source Tool so that we can push content to or message connected client apps?

>Garrett
tool studio