Or leave us a private message
Ingen lignende emner blev fundet.

0
Under vurdering
WCF Host/Endpoint Support
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:
ServiceHost host = new ServiceHost(typeof(HelloServiceBus), uri);
<service name="WCFHelloService.HelloServiceBus">
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:
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!
Svar
Genie
5 år siden
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

+1
Færdig
Updating Password for db
My windows password used to connect to this sql server needed to be changed today. I open up my source to enter the new password.
Once the connection test succeeds I am asked to select a db. It would be nice if I didn't have to re-select the db as I'm sure this could lead to the incorrect db being selected.

+2
Fast
SQL connection - windows auth
When I select 'Windows' for sql authentication and click the test connection button it immediately fails.
If i click test connection again the 'working' wheel just spins forever with no result.
Kundesupport af UserEcho