Wcf service return 400 Bad Result
hi;<system.web> <compilation debug="true" targetFramework="4.0" /> </system.web> <system.serviceModel> <services> <service name="Microsoft_NetFramework_v5.WebApi">...
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 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 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 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 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 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 Articlegetting data from remote wsdl file through soap in asp.net
I don`t idea about that could please give some guidelines
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 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 Article