Text/plain being mis-interpreted as xml by IExplorer

Hi,
I have a servlet that returns a log file that may contain xml documents. I want this log displayed as plain text, and I set the content type as text/plain using:
response.setContentType("text/plain");
However, IExplorer sees the XML:
<?xml version="1.0"?>
in the log and tries to format the entire log file as XML!! Very annoying...
Any suggestions to get IE to display the log as just plain text?
thx,
sussmori

maybe change the servlet mapping to something like this:
<servlet-mapping>
<servlet-name>yourServlet</servlet-name>
<url-pattern>/foo/bar.txt</url-pattern>
</servlet-mapping>
robert

Similar Messages

  • Client found response content type of 'text/plain', but expected 'text/xml'

    Hi All
    We have developed a J2EE- JAX-RPC web service using Weblogic's 'ServiceGenTask'.
    Invoking web service via java client and SOAP UI works like charm but fails when the
    service invoked via .NET client.
    Below is the .NET sample code and the Stack Trace:
    .NET CODE:
    System.Net.ServicePointManager.ServerCertificateValidationCallback = new RemoteCertificateValidationCallback(delegate {      return true;  });
    testwebservice.ESI est1 = new testwebservice.ESI();
    esi_detail = est1.getDetails("someuserid", "password"<Details> <Id>" + txt_eino.Text +"</Id> </Details>");
    Stack Trace:
    System.InvalidOperationException was unhandled by user code
    Message=Client found response content type of 'text/plain', but expected 'text/xml'.
    The request failed with the error message:
    HTTP/1.1 100 Continue
    <env:Envelope xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><env:Header/><env:Body env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><m:getCertificateDetailsForWSUResponse xmlns:m="http://mynamespace"><result xsi:type="xsd:string"><CertificateStatus>valid</CertificateStatus>
    </m:getCertificateDetailsForWSUResponse></env:Body></env:Envelope>
    Source=System.Web.Services
    StackTrace:
    at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
    at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
    at shcilestamp.EstampIndia.getCertificateDetailsForWSU(String string, String string0, String string1) in c:\Users\Revenue\AppData\Local\Temp\Temporary ASP.NET Files\sra\6fd93bb3\8d227466\App_WebReferences.iojpamot.0.cs:line 105
    at default_1.btn_verify_estamp_Click(Object sender, EventArgs e) in c:\Users\Revenue\Desktop\OFFICE\sra\default.aspx.cs:line 1006
    at System.Web.UI.WebControls.Button.OnClick(EventArgs e)
    at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)
    at System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument)
    at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument)
    at System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData)
    at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    InnerException:
    Note: The same client code is able to access the service deployed in our DR site without any fault.
    However it fails to invoke service deployed in Production site.
    Is this anything to do with the Content-type settings at the web/app server layer?
    Any help will be appreciated.
    Thanks & Best Regards
    Avinash

    Make sure you're using the Reverse Proxy Plugin for Web Server, not the Application Server Connector (they are VERY similar, but not the same). The RPP knows how to handle 100 Continue, the Connector does not.
    Or use Web Server 7 and its built-in reverse proxy feature.

  • JEditorPane: transforming between caret position in html and text/plain

    Hi all,
    I've done quite a bit of searching, and found problems similar to this one, but not this exactly, so I'll try asking it here.
    I have a JEditorPane with HTMLEditorKit, which I'm using for a WYSIWYG text editor. When the user wants to insert something, say an image, I get the caret position and insert a String into the document's underlying text.
    The problem is that if we are the WYSIWYG mode, the caret position isn't the same as the caret position in text/plaain mode.
    So if the underlying text is
    <html>
      <body>
         Some text
      </body>
    </html>the user will just see "Some text". If they place the caret between "Some" and "text", editorPane.getSelectionStart() will return '5'. But I want to insert my text at position '16' in the plain text.
    Is there a simple way to go back and forth between these two positions? Or to have getSelectionStart() to return the index relative to the text/plain mode?
    Thanks!
    Tim

    Very poor that no one answered this one.
    Did you still need the answer?
    I have 'a' answer. But not a complete one.
    In fact I only found this in search for an answer for my problem:
    http://forums.sun.com/thread.jspa?threadID=5409216&tstart=0
    Did you actually just test out what you knew so far to test what happens?
    If you were to use the HTMLEditorKit.insertHTML function, it just wants the visual caret position. So '5' would have been reasonably correct for you.
    I was doing something like this:
                   HTML.Tag tag = null;
                   Pattern p = Pattern.compile("\\s*\\<\\s*(\\w+).*", Pattern.MULTILINE|Pattern.DOTALL);
                   Matcher m = p.matcher(text);
                   if (m.matches())
                        tag = HTML.getTag(m.group(1));
                   kit.insertHTML(doc, offset,// +1
                                  text, 0,// 0
                                  0,// 0
                                  tag);
    Assuming you were inserting a tag, my code there checks what tag it is, and if that is known by the java implementation, assigns that to 'tag', so that the element is correctly inserted.
    If it is not known, we just use 'null'. Which for me wasn't such a great result.
    In fact, nothing really was a great result, as with the default java implementation being buggy (so far as I can see) it inserted to the wrong position and caused all sorts of anomalies.
    Hope you worked it out. And if you did, and have a better result than what I have, maybe you can let me know what you did!
    Sincerely,
    sean

  • DeliveryException: invalid content type for SOAP: TEXT/PLAIN; HTTP 302 Move

    Hi everyone,
    Hello all,
    I have an RFC->XI->Web Service (SOAP) synchronous scenario.
    I'm trying to send a message from the the RFC, and in the message monitoring (SXMB_MONI) I'm getting this error message:
      <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    <!--  Inbound Message
      -->
    <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">
      <SAP:Category>XIAdapterFramework</SAP:Category>
      <SAP:Code area="MESSAGE">GENERAL</SAP:Code>
      <SAP:P1 />
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText>com.sap.aii.af.ra.ms.api.DeliveryException: invalid content type for SOAP: TEXT/PLAIN; HTTP 302 Moved Temporarily</SAP:AdditionalText>
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack />
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    I have as the TARGET URL: http://webservices.iter.dk/calculator.asmx?WSDL
    SOAP ACTION: http://www.iter.dk/webservices/calculator.asmx/Add
    As the content type in the WSDL file: application/text
    What could be wrong? thanks...
    Felipe

    Hi Felipe
    This i think is due to incorrect address or redirection failure which is one of the major reason for 302 as per my knowledge.
    You try to post the content and test it without using XI. Download SOAP UI and test it once and let me know
    http://www.soapui.org/
    helpful blog
    Troubleshooting - RFC and SOAP scenarios *** Updated on 20/04/2009 ***
    Thanks
    Gaurav

  • Invalid content type for SOAP: TEXT/PLAIN; HTTP 200 OK

    Hi,
    I am working on RFC - XI - WebService scenario. tested web service with soapUI and works fine. but while configured in XI getting below error.
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Inbound Message
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">
      <SAP:Category>XIAdapterFramework</SAP:Category>
      <SAP:Code area="MESSAGE">GENERAL</SAP:Code>
      <SAP:P1 />
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText>com.sap.aii.af.ra.ms.api.DeliveryException: invalid content type for SOAP: TEXT/PLAIN; HTTP 200 OK</SAP:AdditionalText>
    <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack />
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    Thanks,
    Mahesh

    Hi Stefan,
    Imported webservice in external definition and the web service has 3 messages in it.
    1. header
    2. requestdoc
    3. response.
    while creating message interface, i can select only one input message (here i have to pass values for both Header & request doc). if i create 2 separate message interfaces one for header & one for requestdoc, how can i add both of them as target messages in meesage mapping? it gives me error if i add multiple target messages because the mode is synchronous.
    How do we map when we have multiple messages (header & request) in a web service?
    I created a new message type with header & requestdoc in it, and used in mapping. Do you think the above problem is occuring because of this?
    My webservice structure looks like below.
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
       <soapenv:Header>
          <soap:RequestHeader>
             <soap:variable1></soap:variable1>
             <soap:variable2></soap:variable2>
             <soap:variable3></soap:variable3>
          </soap:RequestHeader>
       </soapenv:Header>
       <soapenv:Body>
          <soap:SOAPRequest>
             <RequestDoc></RequestDoc>
          </soap:SOAPRequest>
       </soapenv:Body>
    </soapenv:Envelope>
    Thanks,
    Mahesh

  • Unsupported Content-Type: text/plain

    Hi everyone,
    I am trying to invoke an aync Oracle BPEL process from WLI 8.1.6, without worrying about the response / callback. The web service control that is generated shows the operation stub as public void receive (java.lang.String input); which makes sense since I don't want any response. When I invoke BPEL though, I get the following error in WLI:
    <Error> <WLW> <000000> <Failure=com.bea.control.ServiceControlException: SERVICE FAULT:
    Code:javax.xml.soap.SOAPException
    String:Unsupported Content-Type: text/plain
    Detail:
    END SERVICE FAULT [ServiceException]>
    There shouldn't be any response though, so how can I tell WLI to ignore what (doesn't) come back? When I check BPEL, the request is successfully received and the BPEL process completes successfully.
    Thanks,
    Nicholas

    By default, getContent() will return decoded text. But,some mail server will put 8bits instead of 8bit. Javamail will throw exception when encoding is "8bits". In that case, you will have to decode the message by yourself, force using "8bit".
    Part 2 & 3 of the problem - it is not able to find the character set support.

  • Text/plain coming where text/html should come

    Hi,
    I installed AXIS2 war in the lastest Sun AS. AXIS2 has three links on its main page. For the services link and the administration link, the stream type returned is text/plain and hence instead of a page being rendered i get the html script for the page. Hence the need to forcibly use Internet Explorer. Both Opera and Firefox show html script instead of rendering the page.
    Any help, pointers are appreciated.
    Cheers
    Ravi

    Add overflow:hidden to #wrapper #top that's it...

  • MII 12.1 Support for plain text (text/plain) output

    I'm hoping someone can guide me on how to output plain text from an MII 12.1 transaction
    I have three MII systems to test against: MII 11.5.6 b73, MII 12.0.6 build 15, and MII 12.1.5 build 85
    Here's the test files I used on all three systems...
    1) Create a new MII transaction
    2) Create a new Transaction parameter called "Output" of type string and set the value to "Hello World"
    3) Save the transaction anywhere as "HelloWorld"
    4) Create a new Xacute Query and point it to the "HellowWorld" transaction
    5) Map the output parameter to "Output"
    6) Save the Xacute Query as "HelloWorldQuery"
    Scenario - Execute an MII Transaction via URL
    1)Open a new browser window
    2) Type in the following URL (replacing the bracketed params):
    http://[[SERVER]]:[[PORT]]/XMII/Runner?Transaction=[[PATH_TO_HELLOWORLD]]&OutputParameter=Output&Content-Type=text/plain (12.x,12.1)
    or
    http://[[SERVER]]/Lighthammer/Runner.jsp?Transaction=[[PATH_TO_HELLOWORLD]]&OutputParameter=Output&Content-Type=text/plain (11.5)
    3) Both MII 11.5 and MII 12.0 will output the "Hello World" string (no XML). MII 12.1 will return the Output in XML format (text/xml).
    Thanks in advance!

    Create transaction with a SAP MII Document output, where you have inserted the text as a SAP MII message. The output will be in the form:
    <Rowsets><Messages><message>text to output</message></Messages></Rowsets>
    Insert the transaction into a XAcuteQuery
    Create a stylesheet which only output is the message node in the output from the transaction
    <xsl:output method="text" encoding="UTF-8" />
    <xsl:template match="/Rowsets/Messages/Message">
    <xsl:value-of select="." />
    </xsl:template>
    Run the query from the url:
    "http://SERVER:PORT/XMII/Illuminator?QueryTemplate=QUERYTEMPLATE&Stylesheet=STYLESHEET"

  • How do I stop texts from being seen on multiple devices on the same iTunes account

    I just updated my iphone 4s to ios 6 and now my texts are being viewed on another iphone connected to the same itunes account. How do I stop this from happening??

    Go into Settings -> Messages -> Send & Receive on the devices that your would not like to get your text messages to.
    Then remove the email addresses that you would not like to be reached on, especially the one that is the same as your Apple ID.
    Just leave the phone number there, and then the text messages should only appear on your iPhone 4s.

  • Portal Doesn't Display page with text/plain content type

    Hi,
    I created a WSRP portlet with text/plain content type and added it to my page, but I get the following error message:
    Error: Could not get markup. The cookie or session is invalid or there is a runtime exception.
    when I add the portlet to my page.
    It works when I use text/html content, but text/plain doesn't work.
    Any ideas how I can get my portlet to display in the portal?
    Thanks in advance,
    GB

    IE6 cannot display text/plain (support.microsoft.com/kb/329661).
    Does the server know what to do (i.e. how to render) with text/plain?

  • Help with delivering dynamic text through an external file, through XML?

    I'm struggling to find the best way to deliver dynamic text
    from an external file, through XML, to a Flash file.
    I use small Flash pieces to deliver multiple sets of content
    through a single .swf file. An example is here:
    http://www.esi-intl.com/public/government/federal.asp
    In the .swf file at the bottom, I'm using a three-scene .fla
    file. I'm putting the actionScript in the Actions layer atop each
    frame. Example:
    stop ();
    loadVarsText = new LoadVars();
    loadVarsText.load("fedNews.txt");
    //assign a function which fires when the data is loaded:
    loadVarsText.onLoad = function(success) {
    if (success) {
    trace("done loading");
    //Now that we know the data is loaded,
    //set the text content of the Text Field
    //with the instance name "scroller" equal to the
    //contents of the variable
    scroller.html=true;
    scroller.htmlText = this.var1;
    } else {
    trace("not loaded");
    In that .txt file, I'm putting the information like this:
    var1=<font face="tahoma,verdana,sans-serif" size="11px"
    color="#000000"><b><a href='
    http://www.esi-intl.com/public/classroomtraining/dau.asp'>DAU
    Grants ESI Course CON353
    Equivalency</a></b><br>Advanced Business Solution
    in Contracting (CON 353) is an equivalency for DAU's CON 3535
    course, Advanced Business Solutions for Mission Support. <a
    href='
    http://www.esi-intl.com/public/classroomtraining/dau.asp'><U><font
    color="#996633">Continue</font></U></a></font>
    So much of this is pick-ups from what I've researched in
    Google. I'm looking for a way I can feel more confident in my code,
    and also have that code follow CSS.
    Lastly, I recognize the problems in XML with using single
    quotes / double quotes, and the & symbol. This is one of my
    largest time sucks, and I'd like to find a better way to do this.
    Thank you

    Hi,
    Did you ever find a resolution to this? I'm having a similar
    issue that I can't seem to get multiline dynamic text working in
    CS3.
    The font is embedded but it just displays the first line, and
    then a blank. I'm sure this worked fine in Flash MX.
    Cheers, Ant

  • Multipart message has "text/plain" content type.

    Hi all,
    I am developing an application which can send and receive email messages including attachments.Because i dont have easy access to real mail servers at the moment, i am using my laptop to test everything("localhost"). my code so far have been able to send,receive and display text messages. it can also send email messages with attachments. The problem comes when i want to retrieve the attachment messages from the "multipart" message. message.isMimeType("multipart/*") returns false and getContentType() method on the message returns "text/plain". as a result my code can not start retreiving the attachments.
    I saved the email message after Transport.Sent(mymsg). Content of the file looks like bellow.
    From: user1@localhost
    To: user2@localhost, user1@localhost
    Message-ID: <22643639.0.1212046661890.JavaMail.user1@localhost>
    Subject: test
    MIME-Version: 1.0
    Thu May 29 10:37:41 EAT 2008: Thu May 29 10:37:41 EAT 2008
    Date: Thu, 29 May 2008 10:37:42 +0300 (EAT)
    ------=_Part_1_30831739.1212046661890
    This is text body part.
    ------=_Part_1_30831739.1212046661890
    Content-Disposition: attachment; filename=testfile1.txt
    content of testfile1.txt
    ------=_Part_1_30831739.1212046661890
    Content-Disposition: attachment; filename=card1.pub
    content of card1.pub
    ------=_Part_1_30831739.1212046661890
    I can also see the received messages in the inbox( JAMES mail server is in my local machine). when opened using notpad, content of these messages is same as the content of the sent messages.
    I am a biginner to java mail(using 1.4.1). so any kind of help would be appreciated. can this problem be linked to using my local machine as mail server or what? I have uninstalled AVG antivirus thinking that it can be interfering. but to no vail. am really stuck at the moment.
    Regards

    Are you sure you're using JavaMail 1.4.1? It looks like you're running into
    an issue that existed back in JavaMail 1.2. How are you saving the message
    to the file?
    Try call msg.saveChanges() before sending the message.
    Also, try using the demo programs that come with JavaMail to see if they're
    working correctly, e.g., msgmultisendsample.java.

  • Mail being mis-delivered?

    I'm seeing a fair number of emails being delivered to accounts that they aren't directly addressed to, almost as if it was being mis-delivered. Of course, they have all be spam mails so it's not a major problem, just more of the "why is that happening, and can I eliminate it" issues.
    First hunch is that email addresses have been BCC'd to the original and I'm seeing the result of that, but I don't know if there's any way to discern if that's the case from looking at anything in the headers or logs somewhere. The one consistent element that I've noticed is that all the mails are not addressed with a name preceding the address in the To: field, just "<[email protected]>"
    Any input appreciated!
    -Doug
    Sample email header:
    Return-Path: <[email protected]>
    Received: from murder ([unix socket])
    by server.mydomain.com (Cyrus v2.3.8-OS X Server 10.5: 9G7013y) with LMTPA;
    Thu, 16 Dec 2010 11:43:59 -0800
    X-Sieve: CMU Sieve 2.3
    Received: from localhost (localhost [127.0.0.1])
    by server.mydomain.com (Postfix) with ESMTP id 2CA1155AE78;
    Thu, 16 Dec 2010 11:43:57 -0800 (PST)
    X-Quarantine-ID: <fDHrH1xpu393>
    X-Virus-Scanned: amavisd-new at mydomain.com
    X-Spam-Flag: YES
    X-Spam-Score: 17.833
    X-Spam-Level: ***************
    X-Spam-Status: Yes, score=17.833 tagged_above=2 required=6
    tests=[BAYES_99=3.5, HTML_MESSAGE=0.001, RCVDIN_BL_SPAMCOPNET=1.96,
    RCVDINPBL=0.905, RCVDINXBL=3.033, RDNS_NONE=0.1,
    URIBLABSURBL=1.86, URIBLJPSURBL=1.501, URIBLOBSURBL=1.5,
    URIBL_SBL=1.499, URIBLSCSURBL=0.474, URIBLWSSURBL=1.5]
    Received: from server.mydomain.com ([127.0.0.1])
    by localhost (server.mydomain.com [127.0.0.1]) (amavisd-new, port 10024)
    with ESMTP id fDHrH1xpu393; Thu, 16 Dec 2010 11:43:56 -0800 (PST)
    Received: from cbuwo (unknown [217.118.93.89])
    by server.mydomain.com (Postfix) with ESMTP id A5E2755AE64;
    Thu, 16 Dec 2010 11:43:52 -0800 (PST)
    X-Sender: <[email protected]>
    Date: Thu, 16 Dec 2010 13:36:23 -0700
    MIME-Version: 1.0
    Reply-To: "Janna Henriette" <[email protected]>
    In-Reply-To: <e3b901cb9916$8479d1dd$56d1f2c7@koscb51>
    Message-ID: <[email protected]>
    To: <[email protected]>
    Sender: <[email protected]>
    Subject: *JUNK MAIL* What Else Do The Spammers Try to Sell??
    From: "Janna Henriette" <[email protected]>
    Content-Type: multipart/alternative;
    boundary="----=Part_11585_0611B466499B.B7AECD1F"
    User-Agent: Mozilla/5.038 (Windows; U; NT4.0; U; NT4.0; en-us) Gecko/25250101
    Message was edited by: Douggo

    In case someone else finds this and has the same question I had, it was accepting mail because I had ACL set up for mail in Server Admin. As the Mac server docs say, mail service uses ACL differently from any of the other services, and if you set up any ACL for mail, then the Mail tab in Workgroup Manager is effectively ignored.
    Counterintuitively, setting the Mail ACL in Server Admin to 'Allow all users and groups' allows mail to not be allowed via the Workgroup manager.

  • Decoding the content (text/plain) for charset "iso-2022-jp"

    Hi there,
    I am using IMAP protocol to receive new email message and retrieving the contents using java mail API InputStream is = p.getInputStream()
    The part content type is text/plain and text/html and charset is "iso-2022-jp"
    The contents contain Japanese Characters as well. In my code, I am decoding the contents using charset "iso-2022-jp" to get the actual content (verified by sending the same content using SFTP client built on java mail APIs). The contents are decoded properly in Linux OS but not working properly on Windows OS.
    Can anybody help me out the root cause of this problem? The code snippet is as follows
    InputStream is = p.getInputStream();// p is Part object
                   byte[] bytesJap = IOUtils.toByteArray(is); // org.apache.commons.io.IOUtils
                   String decodedBytesJap = decodeBytes(charset, bytesJap);
    The content I am getting while deploying the program
    on Linux box:
    Subject: FW: Japanese characters
    聖書に示された神の純粋なみ言葉に基づいて
    on Windows box:
    Subject: FW: Japanese characters
    $B@;=q$K&lt;($5$l$??@$N=c?h$J$_8@MU$K4p$E$$$F(B&
    ----------------------------------------------

    decodeBytes() method implementation is as below
    protected String decodeBytes(String characterset, byte[] bytes) throws CharacterCodingException
              CharsetDecoder decoder = null;
              try {
                   decoder = Charset.forName(characterset)
                             .newDecoder();
              } catch (IllegalCharsetNameException e) {
              } catch (UnsupportedCharsetException e) {
              decoder.onMalformedInput(CodingErrorAction.REPORT);
              decoder.onUnmappableCharacter(CodingErrorAction.REPORT);
              try {
                   return decoder.decode(ByteBuffer.wrap(bytes)).toString();
              catch (CharacterCodingException e) {
                   throw e;               
    }

  • Getting error"invalid content type for SOAP: TEXT/PLAIN; HTTP 503 Not Ready

    Hi,
    I am getting the below error in Comminication channel
    'Message processing failed. Cause: com.sap.aii.af.ra.ms.api.RecoverableException: invalid content type for SOAP: TEXT/PLAIN; HTTP 503 Not Ready: java.io.IOException: invalid content type for SOAP: TEXT/PLAIN; HTTP 503 Not Ready
    SOAP: call failed: java.io.IOException: invalid content type for SOAP: TEXT/PLAIN; HTTP 503 Not Ready

    Hello,
    Have you checked if you are passing the correct content type by validating the generated SOAP request against the format the receiver is expecting? You can try using an HTTP diagnostic tool to analyze the HTTP header e.g fiddler.
    Hope this helps,
    Mark

Maybe you are looking for

  • Photoshop Elements 6 Slideshow Issues

    Photoshop Elements 6 Core Version: 6.0 (20070910.r.377499) Issues: Ordering Slide Shows They will not order in File Name order -- Must I do it manually? -- which is silly for a computer Slide Show Photo Background File name picked up as title/descrip

  • Issue in Index import

    Hello All, I have installed a new Database and importing a Datapump dump into a newly created schema. The data is around 150 GB . When i invoked the imprort Data wash pumped in just two hours whereas the index creation part is taking longer than usua

  • Children showing up as Adults on Family Share

    My children keep showing up as adults on Family Share. I've looked everywhere to try to correct this but haven't found anything. Is there a way to correct this and actually have them listed as children (or even the student feature would be fine)? PLE

  • Traceability report

    Hi All, I am looking for traceability report on SAP Business ByDesign, which report I can use? Many thanks, Sylwia

  • Atleast two vendor quote received

    Hello Experts, Requirement: 1. Create PR. We dont know how much is the price of the material/service 2. Create RFQ with ref to PR and send to different vendors 3. Create quotation and compare the prices. Before creating PO, I want the system to check