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

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Mandatory WebMethod parameters05 May 2004 22:36 GMT1
I have WebService (C#) with one WebMethod that takes 4 parameters, as below:
 <s:element minOccurs="0" maxOccurs="1" name="requestedBy" type="s:string" />
 <s:element minOccurs="1" maxOccurs="1" name="submissionDateTime" type="s:dateTime" />
 <s:element minOccurs="0" ...
Setting minOccurs attribute05 May 2004 22:23 GMT1
When setting the XMLElementAttribute IsNullable=false I get the
minOccurs=0 in my WSDL:
C#:
[System.Xml.Serialization.XmlElementAttribute("XXXX",
Web Services and Strongly Typed Collections05 May 2004 21:15 GMT3
My application requires the use of strongly typed collections.  This means I need the semantics of an ArrayList which supports members like Add, Item, Remove, Count etc - but returns a strongly typed object reference instead of System.Object
Therefore, I have implemented two ...
WebService return type suggestion05 May 2004 16:01 GMT1
I am a newbie in this area. I want to write a web service that executes an
SQL and returns the resultset. The resultset is to be bound to a datagrid on
the receiving end.
Should I return a dataset from the web service and bind that to the Datagrid
SSL and web services05 May 2004 13:40 GMT2
Hello- I have been through Google Groups and all over the web reading up on SSL and web services, and so far I think I am becoming an expert! So here's the problem-
I can connect to the web service and execute from a cosole application, and not from my web application - i receive ...
Web References how to config to read URL from config?05 May 2004 04:47 GMT8
It's great that VS.NET makes it so effortless to add a web reference to a
web service.  The problem is, I haven't figured out a way to configure the
URLs (or simply switch the references to another web reference) easily when
I move my app from development, to staging, to production, ...
Dynamically call web service from WSDL-is there a way?04 May 2004 19:55 GMT2
I'm trying to figure out a way to dynamically call a web service based
on a WSDL file, and have had very little luck so far.  After looking
at the proxy class and noticing that it just uses the Invoke method of
the base class, I thought that a generic class that called Invoke
new webservice04 May 2004 17:43 GMT8
I'm creating a new web service with Visual Studio.NET, but the answer is:
Unable to create Web Project "WebService1". Unable to validate that the file
path "C:\inetpub\wwwroot\WebService1" matches the URL path
"http://Localhost/WebService1".
Soap toolkit completely replaced by .NET?  I'm not so sure...04 May 2004 17:08 GMT1
Ok, so looking up the SOAP toolkit on MSDN gives you a nice little
message saying that the toolkit has been replaced by the .NET
framework.  Ok, fine...but here's my problem.  I just checked out this
sample application (http://www.codeproject.com/com/XYSoapClient.asp)
Error The underlying connection was closed04 May 2004 17:06 GMT2
I am trying to consume a Web Service (developed using ASP.NET/VB.NET) using
a VB.NET application. I call the web service asynchronously as the
processing takes more than 2-3 minutes. However I get the following error
after the BeginXXX call:
Serialization question04 May 2004 15:49 GMT1
I have a public class within my webservice class that inherits of CollectionBase. Everything compiles and my client sees every class and webMethod excep for this class... I guess I need to serialize this class but I got some difficulties to find a comprehensive help about it... ...
Webservice vs. Remoting !!04 May 2004 13:46 GMT5
I want to ask  what is the best way to tansfer DataSets (or any object )  in
a local network ? Webservice or remoting  ? Or any thing else ?
thanks in advance
How to control order of web methods on web service test page?04 May 2004 11:06 GMT1
I found list of web methods on test page aren?t in alphabetical order and
aren?t in source code order. It looks like almost random. But I want to have
that list in specific order. So how to control order of web methods on web
service test page?
webservice security.04 May 2004 05:57 GMT1
Please,
what's the best way to implement webservice security. My needs are:
Just some external systems or users can access a specific webservice or
better, a specific method. Is there a way i can implement something like
Issues with web references and proxy classes.04 May 2004 04:02 GMT1
Good Morning;
When the WSDL.exe and/or webreference generates a proxy class for a webservice which receives/returns a custom object the class representation within the proxy class is incomplete. When the proxy class imports the object definition it leaves the root node attributes ...
Pages: 1 2 3 4 5 6 7 8 April, 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.