An error occurred when verifying security for the message
Hi all,I have a WCF service and it is http not https, it is added in <customBinding>... now the team update the service and the new link is https, once I changed the endpoint address to https, I...
View ArticleMaking a WCF test app for 2 separate machines
HIIm trying to grasp WCF concepts, and have an application where I have a small embedded board with wifi and wanted to connect that to some app in windows using WCF somehow to make a continuous...
View ArticleBuild SOAP Envelope With Digital Signature C#
I need to assign digital signature on header for my soap request, here are the example of the SOAP request.<?xml version="1.0"...
View Articlewebservice response error utf-8
consume wsdl in web app issue7 hours, 17 minutes ago|LINK|83.110.102.190<div>Hi AllI consumed web service in my web apps the wsdl...
View Articleany tool for WS interface generatation?
i am using vb.net to develop soap web service. but it need to integrate with another open API. now i need to prepare the soap WS documentation, any recommended tool that i can generate the client proxy...
View ArticleWCF Certificate error with HTTP.SYS in the HTTPS case
I built an addin for MS Project, this worked perfectly but for the two weeks, when I have tried to launch MS Project in DEV, I have the following error message:Connection failed: An error occurred...
View Articleweb service beginner
i am using vb to develop the web service, how can i know the soap structure ? how to find out the service name , request message name and response message name from the soap of vb? any code reference...
View Articleweb service data type
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <soap:Body>...
View Articlehow to ask a credential calling a service
hi;I am using a WCF service and everything looks good ,I just want to ask a credential When someone add a service via VisualStudio
View ArticleWCF Service .Net 4.0 - message security slooww, without it it is fast
Hi all,I have a .Net framework 4.0 WCF Service and a Windows Application, also .Net framework 4.0.The WCF service is per call, and it is exposed with wsHttpBinding, usingTransportWithMessageCredential....
View ArticleCRUD with web service
Hi web services gurus,I am new to web services and looking for CRUD (Create, Read, Update and Delete) sample code using Web Services. I can't find using google. Could you share please
View ArticleChart.Js with webmethod and data from sql server
HiI am new to the charting feature and web methods as well. Anyhow, I have googled and I managed to come up with this, it's not working at all. Appreciate if someone can point out what I am missing....
View ArticleHow to get ajax to read an array of objects(Lists) from javascript and...
HiI am dynamically trying to create charts using chartjs based on the number of objects my array contains. I have done the web service code and it returns the array accordingly, I am not sure how to...
View ArticleRunning ASP.Net core and WCF self hosted in one service?
We have a WCF service which contains most of our business logic. All methods are RESTful.There really isnt a good reason to continue to use WCF, so as we add new endpoints, we would like to add them as...
View ArticleHow to pass a textbox value to web method which is located in asmx file using...
Hi,I have a got a web page that has a javascript file with ajax call to a web method. The web method contains a call to database using stored procedure with parameter. If the sent parameter matches,...
View Article