microsoft.public.dotnet.framework.aspnet.webservices Archive - June 2004
Post a message to this list
Messages
Page: 1234
problem in Web Reference of WebService? (5 replies)
microsoft.public.dotnet.framework.aspnet.webservices
I have problem in Web Reference of Xml webservice. I have webservice service1.asmx which has one [WebMethod]public XmlDocument HelloWorld()(). The WebService compiled and runs in browser well. But when I add the web reference of 'service1.asmx' in windows application and call the method HelloWorld and assigning the returning object to XmlDocument i.e. XmlDocument xd service1.HelloWorld(); it gives...
Is there a size limit on returning a large dataset or a large typed array from web service? (3 replies)
microsoft.public.dotnet.framework.aspnet.webservices
Is there a size limit on returning a large dataset or a large typed array from web service? I couldn't find any article in MSDN about this..... Ketchup
creating web services dynamically (2 replies, VIP)
microsoft.public.dotnet.framework.aspnet.webservices
Hello, I wonder if I might get some pointers as to where I might look to accomplish this: I want to create web services dynamically (that is to say at run time) to present XML data I have available through a database. The subset of the data I wish to present via a given webservice is defined through a separate configuration, which is entered by the user. I can create a WSDL file based on the XML s...
asp.net (vb) LOGIN function using XML (2 replies)
microsoft.public.dotnet.framework.aspnet.webservices
Hi. I'm trying to create a login page in asp.net using information from an XML document. (visual basic) I've tried Rowfilter to find a cell with the 'username' and then match this with the 'Password' cell on the same row.... allow page to redirect if these match: If 'username' match 'password' then "redirect to next page" else "Error message" Does anyone know how to create this login function? Tha...
Corba vs SOAP (2 replies)
microsoft.public.dotnet.framework.aspnet.webservices
Can somebody give me short description why SOAP is simpler than CORBA!
Does the message match the WSDL? (2 replies, VIP)
microsoft.public.dotnet.framework.aspnet.webservices
A vendor that I must integrate to has provided me with an example message and a WSDL file. I don't believe they have accurately specified the WSDL. Can anyone confirm this? Example Request Message .... ?xml version "1.0" encoding "UTF 8"? SOAP ENV:Envelope xmlns:namesp4 "http://xml.apache.org/xml soap" SOAP ENV:encodingStyle "http://www.w3.org/2001/06/soap encoding" xmlns:xsi "http://www.w3.org/20...
VBA web services call not working in office XP (2 replies)
microsoft.public.dotnet.framework.aspnet.webservices
Hi I am calling a web service call from VBA and it is working good with the machines having office 2003. I tried to run the same excel template from office XP machine but it is not working. When i checked the Tools references it says MISSING: Microsoft Office Soap Type Library v3.0 MISSING: Microsoft XML, v5.0 I did install office XP web services toolkit 2.0 and not working. But the same thing is ...
WS Client Protocol port problem? (3 replies, VIP)
microsoft.public.dotnet.framework.aspnet.webservices
The 'add web reference' in Visual Studio 2002, along with WSDL.exe is broken. It seems that it is a problem with the MS Web Services Client Protocol 1.0.3705.288, as both VS .Net and WSDL.exe use this to access the wsdl. If I have the wsdl available at http://myserver:8080/services/MyService.wsdl The Project Add Web Reference shows the correct WSDL. But after using 'Add Reference' the WSDL file is...
web apges don't open properly (2 replies, VIP)
microsoft.public.dotnet.framework.aspnet.webservices
my internet explorer is not working properly.. it opens web pages but most of the things on any page that I open don't show up.
Web Services vs Standard Replication (3 replies, VIP)
microsoft.public.dotnet.framework.aspnet.webservices
I am interested in any suggestions you might have. I have different heterogeneous databases (max 100 in number) which need to transfer their data to a central SQL Server database. This is going to be one way channel where central database consolidates the data which is coming from different sources. Central location needs to be kept up to date on a periodic basis. Each source can have max 50KB of ...
Uploading a file using Web Services. (3 replies)
microsoft.public.dotnet.framework.aspnet.webservices
Hi, I need to upload a file using a web service. Is this possible? If yes, then could somebody point me as to how this can be done. Thanks, Natarajan
COM instantiation hangs in web method (3 replies)
microsoft.public.dotnet.framework.aspnet.webservices
I have a web service running on localhost. In this web method I am instantiating a COM object as follows: dim obj as New MyCOMObject 'The dll for the COM object is registered on localhost (using regsvr32) and is in C:\ root When I test this web service from a VB script client (which prepares a SOAP request using MSXML XMLHTTP object), all works fine and I get a result (SOAP request returns success...
How to copy data from CLR object to its proxy? (3 replies)
microsoft.public.dotnet.framework.aspnet.webservices
On the client, I have a type myAssembly.myClass from the same assembly the server uses, and its proxy, localhost.myClass, generated via the Web Reference. I can call Web Methods passing objects of type localhost.myClass without any trouble. But what I need to be able to do is pass (the data from) myAssembly.myClass objects on the client. It isn't possible to cast from myAssembly.myClass to localho...
dll from aspx (2 replies, VIP)
microsoft.public.dotnet.framework.aspnet.webservices
hello i m making a web service based on .net..... i use web matrix to make pages and code in vbscript... my web pages have .aspx extension and everybody who have access to server may read my code from this files.... maybe there is somethin to make a dll or ??? from aspx files that allow to hide my code from other people ??? thanks VEN
Accessing Web Service (2 replies)
microsoft.public.dotnet.framework.aspnet.webservices
Hi Am new to XML and Web Services. May be this is a basic question. Here it is. I have a web service created using VB.NET. Now, for this web service to be consumed by the clients, do they need to have any dependency files. I mean to say, if this Web service has to be consumed by c , Power Builder, or any other unmanaged application, what are the necessary files clients need to have. Do we need to ...
i need solution (2 replies)
microsoft.public.dotnet.framework.aspnet.webservices
the following is the error kindly help me solving the error: Server Error in '/' Application. Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. Parser Error Message: Could not load type 'Stakeholder1.filelist'. Source Error: Line 1: %@ Pag...
ASP.NET project deployment (2 replies)
microsoft.public.dotnet.framework.aspnet.webservices
Hi, My issue is the same as posted by someone else here, and is unanswered. I urgently need help. I am deploying an asp.net application, and the issue is that I need to create the installer such that when my client runs it, he can make the virtual directory at whichever location he wants. In general, when the installation wizard is run, the VD is created by the given name in inetpub wwwroot. But s...
Verify Correct Implementation in Web Services (2 replies)
microsoft.public.dotnet.framework.aspnet.webservices
Hi, I have a Windows Application and multiple Web Services, all Web Services will implement the same interface. My Windows Application allow users to enter Web Services' URL themselves and store in an .config file with XML format. In this case, I will only add one Web Service as web reference at compile time, then assign different URL to Web Service object created later during runtime. The problem...
Web Services vs Standard Replication (2 replies, VIP)
microsoft.public.dotnet.framework.aspnet.webservices
I am interested in any suggestions you might have. I have different heterogeneous databases (max 100 in number) which need to transfer their data to a central SQL Server database. This is going to be one way channel where central database consolidates the data which is coming from different sources. Central location needs to be kept up to date on a periodic basis. Each source can have max 50KB of ...
Webservice Error (4 replies, VIP)
microsoft.public.dotnet.framework.aspnet.webservices
Hi, I keep on getting this pain in my butt error whenever I change some code in Webservice project using vs .net 2003 and resubmit to website: Access to the path "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\webservice1 wsmnmhzdata\7aaddb50\25b57516\hash.web" is denied. Any ideas how to stop this from occuring? Thanks, JJ
Getting HttpException while transfering Dataset (3 replies)
microsoft.public.dotnet.framework.aspnet.webservices
I am transfering a large dataset, about 120,000 records to a web service to update a DB but I get this error: System.Web.HttpException: Maximum request length exceeded. How can this be fixed? Is it something I have to config on the remote server? Thanks
Need ideas !111 (3 replies)
microsoft.public.dotnet.framework.aspnet.webservices
I have an app in asp.net. My requirement is that we have a database, and whenever this database is updated, I want my client's webpage also to be refreshed. Also, this should be done with teh least or no user intervention. Any clues on this ? Will I have to look for third party tools? Can you suggest any? Thanks a ton.
Service Oriented Architecture? (7 replies, VIP)
microsoft.public.dotnet.framework.aspnet.webservices
All, There is alot of talk and buzz around the idea of implementing a service oriented architecture. I am very much interested in this concept and how it could help benefit the corporation that I work for. However, I am failing to see the difference between component based development and SOA. Is the difference only within the technology? It comes down to this question for me: Is there a benefit i...
How to control the root name with which an array of a custom class objects are serialized? (2 replies, VIP)
microsoft.public.dotnet.framework.aspnet.webservices
Hello, is there a way of controlling the name with which an array of objects of a custom class is serialized??? public class MyClass { ....... } [WebMethod] public MyClass[] MyMethod() { ....... ....... } When serializing an array of MyClass objects through a web method I get as the root node something like ArrayOfMyClass1 xmlns "...." .... . I'd like to be able to define myself the name of the ro...
COM object in webservice (2 replies)
microsoft.public.dotnet.framework.aspnet.webservices
Is there some sort of restriction for instantiating a COM object in a ..NET webservice? I have a method inside my webservice that instantiates a COM object, and returns a custom class, but if I return the custom class after I instantiate the COM object, I always get a garbled mess. I only assume there is an error thrown because I have procedures that write to a file on the server for error trappin...
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