The svc tag has no wiki summary.
0
votes
1answer
53 views
Switching from an asmx to a svc web service
We upgraded some web services from asmx to WCF, I need to change the call to the web service in an application, the contract name and method names and signatures are the same.
Is there any easy way to ...
0
votes
0answers
28 views
400 Bad Request Error Accessing Data from ADO.NET Entity Data Model Using SVC Service
In my Project I have an ADO.NET Entity Data Model and a Service with the name of Service.svc. I am accessing data from SQL Server database using this SVC Service. The SVC Service is being called using ...
1
vote
0answers
81 views
getting xml data always in extjs ajax responce with c# svc file
I have a Extjs ajax request where i'm making request to svc (C#) - it always returns xml data .
proxy: {
type: 'ajax'
, url: '/Service/TestService.svc/getUserList'
,actionMethods: {
...
0
votes
2answers
447 views
Could not load type 'System.ServiceModel.Activation.HttpModule' from assembly 'System.ServiceModel
I'm running my Web Project in IIS.
It is a 4.0 Framework APP.
I have a Service.svc and I get this error when I run my Application.
"Could not load type 'System.ServiceModel.Activation.HttpModule' ...
0
votes
0answers
224 views
Generate a svc / wsdl URL in my WCF web service
Usually when i implement a 3rd party WCF web service then i get a URL that ends with an .svc extension.
I just created a WCF Web Service in VS2010 and i'm able to run that service, but i don't see ...
0
votes
0answers
73 views
Scikits-learn svm SVC simple issue
I have a problem which I solved, but I want to know if i am right.
on scikit's learn documentation regarding SVM SVC, there is an example to manage unbalanced data by using weights in classes.
they ...
0
votes
0answers
101 views
Handling wcf services from nodejs
I am trying to access soap URL,I came across different file types i.e. .asmx and .svc. I used the node-soap module for handling .asmx services. For .svc I came across wcf.js below is the code
var ...
1
vote
1answer
167 views
LPC 1769(cortex m3) Code Red IDE---No source available for g_pfnVectors() at0x0
I am trying to call a SVC from user mode with stack PSP . I observe the following error on debugging a code on LPC 1769(cortex m3)------- No source available for "g_pfnVectors() at 0x0"
The IDE which ...
0
votes
1answer
178 views
JayData “Uncaught RangeError: Maximum call stack size exceeded”
Have a Model where I want to be able to log the devicetypes of a connection by doing this:
var connections = DataLayer.context.ConnectionSet.filter(function(item) {
return item.Id == id;
}, {id: ...
1
vote
1answer
78 views
High CPU usage when sending data using SOAP
We wrote in C# some webservice that sends and receives data from remote clients. It works fine. Few days ago we found that when sending back to client array of bytes CPU usage increases from about 2% ...
1
vote
0answers
141 views
Hosting fileless .svc service on both fully windows authenticated site and fully anonymous site
We have a common dll(API) which is responsible from hosting fileless .svc service on the seperate web applications. So our API is referenced by different web applications. As a service endpoint we use ...
0
votes
1answer
180 views
SVC webservice - objective-c
I referred this link & found it very useful but when I started trying every possible of it I failed in getting the desired output.
NSString *soapMessage = [NSString stringWithFormat:
...
0
votes
2answers
164 views
get websites in Sharepoint sitecollection by wcf
I want to read out websites (titel) in a sitecollection in Sharepoint 2010 (by svc). I get the listinfo by "listdata.svc" (http://www.xxx/websites/Web1Site/_vti_bin/Listdata.svc). How I get the ...
0
votes
0answers
541 views
No protocol binding matches the given address for WCF-service
I am running a website (ASP.Net 4) using IIS6. I get the following error message when I try to run a svc-service:
`No protocol binding matches the given address ...
0
votes
0answers
137 views
Create class file from WSDL and reference in project dynamically
I am using a webservice (.svc), generated class file (from WSDL) using svcutil.exe and reference it in my project. I have done it successfully. Now because the webservice URL may change time to time ...
1
vote
0answers
314 views
There was no channel actively listening at-error to method of WCF-service
When trying to access the GetPostlisteArkivdeler-method of eDemokratiService.svc I get this error message:
Error occured 25.01.2013 19:06:07
User IP 84.49.196.18
User Agent Mozilla/5.0 (Windows NT ...
0
votes
1answer
482 views
This operation is not supported for a relative URI, error browsing SVC-service
I get the following error when browsing to a svc-service for a website (browsing it at the server it is located at). The website uses IIS7.
This operation is not supported for a relative URI.
...
0
votes
1answer
99 views
Is there a way to add WCF svc-less activation with multiple service Activations?
Given the following configuration:
<serviceHostingEnvironment multipleSiteBindingsEnabled="true" >
<serviceActivations>
<add relativeAddress="./UserService.svc" ...
0
votes
1answer
59 views
How to create a SVC page that is accessed directly
According to my documentation 3rd party device connects to address:
https://Enrollment.myweb.com/EnrollmentServer/Register.svc
Header:
POST /EnrollmentServer/Register.svc HTTP/1.1
...
1
vote
1answer
359 views
Accessing listdata.svc via URL Rewrite redirect to SharePoint 2010
I am hitting a proxy server with URL rewrite rules rewriting the URL's to access a Sharepoint server. Everything works except I get a 404 on /_vti_bin/listdata.svc. I also get an error on the proxy ...
1
vote
0answers
304 views
How to call WCF svc with URL and parameters as a GET
I have a simple WCF I am working on. I am used to .asmx files, web methods and SOAP but switching it up now. Got it working in .aspx page with a script manager and ServiceReference like below
...
0
votes
1answer
104 views
How to make C#. svc that has multiple data arrays for series in highcharts
New to both Highcharts and WCF services. I can make either a series or data for highcharts but I can't seem to make multiple data arrays so my series has more that one line. Trying to make an array of ...
2
votes
0answers
128 views
Hosting of ajax enabled wcf service in IIS 7
I have deployed an asp.net mvc application in IIS, The application has been deployed successfully and working fine. I Used ajax enabled wcf service in my application, the problem is when I want to use ...
1
vote
2answers
88 views
Method called infinite times in Web Service
For my class on Web Services I am trying to create an EXTREMELY simple login system. I ham having a problem where createAccounts() keeps getting infinite times whenever checkCredentials is called. Any ...
1
vote
0answers
146 views
windows azure wcf problems using an asmx file with logic in an svc
Currently in the company there is a service that is running in windows azure, I did some changes that needs to go to production but the service is not working properly when I run this in the Azure ...
0
votes
1answer
168 views
Remove .svc extension in net.tcp
I am trying to host my WCF 4 web service in WAS and IIS for http and net.tcp. Is it possible to remove the .svc extension for net.tcp binding ??
If I do the following I get an error
There was no ...
0
votes
2answers
2k views
How do I add a .svc file in Visual Studio
I have a file with an .svc extension. First question is what is a .svc file? The second question is how do I create one of these from the Visual Studio add item menu? I've tried all the most ...
2
votes
2answers
95 views
How to fork my own repo into a new project?
I was developing an HTML5 game engine. I used Git as the SV and GitHub to actually host the project.
I've made some substantial changes in the design (mainly switching to the Entity System ...
0
votes
0answers
194 views
Making soap call in PHP not working
I am trying to make an soap request for the following :
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" ...
0
votes
1answer
311 views
svc doesn't work
I have some problem and trying to solve for a few days..
I installed iis 6.0 but I updated it 7.5 express and 7.0. it looks 7.5 version..
so, I published wcf to localhost and set 4501 port. I can ...
0
votes
2answers
341 views
Variable Service Reference Endpoint in C# and Visual Studio
Excuse my ignorance if this is something basic, I am somewhat new to the whole C# console application, using a Web Service Reference (WCF).
I am creating an application that will be places as an ...
2
votes
0answers
205 views
WCF Service Application does not work with App pool in integrated Pipeline mode
I am running the Windows Server 2012 Release Candidate. For testing purposes I deployed the WCF Service Application from the VS Template without modifications on the Default Website. Retrieving the ...
0
votes
0answers
319 views
Need Help in Silverlight and Wcf
I am using silverlight4.0 and Wcf. In local host it works fine. In Live server it is not working. it is giving following error
{Uncaught Error: Unhandled Error in Silverlight Application An exception ...
1
vote
0answers
126 views
Debugging a WCF service activation in an ASP.Net application
I have a WCF service running in an ASP.Net application. The svc file internals looks like this:
<%@ ServiceHost Language="C#" Debug="true" Service="my.api.Awesomeapi" ...
0
votes
1answer
617 views
.svc handler mappings for .Net 2.0 app pool working after a .Net 3.0 install?
This is odd. I have a website running under a .Net 2.0 app pool (Integrated mode) and couldn't connect to a WCF service on the site. A message reading "The requested content appears to be script and ...
1
vote
1answer
388 views
WCF - Implementing a ServiceHostFactory to use into IIS context (svc file)
I've successfully implemented a self-hosted WCF service. For legacy matters, the host binding configuration is read from a non-standard source (instead of app.config). When porting this service to ...
1
vote
2answers
878 views
HTTPHandler and svc
I've got an existing web application, that is installed on several machines. script clients and .net clients consume ".asmx" services through one machine, that routes all calls to other machines.
...
6
votes
3answers
829 views
@ServiceHost Debug=“true” - performance penalty?
Is there a performance penalty of setting Debug="true" in the svc file? Is it significant enough to warrant setting it to "false" in a production environment?
%@ ServiceHost Language="C#" ...
1
vote
0answers
834 views
IIS 7.5 Handler Mappings for svc (wcf) with .multiple dot net frameworks (aspnet_regiis.exe)
I have a 2008 server which does not have svc listed in Handler Mappings in IIS. I believe that running aspnet_regiis.exe will add the these (as per so 4932722.
But that .exe exists under:
...
0
votes
0answers
1k views
WCF service working on localhost but not on IIS
I know this is a very generic question but maybe it is something I am missing.
First off, here is my web.config:
<system.serviceModel>
<serviceHostingEnvironment ...
1
vote
0answers
309 views
Use JSON.net as the default serializer and deserializer for ASP.NET service (.svc)
I've been searching for hours to no avail.
I'm trying to use JSON.net as the default serializer and deserializer for WCF web services (.svc) on an ASP.NET website. To be clear, this is not an MVC ...
1
vote
3answers
238 views
What is the correct name for an SVC file in WCF
I'm struggling to come up with the correct naming convention for SVC files (or a group of SVC files). I always call them just that.
IMyService.cs goes in MyProject.Contracts dll assembly
...
0
votes
0answers
239 views
How to change the headers in the SOAP response?
Hi have an inherited SOAP Service which i need to finish off and have got it working however,
the clients are saying the headers are possibly wrong.
I am passing back
<s:Envelope ...
0
votes
2answers
219 views
WCF only over HTTPS SVC hosted inside MVC project
I've got an WCF .svc file added to my MVC3 project and I'm trying to prevent the service being accessed over HTTP.
With the config below my service is available over https on one port and then over ...
0
votes
1answer
1k views
I have a WCF service error with …Found node type 'Element' with name 'tns:downloadOrders
I've taken over a project made in asp.net c# using a svc file that was more or less complete. I have a third party trying to connect to this service.
and they are getting the error when trying to run ...
1
vote
0answers
359 views
Use of XMLserializer classes when using SVC proxy client
I have generated a SVC proxy client using following switches:
svcutil /wrapped /serializable /async /seralizer:XmlSerializer /out:Proxy1.cs http://url.zzz/name.wsdl
so far so good,I call methods, ...
0
votes
2answers
348 views
SVC client proxy and WSDL hosted on remote server
I have one wsdl and xsd then I generated a SVC client proxy from a wsdl, wsdl is hosted on windows server 2003 (outside local domain), somewhere on internet. XSD is also located at same place. I can ...
1
vote
1answer
1k views
How does the .SVC file in WCF Service work? [duplicate]
Possible Duplicate:
WCF Service Deployment in IIS Page cannot be displayed and how does the SVC file work?
A Typical WCF SVC file will have the following;
<%@ ServiceHost ...
2
votes
1answer
481 views
Querying svc log file with logParser
I have generated a xml trace for my program using the Enterprise Library TraceManager. It works great. Using the Microsoft Service Trace Viewer, I can see a separate trace per call.
I would love to ...
0
votes
2answers
891 views
WCF .svc file served as plain text in IIS7.5 .NET 4.0 - Not under Default Web Site
FINAL UPDATE: It turns out this was a red-herring due to a compression issue with a DotNetNuke module. I had to add to the PageBlaster DNN module, so this is no longer an issue.
I am deploying a WCF ...

