SOAP fault carried over HTTP 200 or HTTP 500 ? - DOTNET

This is a discussion on SOAP fault carried over HTTP 200 or HTTP 500 ? - DOTNET ; Hi, Some of my webservice peers return SOAP faults using a "HTTP 200 OK" reply and others use a "HTTP 500 Internal Server Error" instead. I was wondering if there is some kind of standard for SOAP over HTTP (or, ...

+ Reply to Thread
Results 1 to 2 of 2

SOAP fault carried over HTTP 200 or HTTP 500 ?

  1. Default SOAP fault carried over HTTP 200 or HTTP 500 ?

    Hi,

    Some of my webservice peers return SOAP faults using a
    "HTTP 200 OK" reply and others use a
    "HTTP 500 Internal Server Error" instead. I was wondering
    if there is some kind of standard for SOAP over HTTP
    (or, more specifically where I can find such a beast)
    that regulates these things?

    And, which one is correct? Using HTTP 200 OK or
    HTTP 500 Internal Server Error?


    regards,
    martin

  2. Default RE: SOAP fault carried over HTTP 200 or HTTP 500 ?

    HI

    According to WS-I BP 1.1 (www.ws-i.org), indicating a SOAP fault using the
    response code 500 Internal Server error is not mandatory. It recommends the
    checking of the SOAP:Fault tag to determine whehter it is a SOAP:Fault or not.



    "martin" wrote:

    > Hi,
    >
    > Some of my webservice peers return SOAP faults using a
    > "HTTP 200 OK" reply and others use a
    > "HTTP 500 Internal Server Error" instead. I was wondering
    > if there is some kind of standard for SOAP over HTTP
    > (or, more specifically where I can find such a beast)
    > that regulates these things?
    >
    > And, which one is correct? Using HTTP 200 OK or
    > HTTP 500 Internal Server Error?
    >
    >
    > regards,
    > martin


+ Reply to Thread

Similar Threads

  1. What is HTTP SOAP ?
    By Application Development in forum DOTNET
    Replies: 7
    Last Post: 09-12-2006, 11:30 AM
  2. SOAP and HTTP
    By Application Development in forum XML SOAP
    Replies: 0
    Last Post: 08-21-2006, 11:16 PM
  3. SOAP over HTTP
    By Application Development in forum DOTNET
    Replies: 1
    Last Post: 05-25-2006, 03:37 AM
  4. Soap Fault and HTTP error code
    By Application Development in forum XML SOAP
    Replies: 0
    Last Post: 07-09-2005, 04:42 AM
  5. SOAP HTTP Post
    By Application Development in forum XML SOAP
    Replies: 0
    Last Post: 04-15-2005, 08:40 AM