|
Search
Tutorials and Code
Syndication
My Account
Community Forums
Webmaster Tools
Tech Jobs
|
How Generate A Web Reference?I am totally new to .Net and have been given a huge web application to develop with a tight deadline. I have 2 books on C#, each over 1000 pages. I am trying to create a web reference. I understand...
WS Req/Resp As XMLQ: How do I view the XML of my use/invocation/call to my WS? I want to use a partner's WS and I've been given samples of the request and response XML, but as much as I understand the excerpt of the...
Can Obtain HTTP Response Header Info From RemotingClientProxy ObjeAll: Can I obtain the HTTP Response Header Info From RemotingClientProxy Object which communicates with a web service object hosted in IIS? If so, how? The RemotingClientProxy Object object...
Replacement For Frames?It's been a while since I did any website design. I have recently built a web application in VS2005. I didn't want to use frames, as I know the problems they cause. I ended up duplicating the menu...
Need Basic ASP.NET GuidanceUsing VS2005 on my local dev machine, I went to File > New > Web Site, and under Templates, I selected ASP.NET Web Site. Then I selected FTP as the Location, entered ftp://www.myserver.com/test, selected...
Automate Downloading Of A FileHi, I have been trying to automate download of a report. There are a couple of steps for retrieving the report 1. Sign in [in this we need to post to a url and obtain the authentication cookie...
Unable To Access Webservice Deployed To Remote Server.i have created a .net webservice and copy the publised file to remote server. then i have created a virtual directory under in ISV folder of ms crm server. i enabled anonymous access. but still i...
Web Service (or Timer) Randomly EndingI've built a .NET 2.0 web service and tied it into an ASP.NET 2.0 web application. The service includes a System.Timers.Timer that logs an entry to a SQL 2000 database every minute (60000 ms). Both...
Extracting XSD Data From WSDL FileHello Folks! I have situation where an .NET Web Serice wsdl that contains xsd stuff should separated into two files. Xsd (XML Schema) and wsdl. Purpose for this is that other platform is using ..(...
WCF And Integrated Windows AuthenticationI have an application with a web front-end and several web services. Some of the web services will call other web services. I've previously been using wsHttpBinding and certificates to connect to...
Is This A Valid SOAP Fault Response ..Is the following a valid SOAP Response for a SOAP Fault ? I am getting a response as shown SOAP-ENV:Server This is an operation implementation generated fault...
System.Net.WebException: The Request Failed With HTTP Status 401Receiving the following error when trying to access a java webservice from a asp.net application whose directory security is set with anonymous and integrated windows authentication check boxes checked...
Does Timer In Web Service Global.asax Block My Web Service From Processing Web-site Requests?My Web Service has a Global.asax.cs file. In my Global class, I have a Timer member called PollingTimer. In Application_Start, I construct the polling timer and have it run every 30 seconds....
SOAP Client Error Says Path Property Must Be Set Before Calling The Send Method ?Hi, I am trying to run a page that is in C#.Net. I have an application in salesforce.com also.for this requirement, I have downloaded the WSDL document from the application. When I click the submit...
XML Validation ProblemI have a web servicce which receives an XMLDocument and then uses the XMLDocument.Validate method to make sure it is valid. I'm then using a ValidationEventHandler to pick up any failures. I...
Database Connection OverheadHi There, I have a ASP.NET Web Service that retrieves various data from a SQL 2000 database and returns results to the user. I have written individual functions for each kind of data set that...
Unable To Download File OptionsHello all I am facing a strange problem, i am writing an application to download web page content into a excel file. The code snapshot is below //WebClient dwSolClient = new WebClient(); //...
Debugging Asynchronous Web ServicesIs there any way to debug from an asp.net web app into an asynchronously called web service? Any help would be greatly appreciated. Mervin Williams
SemaphoreFullException Exception In SQLHelper Class Within A WCF ServiceI have a IIS hosted WCF Service which uses SqlHelper class from DAAB version 2.0 in the data layer Once in a while, it throws exception at this line: Microsoft.ApplicationBlocks.Data.SqlHelper...
How To Setup WCF Service That Is Using An Alternate Windows CredenHi, I am really confused! and couldn't find any resource to solve my confusion. I am not sure whether this is an appropriate place to ask WCF query. Since i found this WCF releted query here,...
MSsql Insert For Asp.net VbI am making a new website with an mssql express database. i have some text boxes and checkboxes on a page. I need them to be inserted into the sql table when the finsh button is clicked. i have...
Help Needed For ASP CodeHi! I'm looking for someone to help with some code. Not gratis, but for some pocketmoney. Please e-mail: info@cic.hu Thanks, Tibor
HELP: ASP.NET AJAX Page Continuously Getting Values From Web ServiHello. I???m having trouble getting my head around a possible solution for my project ??? an ASP.NET AJAX page that continuously (once a second) calls a web service to get new values and display...
WCF Service Internet Scenario On Localhost, Staging, Production EnI just ready through Programming WCF Services by Juval Lowy, and maybe I started with too complex of a book. Basically, my scenario is setting up a WCF Service over the internet as part of an ASP...
Conectivity Errorhello i am trying to acces to my server since internet and show me the next message or error: [DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied whenn i...
Embed Webservice While RuntimeDear all, I want to embed several webservices while runtime. I know the return objects of the webservices and the URL. Is there an easy way to solve this problem? Thanks! Best regards Tobias...
Metod Documentation In WSDLIs there a way to document a method in the WSDL that is emitted from ASP.Net? Is there an attribute that I can put on the method? Thanks
Running Hello World Function - Security WarningI create an ASP.NET Web service in Visual Studio 2008 using VB.NET and it contains a hello world function. I run the web service in VS 2008 and select Hello World and then click the Invoke button...
Application Freezing....While an application thread connecting a web service in a server, application GUI is freezing. Why applicaion's GUI is freezing ? How can i stop to freezing while connecting ? After application finish...
Web Service Works With Auth OnlyI've got a web service I run in my dev environment Windows 2003 Server under IIS. Runs fine with either anonymous alone or with anonymous and Windows Authentication checked for security on the service...
How To Set SOAP Values Inside Constructor With Parameters - HelpIm trying to set the values for a SOAP header of a web service. The SOAP header iscreated by calling a class file from inside the web service: See below: //Web Service public RequestAccess WSAuthorization...
Dynamic WSDL - Soap:address Location Ssl ProblemI have a .net 1.1 web service that should only be available via ssl. e.g. https://www.mydomain.com/MyWebService/Service.asmx It's on a win2k3 sp2 box that's unsecure, though, and the ssl only kicks...
Winforms + Webservice Certificate AuthenticationI have the following scenario. 1. A webservice (built using VSNET 2005 - .NET 2.0) 2. A winforms application that will be deployed to several workstations. 3. Each accepted user has a security smart...
Webexcepton And HTTP StatusWhen I get a Webexception, how do I retreive the http status code from the webexception?
Web Service Search EngineDear all, I invite you to contribute to Web Service Search Engine at http://www.google.com/coop/cse?cx=008996274310193057962%3Ar72cbsfvmsy it is currently includes 73 sites. I invite you to refine...
WCF Service On Public IIS And SqlMembershipProvider/SqlRoleProviderBadly need your help guys! What are the minimum requirements in configuration files for running WCF Service 3.5 hosted on IIS server and using for authentization AspSqlMembershipProvider and AspSqlRoleProvider...
Instantiating A Crystal Report Inside Of A Web ServiceI have a batch process that runs in the middle of the night and I need to send an email to managers when I find certain scenarios. I wanted to design a Crystal Report for .NET that I could instantiate...
Create A File In Web ServiceMy environment is Windows XP SP2. I created a web service, then added authentication mode="Windows", identity impersonate="true" in its config file. I disabled Anonymous access for the WS in...
How To Pass Values From One Page To Another Page In XbapDear All, Here is my question. I want to pass a set of values from a login.xbap to another xbap pages. It seems no way to do it like using session, or server.transfer, or querystring. can any one...
Error:some Of The Files Required For Web References Are Not Instawhen I am trying to access the web services in the asp.net web application I have the following error : some of the files required for web reference are not installed.. I have tried by reinstalling...
Forcing WS To Return DS With Empty Fields...Hi.. My webservice reads a SQL View into a dataset and return it... the problem is.. the fields that are null, aren't returned... how can I force it o return the field as empty "" ???...
Wsdl /sharetypesHi, I tried to use this command to share the tpyes beetwen webservice and clients but I found only examples where the command is used to share types beetwen two webservices. I can do this changing...
Writing To Application Event LogI have written a web service in VB.Net 3. I want to record any exceptions generated in the Application event log. For a Windows app, you can use the My.Application.Log.WriteException(ex) and uncomment...
Web Services And ProxyDear all, Is the following correct? (1) web services can be accessed by outsider or in the intranet applications. (2) asynchronous web services, like proxy on allocating resources? What is the...
Accessing Generic Methods Throug A Proxy ObjectHello, I have a class defination for Location which can have multiple keywords. The keyword class has one Public property LocKeyword. For simplicity i have remove all the other properties....
How To Use Web Services?how to host our web service application on the IIS.
Service Client Receives "Bad Request (Invalid Header Name)" ResponI have written a Web Service that works with my test harness written using VS2005. However, a client to the service consistently receives a "Bad Request (Invalid Header Name)" response for each request...
Empty Response From Web ServicesMy client ASP.net application written in VB to brings back an empty response after invoking the webservices which is in Java(Axis). If anybody knows what to do please let me know.
How To Set UseUserOverride In Web.config?I have an ASP.NET web service (.net 3.0) deployed to a foreign web server. We have encountered a bug where the regional settings of the service account running at the foreign site contain a decimal...
Get Return Value From An Asp.net Webservice..Hi, i have this web service that was created in .NET that returns these values. How would i be able to get the values of these in asp
|
Latest Tech Bargains
Advertisement
Free Magazine Subscriptions
Today's Pictures
Today's Video
Other Resources
Latest Download
Latest Icons
|