Results 1 to 4 of 4

Thread: terms!

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Aug 2003
    Location
    Edinburgh, UK
    Posts
    2,773

    terms!

    Hi there.


    I am pretty good with terms etc... and know the technology well however I am looking for a good ASP.NET webhosting company. I have found several but they have terms that are very confusing.. or really trying to "trick" you...

    I have made a webservice. It's a ASMX file.
    What is this ASMX file? Is it a WSDL? is it SOAP? is it WSE? What is it? I mean, I am looking through the specs of packages - some state clearly that it supports "WSDL, ASMX, XML, SOAP" etc.. and others are just "WSDL" or just "SOAP" or just "Full ASP.NET support"

    so... what is ASMX?

    generally, do these web hosting companies who host ASP.NET sites support web services?

    Thanks!

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: terms!

    When you are specifying a .NET web service to add to your project, you will add a location to an ASMX file. In effect, the ASMX is the web service, as it contains all the code and logic being implemented.

  3. #3
    Frenzied Member dj4uk's Avatar
    Join Date
    Aug 2002
    Location
    Birmingham, UK Lobotomies: 3
    Posts
    1,131

    Re: terms!

    Web hosts love acronyms:
    asmx file - is just a ASP.NET web service source file.

    WSDL - Web Service Definition Language - an xml formatted language to describe a web service's capabilities.

    SOAP - Simple Object Access Protocol - a standard for exchanging XML-based messages over a computer network.

    Basically a Web Service uses WSDL and SOAP for it to work. Sounds to me like the hosts you are looking at do support Web Services.

    DJ

    If I have been helpful please rate my post. If I haven't tell me!

  4. #4
    New Member
    Join Date
    Oct 2007
    Location
    Hyderabad
    Posts
    2

    Re: terms!

    A Web Service is programmable application logic accessible via standard Web protocols. One of these Web protocols is the Simple Object Access Protocol (SOAP). SOAP is a W3C submitted note (as of May 2000) that uses standards based technologies (XML for data description and HTTP for transport) to encode and transmit application data.

    Hi to All

    Consumers of a Web Service do not need to know anything about the platform, object model, or programming language used to implement the service; they only need to understand how to send and receive SOAP messages (HTTP and XML).
    ASMX(Active Server Method)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width