Re: Web Service



"Rene_Surop" <infodynamics_ph@xxxxxxxxx> wrote:
Just to rephrase my query above, it may not be clear.

I usually invoke SOAP (Web service) using WSDL file extension, now a
friend of mine says that they have a .NET platform server that uses
ASMX file extension instead.

Do not know exactly how ASMX works, search the internet about it and
it tells me it is the same technology as WSDL SOAP but the problem is
how to access ASMX. Would it be the same as the WSDL file extension?

And another thing, what is the maximum data (in length/bytes) that can
be pass to a WSDL?

Reference topic here: Web Service (Retouch)

I'm not a .NET guru, but I have done some web service applications with
Visual Studio 2005. ASMX is simply the web service extension for ASP.NET
web service pages, as ASPX is the extension for ASP.NET web pages. You
still use WSDL, SOAP and XML in the same way. Other than the "ASPX" in
the web service URL, I don't think a web service client would know the
difference. Hope this helps.
--
Judson McClendon judmc@xxxxxxxxxxxxx (remove zero)
Sun Valley Systems http://sunvaley.com
"For God so loved the world that He gave His only begotten Son, that
whoever believes in Him should not perish but have everlasting life."


.



Relevant Pages

  • Re: Web Service
    ... I usually invoke SOAP using WSDL file extension, ... ASMX file extension instead. ... Would it be the same as the WSDL file extension? ... Reference topic here: Web Service (Retouch) ...
    (comp.lang.cobol)
  • Re: Implementing a common SOAP Header across multiple Web Service Pages
    ... to set a client up to reference multiple Web ... the Web Service site would ... Your point about leaving the ASMX page as lean as possible and acting just ...
    (microsoft.public.dotnet.framework.webservices)
  • Re: using biztalk web service
    ... Its not recognizing your ..asmx file extension. ... I guess you haven't installed it in the webserver. ... you can install asp.net by running aspnet_regiis -i in the visual studio command prompt. ... create a web service which will receive ...
    (microsoft.public.biztalk.general)
  • webmethods not working/ not showing in WSDL
    ... However, when he launches the web service page in IE, he's not getting ... when you add a brand new ASMX file to a project. ... I even checked the .DLL under ... The file under bin folder of the IIS directory also has the proper ...
    (microsoft.public.dotnet.framework.webservices)
  • Re: Dynamic WSDL?
    ... Actually the auto generation of the asmx may be a way I could go, ... > a new DLL in a specific directory, it starts up, examines each DLL in the ... >> GetUser ... so I would like to have a web service with the following ...
    (microsoft.public.dotnet.framework.webservices)