The svc tag has no wiki summary.
0
votes
1answer
11 views
Silverlight svc returns HTTP 500
i have silverlight app but from time to time it returns HTTP code 500 and the user see Async_ExceptionOccurred error. crossdomain.xml is correct.
Here is my IIS log
2013-07-25 04:00:59 x.y.z.a GET ...
0
votes
0answers
25 views
Cannot understand plotting of decision boundary in SVM and LR
For example we have f(x) = x. How to plot it? We take some x then calculate y and doing this operation again, then plot chart by dots. Simple and clear.
But I cannot understand so clearly plotting ...
0
votes
1answer
28 views
CRM 2011 Online via an ASP.net application does not work, same code via Console Application Works -> “Authentication Failure”-error
I'm trying to connect to a CRM 2011 Online environment. I'm able to connect via a "Console Application", but when I'm trying to connect via an "ASP.net"-application with the same code, it doesn't ...
1
vote
3answers
2k 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
15 views
Can't connect to web service with WSDL hidden using PHP SoapClient
I've been researching since last week, but I got no way to solve my problem. Two days ago I asked about it, but my question was not approved because I didn't do It in the right way,
so here I go ...
2
votes
2answers
7k views
Consume a wcf Service with a Java Client
I try to consume a wcf service hosted on an iis with a simple java client.
my service is a basicHttpService.
now my Question. What do i need in java to access the service methods?
i build a little ...
-1
votes
0answers
16 views
Calling WS with WSDL hidden using PHP SOAP [closed]
I'm trying to connect to a Web service using PHP SOAP, on development enviroment they show the WSDL, but on live enviroment they keep the WSDL hidden for security reasons.
the url has the extension ...
0
votes
1answer
12 views
WCF configuration for .svc host on ASP.NET
I have a WCF web service which is hosted at a .svc file by ASP.NET. .svc file contains following configuration:
<%@ ServiceHost Language="C#" Debug="true" Service="assembly.IPriceListProvider, ...
0
votes
0answers
9 views
Web service SVC configuration NTLM access: successi from IE, failure from PowerPivot / Firefox
I'm facing a problem with an SVC hosted on a SharePoint platform (IIS 7.5).
The service must receive the caller Windows Auth credentials to authorize himself in the custom code.
I get the credential ...
0
votes
0answers
85 views
How to Invoke a WCF Service Dynamically using C# Winforms?
I have a WCF Service and i want to invoke this at run time ...
if i do the same code and instead of WCF(.svc) if i call (.asmx) i can able to get through and getting results... but here WCF gets ...
1
vote
1answer
19 views
Silverlight casted object sent by web service error
At server side I have two types of object
[DataContract]
public class Tablo5 {
//common class
}
[DataContract]
public class Tablo7 : Tablo5{
[DataMember]
...
0
votes
0answers
726 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
2answers
144 views
Cortex m3 svc with gcc inline assembly
I hope to make a svc # into c code. Now I can use assembly to take up the value of svc.
SVC_Handler:
tst lr, #0x4
ite eq
mrseq r0, msp
mrsne r0, psp
b SVC_Handler_C
void ...
-2
votes
2answers
70 views
Using WebService for IOS [closed]
There is a wcf webservice. In it there is a lot of procedur.
When I need to use a procedure ,which is one of them in the wcf, I have to connect it and use it.
But I don't know what to do to use the ...
0
votes
0answers
30 views
SVC adding wsHttpBinding end point when using basicHttpBindings
I'm building an SVC in .net 4.0 using basicHttpBindings. I realise this is going to be really obvious, but I can't see it at the moment.
Cut down versions of my web.config files:
Service web.config
...