Re: Big-Picture Question (Web Services, RegNow)



Laurent,

That works fine for me. Here is the code I used to test. I created a web
service, and a .NET application. In the .NET application, I added a web
reference to the said web service.

Okay, I appreciate that. So that will work. However, again, I want to make
sure I'm compatible with as many consumers as possible (.NET or otherwise).
My concern is that since the VS IDE is unable to test the service with a
structure argument, that there is something somewhat non-standard about
that. Since the gain from using a class is minimal, it may not be worth
taking that route for me.

Jumping ahead, the next items I'm wondering about have to do with deployment
of the service. Although I'm somewhat mystified that the default is to
deploy Web pages uncompiled, my understanding is that they can be
precompiled. So there are a few issues I'm starting to wonder about. Any
input you might have would be appreciated.

1. How can I precompile a Web service before placing it on the Web.

2. What does a Web service compile to, and when would something like this be
compiled to a DLL rather than other types of pages?

3. And where would I typically upload the compiled file to (which folder).

Thanks!

--
Jonathan Wood
SoftCircuits Programming
http://www.softcircuits.com


.



Relevant Pages

  • RE: Web Service Implementation Security Question
    ... As for the security problems regarding on using TypedDAtaset in asp.net ... Web Service Implementation Security Question ... | enable the %windir%\Temp directory so the schema can compile. ... Have the process that “compiles�the schema files use another ...
    (microsoft.public.inetserver.iis.security)
  • Re: web service deployment question
    ... is found in the bin directory under your web applications vroot. ... Make sure you compile your assembly with a name that does not ... >i have a web service which does xyz stuff...i have a reference of it ... >.asmx page, and invoke the method manually, it s fine. ...
    (microsoft.public.dotnet.framework.aspnet.webservices)
  • 1st invocation of Web Service from client is very slow - solution?
    ... people complaining that 1st invocation of a Web Service can be very ... writing the client proxy yourself). ... remote methods do not change signature, and get the proxy to compile ...
    (microsoft.public.dotnet.framework.webservices)
  • How to compile web service?
    ... problems with a security package called Black Ice that my hosting service is ... I'm hoping that if I manually compile my web service, ... details and modify your source file appropriately.=20 ...
    (microsoft.public.dotnet.framework.webservices)
  • Re: How to compile web service?
    ... how do I automate this using VS.Net? ... >> randomly named DLLs that ASP.NET creates when I hit my web service after ... >> own bat file to compile and deploy my web service. ...
    (microsoft.public.dotnet.framework.webservices)

Loading