No announcements
Found 14423 threads
-
0 Votes
Create a SOAP message with Assertion Saml2 in Header with c# code
User1481670772 posted I have a Government Web Server with an exposed service that I need to consume. So far, for other services of the same Web Server I have done ...Unanswered | 5 Replies | 1188 Views | Created by Anonymous - Wednesday, November 18, 2020 9:28 AM | Last reply by Anonymous - Saturday, November 21, 2020 5:53 PM -
0 Votes
Web services error Exception type: InvalidOperationException Exception message: Unable to handle request.
User-1593057807 posted Hi, How to troubleshoot 'InvalidOperationException' error created while loading web services ...Unanswered | 1 Replies | 441 Views | Created by Anonymous - Sunday, November 15, 2020 10:25 PM | Last reply by Anonymous - Tuesday, November 17, 2020 7:20 AM -
0 Votes
How to Improve ASP.Net Web Service performance
User1139447206 posted 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 ...Unanswered | 15 Replies | 610 Views | Created by Anonymous - Tuesday, November 10, 2020 7:13 AM | Last reply by Anonymous - Friday, November 13, 2020 9:30 PM -
0 Votes
3007 - A compilation error has occurred.
User-1593057807 posted Hi, How to fix the following error for web services? Custom event details: Event ...Unanswered | 6 Replies | 1552 Views | Created by Anonymous - Monday, March 30, 2020 2:23 AM | Last reply by Anonymous - Friday, November 13, 2020 3:56 PM -
0 Votes
WCF System.OutOfMemoryException
User722039657 posted Hi, I am getting System.OutOfMemoryException in WCF when record count increases a certain limit. How do I handle that?Answered | 2 Replies | 538 Views | Created by Anonymous - Sunday, November 1, 2020 6:54 AM | Last reply by Anonymous - Tuesday, November 3, 2020 7:29 AM -
0 Votes
http/1.1 413 request entity too large
User1897897189 posted Dears, I am creating a wcf service in which i am uploading two pdf files. When i upload one file, it is working fine but ...Unanswered | 2 Replies | 833 Views | Created by Anonymous - Monday, October 26, 2020 6:10 PM | Last reply by Anonymous - Wednesday, October 28, 2020 2:21 AM -
0 Votes
How to create and consume async/await asp.net web service
User1139447206 posted Hi, I have asp.net asmx web service which was implemented using async await as below, public Class ...Answered | 6 Replies | 3351 Views | Created by Anonymous - Thursday, October 22, 2020 4:19 PM | Last reply by Anonymous - Monday, October 26, 2020 8:14 AM -
0 Votes
how to validated aspnet membership username and password using wcf method
User1587720337 posted I want to validate the aspnet membership username and password using wcf method, how we can do that? here is what i am trying; public ...Unanswered | 5 Replies | 236 Views | Created by Anonymous - Tuesday, October 20, 2020 8:52 AM | Last reply by Anonymous - Tuesday, October 20, 2020 1:59 PM -
0 Votes
System.Net.Sockets.SocketException
User-1420478650 posted 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 ...Unanswered | 4 Replies | 7111 Views | Created by Anonymous - Saturday, February 23, 2019 5:43 AM | Last reply by Anonymous - Friday, October 9, 2020 8:30 AM -
0 Votes
/$metadata'. The request failed with HTTP status 404: Not Found. Metadata contains a reference that cannot be resolved:
User-1471881183 posted i have a wcf project, hosted in server without SSL. now, I have installed SSL and make the changes in Bindings. Then did a default redirect ...Unanswered | 3 Replies | 2663 Views | Created by Anonymous - Friday, September 18, 2020 12:32 PM | Last reply by Anonymous - Monday, September 21, 2020 12:10 PM -
0 Votes
Can we have the "Encoding" type as a property in Data Contract in WCF?
User-2024402007 posted I have a requirement where I need to have the property "Encoding" as Data Contract. The Client would be sending "Encoding type" in that, ...Unanswered | 1 Replies | 626 Views | Created by Anonymous - Tuesday, August 11, 2020 11:22 AM | Last reply by Anonymous - Wednesday, August 12, 2020 5:25 AM -
0 Votes
vb.net vb SOAP/WSDL API I'm stuck
User488491262 posted Hi, I'm stuck. I've been re-reading up on SOAP/WSDL's all last week but not making much headway. I would areally ...Unanswered | 5 Replies | 346 Views | Created by Anonymous - Monday, July 27, 2020 5:26 PM | Last reply by Anonymous - Wednesday, July 29, 2020 1:18 AM -
0 Votes
WCF service suddenly cannot find binding
User-380220413 posted I have a small WPF app with one WCF service. I use svcutil.exe to generate the client side code needed to support my ...Unanswered | 5 Replies | 906 Views | Created by Anonymous - Tuesday, July 21, 2020 3:24 AM | Last reply by Anonymous - Thursday, July 23, 2020 5:53 AM -
0 Votes
exception occurred during run
User-1634604574 posted here is my code asp.net web service [WebMethod] public void host() { var siteName = ...Unanswered | 3 Replies | 315 Views | Created by Anonymous - Wednesday, July 8, 2020 10:26 PM | Last reply by Anonymous - Thursday, July 9, 2020 6:02 AM -
0 Votes
object reference not set to an instance object
s.Name == "ERP3"); //Protocol hhtp, https.... httpcontext.current.response.write(site.Bindings.ElementAt(0).EndPoint.Address); ...Unanswered | 6 Replies | 554 Views | Created by Anonymous - Wednesday, July 8, 2020 6:18 AM | Last reply by Anonymous - Wednesday, July 8, 2020 9:03 AM -
0 Votes
I have this exception when I will try running my site on the iis version 10 on the windows server
User-1634604574 posted //try // { foreach (DirectoryEntry site in w3svc.Children) { if ...Unanswered | 1 Replies | 285 Views | Created by Anonymous - Tuesday, July 7, 2020 11:45 AM | Last reply by Anonymous - Tuesday, July 7, 2020 12:36 PM -
0 Votes
I am trying to make a WCF service over basicHttpBinding to be used over http
User1136423486 posted here my web.config <bindings> <basicHttpBinding> <binding ...Answered | 1 Replies | 347 Views | Created by Anonymous - Monday, June 22, 2020 7:46 AM | Last reply by Anonymous - Monday, June 22, 2020 11:13 AM -
0 Votes
asmx webservice return limit number of records from database
User-506497988 posted 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 ...Unanswered | 3 Replies | 465 Views | Created by Anonymous - Wednesday, June 17, 2020 9:25 PM | Last reply by Anonymous - Thursday, June 18, 2020 12:31 AM -
0 Votes
condition in listview
User1136423486 posted <td> <asp:Label runat="server" style="display:none"><%# ...Answered | 4 Replies | 310 Views | Created by Anonymous - Tuesday, June 16, 2020 6:05 AM | Last reply by Anonymous - Tuesday, June 16, 2020 8:37 AM -
0 Votes
output doesn't get result
User-1634604574 posted i have this project i don't have any error why i don't get any result from ...Unanswered | 1 Replies | 322 Views | Created by Anonymous - Saturday, June 6, 2020 12:44 PM | Last reply by Anonymous - Wednesday, June 10, 2020 7:53 AM
No announcements