Results 1 to 2 of 2

Thread: Enable SOAP to webservice

  1. #1
    Join Date
    Mar 2009
    Posts
    89

    Enable SOAP to webservice

    Hi friends,


    I know that all other webservices can only produce simple XML SOAP(Simple object Access Protocol) and not even the basic with default service class.

    I have heard from my friends that we can enable SOAP but they don't know how to do it.

    Can anyone help me out with this issue.

  2. #2
    Join Date
    Jan 2008
    Posts
    1,521

    Re: Enable SOAP to webservice

    The HTTP-SOAP is enabled by default on Web services.You can specify the protocols run on your Web services without your web config, example:

    Code:
    <webServices>
    <protocols>
    <remove name="HttpGet"/>
    <add name="HttpSoap12"/>
    </protocols>
    </webServices>

Similar Threads

  1. Security between flex+air and webservice
    By Isiah in forum Software Development
    Replies: 5
    Last Post: 09-07-2010, 03:10 AM
  2. Need a small webservice for my website.
    By Sarah Rogger in forum Technology & Internet
    Replies: 4
    Last Post: 15-06-2010, 12:21 AM
  3. Parsing XML WebService
    By Efigenio in forum Software Development
    Replies: 4
    Last Post: 03-03-2010, 03:55 AM
  4. Replies: 9
    Last Post: 10-04-2009, 01:51 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,560,754.34468 seconds with 17 queries