Uploaded image for project: 'RiftSaw'
  1. RiftSaw
  2. RIFTSAW-279

Riftsaw is unable to invoke .NET web services.

This issue belongs to an archived project. You can view it, but you can't modify it. Learn more

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 2.1.1.Final, 2.2.0.M1
    • 2.1.0.Final
    • Integration
    • None

    Description

      .NET server does not know how to interpret SOAPAction header set to an empty string. This is probably a bug in .NET because an empty string is a valid value for SOAPAction according to SOAP 1.1 specs. When Riftsaw tries to orchestrate a .NET web service the following response is returned:

      <soap:Envelope xmlns:soap='http://schemas.xmlsoap.org/soap/envelope/' xmlns:xsd='http://www.w3.org/2001/XMLSchema' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
      <soap:Body>
      <soap:Fault>
      <faultcode>soap:Client</faultcode>
      <faultstring>Server did not recognize the value of HTTP Header SOAPAction: .</faultstring>
      <detail/>
      </soap:Fault>
      </soap:Body>
      </soap:Envelope>

      Setting SOAPAction header to the value of the operation helped in retrieving the expected response.

      Attachments

        Activity

          People

            mbaluch@redhat.com Marek Baluch
            mbaluch@redhat.com Marek Baluch
            Archiver:
            rhn-support-adandapa Aitik Dandapat

            Dates

              Created:
              Updated:
              Resolved:
              Archived:

              PagerDuty