.NET Framework - new in web service
Asked By jazzydance
06-Feb-10 06:29 PM

I am basically new to setting up recent web services.
I am wondering what are good links to look at to see what are the options
in web services.
Basically my questions are the following:
1. Is call a web service a single thread calling at a time? Can several
threads call a web service at one time? If so, is the prefered language to
use is F#.NET since this language has alot of threading logic builit behind
the language?
2. When calling a webservice, can you call the web service with "blocks'
of message to be processed at one time? Basically instead of sending one
message at a time, can you send "groups" of message at a time to be
processed? This would be groups of like 100 to 500 messages at one time? If
so, can you point me to a url that would explain this in more detail?
3. Are there other options that can be utilized in a web service? If so,
can you tell me what these options are?
Note: The little bit of web service experience I have is having a classic
asp page call a vb.net version 1 webservice in the DXZ. The web service in
the DMZ would then call another web service to obtain validated addresses.
Thanks!
Mr. Arnold replied to jazzydance
jazzydance replied to Mr. Arnold

Installing IIS webservice on a 64-bit system .NET Framework Hello, we have a 32-bit dll implementing both a webservice and a COM interface. When installed on a 32-bit system, it works fine both fine as a COM object, however, we are unable to get it working as a webservice. In the EventLog we have got SideBySide: "Dependent Assembly Microsoft.VC90.DebugCRT could not be Error was The referenced assembly is not installed on your system." - The structure of the webservice directory is as follows: PdfServiceLib.asmx PrecompiledApp.config Web.config bin \ itextsharp.dll itextsharp.pdb in PdfServiceLib.dll match exactly the versions of Microsoft.VC90.DebugCRT / MFC. - We install the webservice through the IIS Manager -> Default Web Site -> New -> Virtual Directory. We leave the default settings manifest" where it does not find it. - It seems to me that IIS copies the webservice dll-s to a temporary directory (see the previous point), but does not copy the dependencies as well, which results in the error. How to get the webservice working? Should I create a manifest file to tell IIS what are the PdfServiceLib.dll manually copy all the required DLLs into the "ASP.NET Temporary Files" cache directory, the webservice begins miraculously to work. (Of course, this cannot be used as a production solution.) This
Autorisierung mit Membership- und Role-Provider; -> funktioniert super incl. User.IsInRole in WebPages. Unterordner mit Webservice, der dem gleichen Schutz unterliegt. Silverlight-Anwendung, die WebService nutzt. Folgendes funktioniert wie erwartet nicht: Website au?erhalb der Forms Authentifizierung ruft Silverlight-Anwendung auf, die gesch?tzten WebService aufruft. Das funktioniert wie erwartet nicht. Folgendes funktioniert: Website innerhalb der Forms Authentifizierung wird aufgerufen Login wird erfolgreich abgearbeitet, Silverlight wird gestartet, Silverlight kann erfolgreich mit dem WebService arbeiten. Folgendes Problem 1: WebService kann trotz erfolgreicher Authentifizierung durch die Forms Authentifizierung vor dem Silverlight-Start nicht auf die immer False). Gibt es da irgendwo eine L?sungsm?glichkeit? Weiteres Problem 2: Wenn der WebService gesch?tzt ist, bringt der Test des Silverlight-Projektes nat?rlich Fehler, wenn die Silverlight etwas besseres? Vielen Dank - - Viele Gruesse Peter ASP.NET - German Discussions Silverlight (1) FormsIdentity (1) WebService (1) IsInRole (1) Cookie (1) Login (1) IsPersistent (1) CookiePath (1) Ich habe zwar keine Ahnung von Silverlight, aber Webservice mit Forms Authentication gesch?tzt habe ich schon. Die Forms Authentication ist nichts anderes als
Does it exist WebService that has a GUI .NET Framework Hello! it is the same question that is written in the title does it exist Webservice that has a GUI.? If a Webservice has a GUI how will that be presented in Browser because WebService is based on SOAP that is using HTTP and XML ? / / Tony C# Discussions Silverlight (1 WebService (1) GUI interface (1) WEB service (1) Tony Johansson (1) Human interface (1) Client side (1) Webservice because No WEB service that I know about has a GUI interface. However, a HTML app both be a web app and expose web services. Arne keywords: Does, it, exist, , WebService, that, has, a, GUI description: Hello! it is the same question that is written in the title does it exist Webservice that has a GUI. If a Webservice has a GUI how will that be presented
Call webservice from webservice with transport security (https) .NET Framework Hello, i try to call a webservice A from webservice B. Service B is called from interactive program. Both services A / B are hosted on only for development purposes. SSL server authentication is a very important security measure. keywords: Call, webservice, from, webservice, with, transport, security, (https) description: Hello, i try to call a webservice A from webservice B. Service B is called from interactive program. Both services A / B are hosted on
webservice reference embedded .NET Framework Hi to all, is there a way to declare a webservice address inside the code? If I add a webservice, the address is visible in the app.config but I wanna avoid it. Any suggestion Barry Barry Flynn Anonymouse (1) EndpointAddress (1) Declare (1) Barry Flynn (1) Web service (1) Webservice (1) Not sure if I am addressing your problem or not. . . A few years ago your time ! Barry - -- -- -- -- -- -- -- -- -- - lws As New localhost.TheWebService Thanks, following your suggestion I solved with: webservice.Endpoint.Address = New System.ServiceModel.EndpointAddress("http: / / www.miosito.eu / service.asmx") ;) keywords: webservice, reference, embedded description: Hi to all, is there a way to declare a webservice address inside the code If I add a webservice, the address is visible in the app.config but I wanna avoi