XMLAnalysisError.88BA0807 revisted

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: PeteSweden (peterfrandberg_at_spray.se)
Date: 10/06/04

  • Next message: Akshai Mirchandani [MS]: "Re: XMLAnalysisError.88BA0807 revisted"
    Date: 6 Oct 2004 07:11:06 -0700
    
    

    I know this subject has been up for discussion before.

    In my application I set the SOAPAction header like this. It should be
    ok.
    requestSoapMsg.getMimeHeaders().addHeader("SOAPAction","\"urn:schemas-microsoft-com:xml-analysis:Discover\"");
    However, I still get the following error message:

    </soapenv:Envelope><?xml version="1.0" encoding="UTF-8"?>
    <SOAP-ENV:Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
    <SOAP-ENV:Body>
    <SOAP-ENV:Fault xmlns:XA="urn:schemas-microsoft-com:xml-analysis">
    <faultcode>XA:XMLAnalysisError.88BA0807</faultcode>
    <faultstring>The Web service does not support the &apos;Discover&apos;
    method with the URI &apos;urn:schemas-microsoft-com:xml-analysis&apos;
    and SOAPAction header &apos;&quot;&quot;&apos;.</faultstring>
    <faultactor>urn:schemas-microsoft-com:xml-analysis</faultactor>
    <detail>
    <Error ErrorCode="2293893127" Description="The Web service does not
    support the &apos;Discover&apos; method with the URI
    &apos;urn:schemas-microsoft-com:xml-analysis&apos; and SOAPAction
    header &apos;&quot;&quot;&apos;."
    Source="urn:schemas-microsoft-com:xml-analysis"/></detail></SOAP-ENV:Fault></SOAP-ENV:Body></SOAP-ENV:Envelope>

    It says that 'SOAPAction header &apos;&quot;&quot;&apos;'. Anybody got
    any ideas?


  • Next message: Akshai Mirchandani [MS]: "Re: XMLAnalysisError.88BA0807 revisted"