Questions tagged as 'services'

1
answer

List Services via CMD

I am using the wmic service get displayname, name, state command to list Windows services. I would like to know if it is possible to list one or more specific services via CMD. In this scenario I want to list the FirebirdServerDefaultIns...
asked by 17.05.2018 / 19:14
1
answer

What are the advantages and disadvantages of publishing a Web service on a server or as a Windows service?

My company usually creates Windows services to publish services Web . This means that the service is not hosted on any server (such as IIS). One obvious drawback I see right away is that the service is dependent on the operating system....
asked by 21.10.2016 / 11:17
1
answer

Error ORA-12571 encountedred in Windows Service

I have a C # system running as a windows service, with Windows Server 2012 R2. Eventually when the service tries to communicate with the database (to make a query or to make an insert, for example) the communication between the windows server...
asked by 27.08.2014 / 23:35
1
answer

Junit with spring Autowired

I have a big problem that in my GenericService I use an @Autowired in an HttpServletRequest (Even though I do not know the utility, therefore, I do not know the architecture so well), and I needed to use unit test for test battery in my services...
asked by 26.08.2014 / 14:02
3
answers

Context in services and repositories

In the company I work with we use asp.net mvc divided into 2 projects: web - (base) service - (business rules) In several places I've noticed other programmers using the direct context (which extends DbContext) in the services and I...
asked by 29.08.2014 / 20:41
2
answers

Error initializing SQL Server Express

I try to initialize the SQL Server service (SQLEXPRESS) and I get this error message: What can it be?     
asked by 19.05.2014 / 01:30
0
answers

How to find out which services are running on a port with python?

I wanted to integrate my question with this code: #!/usr/bin python3 # coding: utf-8 import argparse import socket import os import sys def Logo(): print (''' ______ ____ __________ ___ / / /_ \/ /__ ___/ __ /_/ / __ / _____ \ _...
asked by 29.06.2018 / 23:52
1
answer

Call AXIS service with C #

I need to consume this service in a C # application: link But I can not add as a reference in the project. When I try to do this, I get the following message: Hi there, this is an AXIS service! Perhaps there will be a way to invoking...
asked by 21.04.2018 / 03:23
0
answers

Responsibility for service and repository

People would like to know who uses design-pattern service and repository , what would be a basic architecture structure, ie what the service can and can not do, and what are the responsibilities of the repository. I am currently using the follo...
asked by 16.03.2018 / 15:22
1
answer

Start an MVC application through a Windows Service

I have an application that was developed in the DDD standard, which uses dependency injection, it is working normally, but I needed to add a project of type Windows Service that will be the start of the application, the problem is that a referen...
asked by 16.02.2018 / 18:33