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 / November 2004

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
How to change the URL of a web reference at runtime?02 Nov 2004 18:15 GMT2
Hi - How can you change the web reference URL that a client is using to
access a web service at runtime?
thanks
How do I get serialized object?02 Nov 2004 18:06 GMT2
Hi,
I have a class with some properties. When I return the object from Web
Services, it automatically serialized to XML format. My question is how can I
get that serialized XML of the object (not from client side, I want to get it
Please Help me- Returning DataSet from a Web Service02 Nov 2004 18:05 GMT1
My Web Service is returning a DataSet. I realized that we cannot
return  a DataReader.. Normally we can use a DataReader( when not
using Web services) and access it as below to assign values of columns
of returned rows to Labels in the client aplication such as:
HttpWebRequest and HttpWebResponse02 Nov 2004 17:34 GMT2
My old application used to POST xml to a remote server using HttpWebRequest  
from within an aspx page. The process worked like a charm (though sometimes I
experienced delays in receiving a response). Using the .NET class similar to
http://support.microsoft.com/kb/330589/EN-US/#7
Problem installing ASP.Net02 Nov 2004 14:08 GMT2
I have Visual Studio .Net installed on my development machine.  I have just
tried to create a web service application in VS, and it tells me that I need
to install ASP .Net.  I have tried installing both the SDK and the Framework
and it still hasn't installed ASP .Net.  Is there ...
Web services and bulk data02 Nov 2004 11:58 GMT2
I am implementing a web services and one of its methods can potentially
return Gb of data. I would like this to be implemented in an 'iterator' kind
of style. With this the client can get the count first and then use a method
to get certain number of records at a time.
WS-Eventing via HTTP02 Nov 2004 11:47 GMT2
There was a post on this subject [1] earlier but doesn't give any clear
answer to the problem.
I studied the messaging article posted on WSE by Simon Horrel and the
accompanied sample code. This article, though explains Eventing via TCP it
Is it possible to return a DataTable from a Webservice method02 Nov 2004 09:23 GMT2
I was just wondering whether is it possible to return a Data Table
from a WebService method. Since I need to send only one table at a
time, I dont want to return the entire Dataset.
Any help would be highly appreciated.
Modify HttpGet and HttpPost portions of WSDL02 Nov 2004 03:09 GMT1
Does anyone know a way to programmatically modify the HttpGet and
HttpPost service ports in WSDL(In particular, I would like to modify
the address location uri)?  I know you can modify the soap portion
using SoapExtensionReflector during WSDL generation.  But I can't seem
Cache support?02 Nov 2004 00:04 GMT2
We have a requirement to provide transport independant services within our
organization and thus have implemented some services using the SOAP messaging
provided by WSE 2.0 SP1.  Our services are exposed via a Service Inteface
Layer that runs on top of our Domain Object Model.  ...
Web.Config, Custom Section!01 Nov 2004 22:49 GMT5
I'm trying to store something like this in my web.config file:
<authInfoGroup>
   <authInfo UserId="uid1" Passport="pwd1" Expiry="" />
   <authInfo UserId="uid2" Passport="pwd2" Expiry="" />
Hosting in a Windows Service, need to block in OnStop until all incoming requests have been processed...01 Nov 2004 18:21 GMT1
Ok, so I'm hosting a SoapReceiver in a custom Windows service. Basically, startup looks like this:
protected override OnStartup()
{
  SoapReceivers.Add(new Uri("soap.tcp://localhost/Test", typeof(MyWebService));
how do u change the webservices url?01 Nov 2004 08:25 GMT6
I have a webservice client that needs to change which webservice server it
calls?
I keep reading change the webservice.url ...but I don't see that property
regards,
WEb Service Referencing Session01 Nov 2004 04:58 GMT2
Is it possible to reference session within a web service or is session
completely out of scope?
I have imported system.web.httpContext into the service but this does not
seem to do the trick. Is it possible to do this?
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 October, 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.