Quantcast
Channel: WCF, ASMX and other Web Services
Browsing latest articles
Browse All 555 View Live

How to Improve ASP.Net Web Service performance

We have one old ASP.Net asmx webservice in our application which receives bulk requests at sometime. Service is taking less than 5 seconds for a single request. But It is taking more than a minute when...

View Article


How to call SOAP based web services asynchronously.

Hi Folks,I have three different webservices method calling one after another.  The first web method provides data to second  and then second web method provide data to the third Here is code my code...

View Article


Unable to access the endpoint.

Hi Folks,I have end point which requires .p12 certificate to access (which I already installed in the certificate keystore). The URL is working fine in thebrowser and I can see the SOAP message...

View Article

Cannot add certificate to the SOAP request

I am trying to connect to the WebService with C# but I cannot attach certificate to the request. I succesfully authorized myself using SoapUI so I'm sure something is wrong with my code, not the...

View Article

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 Article


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 Article

Making 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 Article

Build 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 Article


webservice 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 Article


any 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 Article

WCF 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 Article

web 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 Article

web 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 Article


how 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 Article

WCF 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 Article


CRUD 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 Article

Chart.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 Article


How 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 Article

Running 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 Article

How 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
Browsing latest articles
Browse All 555 View Live


Latest Images