microsoft.public.dotnet.framework.aspnet.webservices Archive - July 2004
Post a message to this list
Messages
Page: 123
Queries on tables from different data sources (2 replies)
microsoft.public.dotnet.framework.aspnet.webservices
Hi I need to perform two queries in sequence on two identical access tables. The source table is coming from a dataset returned by a web method and the destination table is from a local access table. The queries are; UPDATE [destTbl] INNER JOIN srcTbl ON [destTbl].entry id srcTbl.entry id SET [destTbl].field1 [srcTbl].[field1], [destTbl].field2 [srcTbl].[field2]; and INSERT INTO [destTbl] (field1,...
Getting the full URL (3 replies, VIP)
microsoft.public.dotnet.framework.aspnet.webservices
I need to get the full URL of the current page in ASP. When using Request.ServerVariables("URL") anything after the filename (such as a #section1 to jump to an area on the page or data submitted from a form using the GET method) is automatically removed. I do not know of any keys for the Request.ServerVariables collection that do this, but cannot find any other objects/properties that would be app...
Optimising a web app (5 replies)
microsoft.public.dotnet.framework.aspnet.webservices
I have a web app using C# for coding. I need to track the "memory usage" and "performance" of the application. Are there any tools available for the same by MS? Or any third party tools? Please suggest.
Soap Extensions (4 replies, VIP)
microsoft.public.dotnet.framework.aspnet.webservices
In a Client that tries to access a web service I get the message Client found response content type of '', but expected "text/xml". I'm just beginning to explore web services, so I really don't know, what to do. Can anybody help? Klaus
Using web service (2 replies)
microsoft.public.dotnet.framework.aspnet.webservices
Hi I need to be able to call a web service method, receive the dataset that web method returns and store it in an access table. My problem is that I don't know how to "receive" a complex type like a dataset and how to link it to the access table that it is supposed to go in. Could someone please give me a code example? Thanks Regards
webservice consumer error 405: Method Not Allowed (2 replies)
microsoft.public.dotnet.framework.aspnet.webservices
I have created a very simple web service and consumer test application. It works like a charm on my development pc, but when I try to deploy it to an intranet setting with an xp client and a windows 2003 server with IIS running, the consumer application gets a 405 error when it tries to access a web method. I'm not sure whether this is security, deployment, or some miscellaneous configuration that...
Finding original client's IP address when using a router (3 replies, VIP)
microsoft.public.dotnet.framework.aspnet.webservices
Is there a way to determine the original client's IP address in the HTTPContext class when the client has passed through a router? The UserNameAddress seems to be the address of the router, and I can't see a way to get the original IP.
Possible to add a Progress Bar to a Client consuming a slow Servic (3 replies, VIP)
microsoft.public.dotnet.framework.aspnet.webservices
Hello all. I have a Web Service written with VS .NET that takes up to a minute to process WebMethod calls from a client, due to the Service accessing and searching a large XML file (King James Bible). I would like to have a Progress Bar in the Client to show how far along the Service's processing of the request is. Any ideas on how to implement this? Thanks in advance. John Mann
messageboard question (2 replies, VIP)
microsoft.public.dotnet.framework.aspnet.webservices
Hi for those who can help me out. Does anyone knows a good messageboard, forum that uses ASP or ASP.NET one for free would be the best but payed one who could do the job would have my intention also. Thanx in advance Mike Ps. Why are some people killing the forums
Using external Webservice from my ASP.NET app and proxy srv (2 replies)
microsoft.public.dotnet.framework.aspnet.webservices
I want to call this WS from my asp.net app and this app is behind proxy. What should I write in its Web.config to make it use this external WS ? Posted Via Usenet.com Premium Usenet Newsgroup Services ** SPEED ** RETENTION ** COMPLETION ** ANONYMITY ** http://www.usenet.com
Disconnecting a SQL Connection from a WebService (4 replies, VIP)
microsoft.public.dotnet.framework.aspnet.webservices
I have Web Service with a SQL Connection and every time the web service runs it creates a new SQL Connection on the SQL Server. How do I get it to use only 1 SQL connection or at least drop old connections?
'unmanaged' - DLL in .NET (C++-Webservice) (2 replies, VIP)
microsoft.public.dotnet.framework.aspnet.webservices
Schà nen Guten Morgen! Hoffe mich kann geholfen werden. Ich habe unter Visual Studio .NET 2003 einen ASP.NET Webdienst (Visual C Projekte) erstellt, bzw. bin ich dabei. Dabei will ich Funktionen einer unter Visual Studio 6.0 erstellten DLL aufrufen. Mein Problem ist, das ich es nicht hinbekomme die richtigen Typen bzw. die richtigen Umwandlungen zu wà hlen. Wie importiere ich z.B. folgende Funktio...
what is a web services proxy (2 replies)
microsoft.public.dotnet.framework.aspnet.webservices
Hi all, this might sound like a stupid question, but as a total newbie to web services, I would like to know what is the purpose / function of a web services proxy? What I am looking for is the answer to the "why" question, as in why is the proxy necessary? Or is it even always necessary? thanks in advance, JJ
Is it possible to create a .Net stand-alone web service? (2 replies, VIP)
microsoft.public.dotnet.framework.aspnet.webservices
The subject says it all. Do you absolutely need IIS to run a .Net web service. Is there a way to create a stand alone server that could be deployed on a box without IIS? I have a feeling the answer is NO, but I wanted to find out from someone who would know for sure.
turn on web service testpage for non-localhost ? (2 replies)
microsoft.public.dotnet.framework.aspnet.webservices
When I try to access the auto generated web service test page on a different machine, I do not get all the goodness...the method test pages are missing... How do I turn that stuff back on ???? Thanks, Andrew
Passing request to service (2 replies, VIP)
microsoft.public.dotnet.framework.aspnet.webservices
Hi, I am trying to use the UPS tracking service. This waht I found in their doc. ?xml version â 1.0â ? AccessRequest xml:lang â en USâ AccessLicenseNumber TEST262223144CAT /AccessLicenseNumber UserId REG111111 /UserId Password REG111111 /Password /AccessRequest ?xml version â 1.0â ? TrackRequest xml:lang â en USâ Request TransactionReference CustomerContext Example 1 /CustomerContext XpciVersion 1...
How to make a webservice available to majority of platforms? (4 replies)
microsoft.public.dotnet.framework.aspnet.webservices
I'm new to webservices but not .Net and was wondering if anyone could give suggestions on how to build a service that would be available to ColdFusion clients (internal) as well as unknowns (internet). I think in most cases my problem is understanding how best to pass "complex dataypes" back. Say I have a service method that returns many company names and addresses (several rows with several field...
Referencing web service complex data type within a second web service (like a delegate) (2 replies)
microsoft.public.dotnet.framework.aspnet.webservices
Hi, I am trying to figure out if ASP.NET XML Web Services and the WSDL standard can handle this type of scenario: I have two web services, and one consumer client application. Lets call web service 1 "basews", and web service 2 "custom", and the client app "client". I want basews to define a delegate of sorts (where the delegate signature contains complex data types as arguments and return types),...
Debugging stopped working (3 replies)
microsoft.public.dotnet.framework.aspnet.webservices
I used to be able to trace into my C web service code when debugging my C# web client. Now it has stopped working. In fact when I click the 'step into' key, it does not even trace to the proxy code in reference.cs it simply steps over the call. Can anyone tell me how to get it working again? Thanks, Russ
SOAP client Error says Path property must be set before calling the Send method ? (3 replies)
microsoft.public.dotnet.framework.aspnet.webservices
I am trying to write a simple SOAP client in VB.net and wanted to test it using the SOAP demo server at http://www.whitemesa.com/interop/InteropTest.wsdl I successfully created the web reference to the above site in VB.net. I then created a command button to invoke the method echoInteger(), see code below for my button. But when I click the button, I get the following error messages: An unhandled ...
Unable to communicate with SSL Web Service using X509 Client Cert (2 replies, VIP)
microsoft.public.dotnet.framework.aspnet.webservices
This is one of those cases where it works (calling the Web Service) in a WinForm app but not in ASP.Net. I am attempting to call a PayPal Web Service. I got the client certificate from them. The certificate works in the WinForm app but the same code in ASP.Net fails. I click the submit button an about a minute or so, this trap occurred: Web Exception: System.Net.WebException: The underlying connec...
Missing invoke button (2 replies, VIP)
microsoft.public.dotnet.framework.aspnet.webservices
Hi, All of a sudden when I go to my webservice http://address/webservice.asmx and select one of the operations I don't see the "Invoke Button". Why is this? It was there before. I am using VS 2003 to develop my webservice. Thanks
Functions of UDDI (2 replies)
microsoft.public.dotnet.framework.aspnet.webservices
I have developed several Web services in my PC. I want to deploy these web services to my team members for use. I know my members can point to my pc to locating the available web services of my pc without using UDDI. My question is what is differences and functions with UDDI and without UDDI for using the web services?? Million Thanks
Single Threaded Web Service (2 replies, VIP)
microsoft.public.dotnet.framework.aspnet.webservices
First: Is there a way to insure that a Single Web Service Instance processes all the request comming in for the Web Service? Second: My problem is as follows: I have some Data in my Web Service that I want all the web service instances to share because the data needs to be synchronized. Is there any way I can share a single instance of data (like Singelton Object) across multiple instances of the ...
Web Service Version info in WSDL ? (2 replies, VIP)
microsoft.public.dotnet.framework.aspnet.webservices
Hi All, I have a requirement where the consumers of my web service should be able to find out what version of the web service is running on the server. I would like to know if there is a way to publish the version information of the web service in the WSDL document for the web service? If yes, how can the consumers get it? My research shows that there is no way to put version information in the WS...
Ad
Need Dot Net Interview Questions?
Ask ExamGuru, Inc. for advice and help on Passing .Net Interviews
.Net Projects
Best-of-breed application framework for .NET projects, developed by ExamGuru, Inc. and ExamGuru IT
Free .net Help
Commission ExamGuru, Inc. and his team for your next bespoke software project
FogBUGZ
The only bug tracking system carefully crafted with one goal in mind: helping teams create great software.
Awesome Tools
If you don't know about these, you're missing out... IT Certification Questions
IT Interview Questions
Free Oracle 10g Training
MCSE Boortcamp
Cisco Study Guides
Cheap Study Guides
Exact Questions
Dot Net Interview Questions
Oracle OCP
Cheap Travel
Designer Perfumes - Wholesale Prices
Free Programming Tutorials
 
ExamGuru IT Solutions - .Net Guru is owned and operated by ExamGuru, Inc., the man behind .Net Guru. If you're in the market for bespoke software or software consultancy, why not get him and his highly trained team to help? - www.examguru.net/ITCertification
 Copyright © ExamGuru, Inc. 2001-2006
Contact Us - Terms of Use - Privacy Policy - www.dot-net-guru.com - www.examguru.net - www.oraclesource.net - www.itinterviews.net - www.examguru.net/ITCertification