Questions tagged [svc]

This tag is ambiguous. Consider using the video-encoding tag for Scalable Video Coding, or the wcf and/or iis tags for the Microsoft file extension.

This tag is ambiguous. Consider using for Scalable Video Coding, and/or for the Microsoft file extension, or for the machine learning model

SVC can refer to:

  • Scalable Video Coding, a video compression standard used by H.264/MPEG-4 AVC.

  • The .svc file extension used by Microsoft's Internet Information Services to represent a service host instance.

  • A common abbreviation for the supervisor mode of a processor.

  • Support Vector Classifier, a machine learning model (with a common implementation in scikit-learn).

225 questions
0
votes
1 answer

Separate svm classes for matplotlib legend

I am trying to learn sklearn and for this, I am trying a simple exercise with a linear SVM. The SVC tries to predict the number of bedrooms in a house, based on the value of the house and its area. I have managed to get something that looks ok, but…
AimiHat
  • 383
  • 4
  • 14
0
votes
2 answers

Getting an error - content type 'text/xml; charset=UTF-8' was not the expected type when requesting a wcf using a xmlhttp by vb script

Hi i am new to wcf and xmlhttp, i am using vb script to send the request. i am getting the following error "Cannot process the message because the content type 'text/xml; charset=UTF-8' was not the expected type 'application/soap+xml;…
user437792
  • 1
  • 2
  • 2
0
votes
0 answers

Is there any recommended strategy to run gridsearchcv on a huge data set?

I am trying to evaluate svm on a huge dataset of size ~.3 million records. This is a multiclass problem with 23 features. Currently gridsearchcv takes ages to iterate parameters. Is there any strategy to speed this up? I guess .3 million records is…
Fremzy
  • 290
  • 2
  • 12
0
votes
1 answer

JSON Limited to 1180 Characters

I have a simple JavaScript JSON request which stringify's an object to send via a JSON request to my C# Web server. Whenever the string returned by stringy is over 1180 characters, the WebMethod is not called on the server. From my understanding,…
clamchoda
  • 4,411
  • 2
  • 36
  • 74
0
votes
1 answer

Nagios : webinject using svc

I try to use webinject with nagios to test a Web Services. The url is : http://lptvmthdws1:6520/WS_ADVService.svc Or when i try to test it with webinject i have this issue : Failed HTTP Response Code Verification (HTTP/1.1 500 Internal Server…
user2528993
  • 31
  • 1
  • 4
0
votes
2 answers

WCF service works internally but not externally

I have a WCF service on framework 4 works well inside the internal network. Externally I can see the directory browsing because is enabled in web.config but once I click the svc file is throwing 404 "Server Error in '/' Application". There is also a…
Deleted
  • 91
  • 1
  • 13
0
votes
1 answer

asp.net api service.svc query length problems

Hello I got a service that is made for sending html mails, it will be called from a method "SendMail(data) about 1500 characters. I access the service though JQuery with AJAX call and JSON: var data =…
martin
  • 1
  • 1
0
votes
1 answer

Chef recipie to start/stop deamontool services

Im using chef to automate my production environment. One such production installation follows the process of Installing a package from local repository Restarting a service using svc deamontools ( eg svc -u service_name) I know chef provides a…
0
votes
2 answers

browser keeps downloading .svc files WCF

Been doing this for hours now and it drives me nuts. On windows 7 I installed IIS 7.5 through add windows features, also installed WCF HTTP activation, also did all the command line registrations. In VS 2013 I have a WCF Services project that…
ovanwijk
  • 159
  • 7
0
votes
0 answers

Generating WSDL from WCF Service on Build

The Info File: C:\MyObjectService.svc The Question I want to be able to generate a MyObjectService.wsdl file from "C:\MyObjectService.svc" on build Extra info My service is running under "http://localhost:1234/MyObjectService/"
Nick Prozee
  • 2,823
  • 4
  • 22
  • 49
0
votes
0 answers

Why I am not able to throw any exception from my SVC service which is hosted with asp.net application?

I have SVC services running in the Asp.net hosted with IIS 7.5, When the exception occurs it is not throwing the exception and continues to execute the next line! I am specificaly throwing the error as below when condition not met or for example…
updev
  • 623
  • 5
  • 14
  • 32
0
votes
1 answer

WCF Service with Web Page not possible?

I have created a WCF Service and it's running just fine. I have the link that takes you to the Manager Service page in order for someone to get the URL for this service. I have added a controller/cshtml page in order to test (ping) the databases…
Mario A Guzman
  • 3,483
  • 4
  • 27
  • 36
0
votes
0 answers

Cleaner way to restart daemontools services

In our product, we had created services using daemontools. One of my service looks like this, /service/test/run /service/test/log/run (has multilog command to log into ./main dir) /service/test/log/main/.. All the process and its directories are…
Prabu
  • 1,225
  • 4
  • 18
  • 26
0
votes
1 answer

How to Configuring WCF services to work with both HTTP and HTTPS - multiple bindings not working

Iam fairly new to Silver-light and WCF, so please bear with me. I have silver-light application that calls .svc service. The service is being called successfully over https but i would also like to make it work with calls over plain http. What…
StackTrace
  • 9,190
  • 36
  • 114
  • 202
0
votes
1 answer

BIztalk - keeping a session key in an API

I have an API that has port type with multiple functions. From those functions I need the logging operation and synchronize operation. The problem is that BizTalk doesn't save session from the logging operation and thus not allowing me to perform…
Yotam707
  • 65
  • 1
  • 9