Running status of the WebMethods,WCF,REST Full Service in the remote Server
Appreciate for the help , As i have the client application ,which consumes the web methods. Before consuming the services i need to check that the "XXXXXXX" service status which i have consumed in the...
View ArticleSimple WCF with Username/Password Authentication
I have created a simple WCF web service and accompanying web application to host the service.I'm able to deploy the web application to a test server (that is available to the public). What I need to...
View Articlehow to call session in .asmx page ?
Hi guys,in general we can call session using this code : string id; id = Session["LoginId"];i thought the coding above can work inside the .asmx page but actually no.my question is how to call session...
View Articlepassing Date selection to Sp
I have 2 drop down lists, where i bind the data using web service from sql server database .Now in the front end i can see the data in the drop down list.Here is the procedure that i bind the data in 2...
View ArticleGetting the following error while connecting to the below web service
Getting the following error while connecting to the below web service{"Message":"Could not connect to http://10.10.10.122:81/WebService.asmx. TCP error code 10048: Only one usage of each socket address...
View ArticleWebservice get json parameter
Hello,I need to write a webservice in visual studion 2015 that get in the parameter a json format.the webservice function will go over the rows of the json and will insert this each row in the...
View ArticlePossible SOAP version mismatch: Envelope namespace
We have implemented a Web Service (Using Visual Studio .asmx file) and when we try to POST the client given XML (With Firefox Poster) we get the...
View ArticlePassing selected values from front end to stored procedure as parameters
I have a stored procedure where it accepts input parameter from front end. the result of the stored procedure will get 2 selected columns and these column data I need to bind to drop down list in the...
View ArticleSOAP Web Service timing out after only 20 seconds in code but not in browser
Hi all, I am running into this issue with one of my web service calls.We have an ASP.NET SOAP web service deployed on a server remotely. Everything works just fine. A few days ago we decided to deploy...
View ArticleGetting error "The XML element 'EnableTheming' from namespace...." When...
Hi everybody i am getting an errorThe XML element 'EnableTheming' from namespace 'http://tempuri.org/' is already present in the current scope. Use XML attributes to specify another XML name or...
View ArticleCan i access Web Services' Public variable in Client PC?
public string username, password, uType; bool access = false; [WebMethod] public Boolean LoginAccess(string EmailTextBox, string PasswordTextBox) { conn.Open(); SqlCommand comm = new SqlCommand("select...
View ArticleQR Code read C#
How can we scan a QR code through a web interface (not an app) on a iPad using the iPad's camera?
View ArticleCall java web service
hi how to call java web service and pass parameter from asp.net and how to receive the responsethis is the java web method @WebMethod public String SayHello(String name){ return "Hello " + name; }
View ArticleError When Get Result type DataTable form Web Service(ASMX)
I have problem in my web app with asmx web service when i return Data type of DataTable include column (Int) give my error and this message error (-1 is not a valid value for int64) befor is work fine...
View ArticleAlthough the appconfig file doesn't have all configuration, the wcftestclient...
HiI have a little questionI consume a wcf service and the client needs this configuration: <binding name="wsHttpBindingConfiguration" maxBufferPoolSize="2147483647"...
View Articlehttps asp.net mvc website with valid certificate accessing WCF service hosted...
Hello, Our asp.net MVC website is hosted over https & secured with valid certificate from CA. It's trying to access the WCF service over http, but it's throwing the issue as : Mixed Content: The...
View ArticleMDS JOIN between entity
Hello guys,I'm now stuck on a problem with MDS (Master Data Service) and I don't know what to do, maybe you can give me a little tip.In MDS is it possible to show a JOIN between two Entity (table)?With...
View ArticleWhat type of application i have to make for getting streaming data in a...
Hi,In our project we have to get streaming data from API in a specified time interval(ex 1min once).After that i have to convert the data into json format and then i have to push the data into Azure...
View ArticleHow to find the format type(xml,json,csv) from incoming dataset in windows...
Iam trying to create a windows service,that should get data for every one minute from REST API ( for ex,open weather map site)or Applications or Device API.The data format may be XmljsoncsvTextIf...
View ArticlePassing parameters from frontend using webservice
Hi, I have a java script file where we are getting selected Id's and these id's I want to pass to web service method where we are calling stored procedure (Sql server) these id's values should go as...
View Article