Problems with Hosting WCF service on IIS (Using WAS) for netTCP bindings?
<div class="vote"> </div><div class="post-text" itemprop="text">I created a simple WCF service and hosted it in IIS by creating a new website. In Web.config file,I am providing...
View ArticleC# Making a request with a client certificate (p12 pem) to a Java/Unix based...
Hi, For a client I'm developing a proxy class in C# for easy communication with a web service that's hosted on a Resin web server, which apparently is a Java/Unix environment. For authentication with...
View ArticleHow to debug WCF Service using net.tcp binding
Hello,How to debug WCF Service using net.tcp binding in local(Development) environment but I able to debug for Http binding whether its possible to debug net.tcp?Please help.Regards,Rangasamy
View ArticleWeb Services Always alive
I want to my web services always be alive when network connection is closed for any reasons. Assume, I have a download web method service,or there are processing on video or image by a web method in a...
View ArticleReceiving Type in Assembly is not marked as serializable
When clicking on a link I receive the following error:Type 'QNet.ServiceRequest.DataContracts.IntakeServiceRequest' in Assembly 'QNet.ServiceRequest.DataContracts, Version=1.0.0.0, Culture=neutral,...
View ArticleReceiving Type in Assembly is not marked as serializable error
When I click on a link I get the following error:Type 'QNet.ServiceRequest.DataContracts.IntakeServiceRequest' in Assembly 'QNet.ServiceRequest.DataContracts, Version=1.0.0.0, Culture=neutral,...
View ArticleHow to consume an external wcf service
Hi ,How to consume an external WCF service without adding service reference?TIAVivek
View ArticleEat by online using Just Eat clone script | Food Panda Clone
Smart eat Just eat clone script fits the divergent entrepreneur who wants to step into online food ordering business .Nowadays, ordering and eating food got more smarter. Lot of people order their food...
View Articleconvert Node.JS webservice call to C#
Hi Folks,I have an Node.JS script which is making a webservice call the script works great , i am looking to convert this Node.JS script to C# webservice call.Can someone please help. Thanks in...
View ArticlePass a C#/ ASP variable from to a website
Hello, I'm fairly new to C# and can't seem to find an answer.I am trying to pass a variable from a C#/ ASP website to an element of a website on a newly opened tab when a button is pressed.The...
View ArticleWebService (SOAP) - Remove the Protocol suffix in wsdl file
I want to remove the Protocol suffix: Soap, SoapIn, SoapOut<?xml version="1.0" encoding="utf-8"?><wsdl:definitions xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/"...
View ArticleProblem when adding validation for WCF
I created a very simple WCF service library and then a WCF service application. I was able to deploy the app to IIS on a server. The URL to the .svc was accessible through my browser and I even...
View ArticleCall webservice that uses header authentication with jQuery
Hello,I created a webservice, and I am protecting access to the methods by using a soap header like this one:public class MyWebService : System.Web.Services.WebService { // .... public UserDetails...
View ArticleSystem.InvalidOperationException: Client found response content type of '',...
Hi All,I encountered an issue regarding invoke an ASMX web service which always return empty content to me.The background is here.The ASMX web service is OK. I can confirm it. This web service is...
View ArticleUsing smart card for client authentication to SOAP service
We have a client application that communicates with a SOAP service that requires mutual authentication. Our customer uses a certificate and private key from a smart card to access the SOAP service and...
View ArticleNeed Web Service help for calling a method when XML incoming from external...
First - I must apologize - I have not worked in web development in 8.5 years. I have been working in software development and have never build a web service.I am running a vb/asp.net 4.5 environment...
View ArticleRead large binary file into byte array - File.ReadAllBytes throws...
Running on Windows Server 2003, IIS 6.0, Visual Studio 2010, .Net Framework 3.5The web service is throwing a "System.OutOfMemoryException" whenever it tries to read a file large binary file (> 80...
View ArticleProblem when opening in new version
Hi,One my project was developed in VS 2003 and .NET framework 1.0. Now we have VS 2005 and I am trying to open the project it is asking me to convert project to later version.Then my entire project...
View ArticleCould not find part of Path when trying to test a Web Service
I have a web service where I need to have a third party transmit XML docs to a folder on our web server. After much pounding on permissions, I can finally path to a folder at...
View ArticleWebservice response not getting assigned
Techies,I am calling a third party Guidewire Webservice in a C# windows application. I am having an issue where the response object/variables are always null even though i get the response logged in...
View Article