Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / Web Services / June 2004

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Send Object to webservice problem cast10 Jun 2004 10:05 GMT1
I have a class LiveSupportClass.Config
[Serializable()]
[XmlRoot("LiveSupportClass.Config")]
public class Config : ISerializable
P2P Chat w/Web Services09 Jun 2004 20:46 GMT6
I have been looking at Remoting and Web Services and I think I can do almost
anything I want with Web Services.
Here's my intellectual puzzle though:
Suppose I wanted to create a P2P application using just web services.
creating proxy class from WSDL file09 Jun 2004 17:55 GMT1
(Type your message here)
HI,
i have problem creating proxy class from VS.Net environment by referencing a WSDL file. I don't have .asmx file. I need to make use of .wsdl file only.
the error message is as below:
GetExecutingAssembly().Location and DLL called by WebService08 Jun 2004 08:02 GMT5
I am attempting to load a file that is situated in the same directory as an assembly that is called via a webservice
string csfFilePath = System.Configuration.ConfigurationSettings.AppSettings["CSFFilePath"]
if(csfFilePath==null || csfFilePath.Length==0
csfFilePath=System.IO.Path ...
Applying XmlArrayAttribute to the return value that returns an array of complex objects???08 Jun 2004 02:00 GMT1
I read that XmlArrayAttribute may be applyed to "the return value that
returns an array of complex objects" but I don't understand how.
I'd like it to apply it to a method returning an array of objects of a
custom class. How can this be achieved???
Returning XML from a web service07 Jun 2004 22:29 GMT1
We have a web service that basically does as follows
<WebMethod()>
Public Function Verify(ByRef strXML As String) As Intege
   Dim iRetCode As Integer = 0    
Can't Specify Explicit Credentials (Default One Works)07 Jun 2004 20:57 GMT2
I'm developing a secure web service on a XP machine using integrated
security.  I can access the service when I use
m_rs.Credentials = System.Net.CredentialCache.DefaultCredentials
But when I specify any other settings (even Administrator) nothing
Application Center Test with IIS07 Jun 2004 20:40 GMT1
Please,
I would like to stress test my webservice and i thought about Application
Center Test, but i got no idea how can i do this.
There's a way i can use it to test Webservice methods? Where can i find
Help with .NET web app07 Jun 2004 14:57 GMT3
I have developed an asp.net application which is running on different
machines. Now the issue is, I am generating a report. Here when I generate
thsi report on a remote machine, it shows only 1400 records, whereas when I
try the same on the machine wher the database is located (SQL ...
Support07 Jun 2004 13:40 GMT1
is it possible to invoke an hour glass in my asp .net application when I
invoke a user action such as clicking a button.
I've tried putting "Document.style.cursor=Wait" in the beginning of the
JavaScript function and changing the cursor back to "Default" at the end,
Return a SqlDataReder06 Jun 2004 11:02 GMT1
   I've a webService thar read from my database and let results in a
SqlDataReader. I want to return this datreader to my ASP.NET page but it
fail.
   This is my code:
Deployment problem05 Jun 2004 09:13 GMT2
I have manually moved my web application (asp.net) from one machine to another.I have created a virtual directory and mapped to the path where my application files are saved on the system.I am able to compile/build the application but i am unable to run the application.I am ...
Web Services vs Standard Replication05 Jun 2004 01:15 GMT2
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
How to control the root name with which an array of a custom class objects are serialized????05 Jun 2004 00:29 GMT1
is there a way of controlling the name with which an array of objects of a
custom class is serialized???
public class MyClass
{
Getting HttpException while transfering Dataset03 Jun 2004 16:28 GMT2
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
Pages: 1 2 3 4 5 6 7 8 9 10 May, 2004
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.