sql table dependency in wcf service get error
i have this projecthttps://github.com/zhyan-ise/wcf-demowhen i run the project i get this errorSystem.NullReferenceException: 'Object reference not set to an instance of an...
View ArticleASMX End of life
Hi Team,We have some legacy application which only support SOAP services and we have been creating ASMX & WCF services for providing them new features.We know that WCF is no longer going to be...
View Articlehow to make web service as a real time without client side
i have this project https://github.com/zhyan-ise/wcf-demo WcfService3.zipin that project i created wcf web service connected with sql serverwhich is select query i want when that db changed inserted or...
View Articlean error occurred during run
i have this app name of file ChatWebApp https://github.com/zhyan-ise/wcf-demowhen i run it i get this errorHTTP Error 403.14 - Forbidden The Web server is configured to not list the contents of this...
View Articlegetting data from remote wsdl file through soap in asp.net
I don`t idea about that could please give some guidelines
View ArticleWhile running wsdl i get this error
The HTTP request is unauthorized with client authentication scheme 'Anonymous'. The authentication header received from the server was 'Basic realm="CBR"'.
View ArticleSystem.Net.Sockets.SocketException
I have a website that accesses an API. when I run it on my localhost it works fine.but when I publish on the server I get an error.Unable to connect to the remote server...
View ArticleStore value to another variable
this.Context.Response.Write(retailContext.Dataid); can i this store another variable is it possible?possibke means how?
View Articleconvert console app to asp web service
i have these projects in this link https://github.com/zhyan-ise/wcf-demothis zip file : monitor-table-change-with-WPF-WCF-sqltabledependency-example-master is console app sqltabledependency any change...
View Articleoutput doesn't get result
i have this project i don't have any error why i don't get any result from db?WebService1.asmxusing FireSharp.Config; using FireSharp.Interfaces; using FireSharp.Response; using Newtonsoft.Json; using...
View Articleload xml data to select option
<Server><Country>India</Country><Environment>Dev</Environment></Server>How can i display this in dropdown list (select tag)
View ArticleXamarin forms and WCF Web Service error
Hi all,I've tried fixing this for the last couple of days and I've finally given in as I can't find the answer.I've set up a WCF Web Service and hosted it on IIS. I've tested the Web Service using...
View Articlecondition in listview
<td><asp:Label runat="server" style="display:none"><%# Convert.ToInt32(Eval("ElapsedMilliseconds")) < Convert.ToInt32(Eval("Green"))%></asp:Label><img src="img/green.png"...
View ArticleException timeout web service even I increased the received time out
Hi all,I'm facing a problem with timeout exception, sometimes the service need time for process/operation or to return response, I tried the below but still the issue shown up.Increase openTimeout =...
View Articleasmx webservice return limit number of records from database
Hi everyone i am new in webservices we have big project Between 4 entites and we are one of them We share our data view from oracle database I created asmx using vs2017 and test it in soapui And...
View ArticleI am trying to make a WCF service over basicHttpBinding to be used over http
here my web.config<bindings><basicHttpBinding><binding name="BasicHttpBinding_IWorkerProcessService"><security mode="Transport"><transport...
View ArticleSend Security Envelope to WCF call
Hi All,I have a requirent of sending SOAP Security envelope to a WCF client.The call has to be done using WCF client because it runs a long running batch process.Thanks a lot in Advance.BR,
View Article