<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: HTTP_RESP_STATUS_CODE_NOT_OK HTTP Response 404 in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/http-resp-status-code-not-ok-http-response-404/qaa-p/3477025#M1383052</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your answers I had already checked this and I'am sure that the port should be &lt;STRONG&gt;8000&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where did this port number should be specified? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortinatally I did not have any basis men around me, I did installation and post-installtion check by myself, I have rechecked all post-installation activities but found nothing wrong. &lt;/P&gt;&lt;P&gt;Please guide me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Mar 2008 15:33:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-03T15:33:38Z</dc:date>
    <item>
      <title>HTTP_RESP_STATUS_CODE_NOT_OK HTTP Response 404</title>
      <link>https://community.sap.com/t5/technology-q-a/http-resp-status-code-not-ok-http-response-404/qaq-p/3477022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello experts. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm facing the following problem with XI IDoc to IDoc scenario.&lt;/P&gt;&lt;P&gt;The problem is that XML messages appear in SXMB_MONI transaction with an error status, the status is &lt;/P&gt;&lt;P&gt;HTTP_RESP_STATUS_CODE_NOT_OK.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
The error looks as following:
&amp;lt;?xml version="1.0" encoding="UTF-8" standalone="yes" ?&amp;gt; 
&amp;lt;!--  Call Adapter  --&amp;gt; 
&amp;lt;SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand=""&amp;gt;
     &amp;lt;SAP:Category&amp;gt;XIServer&amp;lt;/SAP:Category&amp;gt; 
     &amp;lt;SAP:Code area="INTERNAL"&amp;gt;HTTP_RESP_STATUS_CODE_NOT_OK&amp;lt;/SAP:Code&amp;gt; 
     &amp;lt;SAP:P1&amp;gt;404&amp;lt;/SAP:P1&amp;gt; 
     &amp;lt;SAP:P2&amp;gt;Not Found&amp;lt;/SAP:P2&amp;gt; 
     &amp;lt;SAP:P3 /&amp;gt; 
     &amp;lt;SAP:P4 /&amp;gt; 
     &amp;lt;SAP:AdditionalText&amp;gt;..{some text here} ..&amp;lt;/SAP:AdditionalText&amp;gt; 
     &amp;lt;SAP:ApplicationFaultMessage namespace="" /&amp;gt; 
  &amp;lt;SAP:Stack&amp;gt;HTTP response contains status code 404 with the description Not Found Error when  sending by HTTP (error code: 404, error text: Not Found)&amp;lt;/SAP:Stack&amp;gt; 
  &amp;lt;SAP:Retry&amp;gt;M&amp;lt;/SAP:Retry&amp;gt; 
&amp;lt;/SAP:Error&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an assumption that the problem is in the HTTP port of requested URL. because of the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&amp;lt;?xml version="1.0" encoding="UTF-8" standalone="yes" ?&amp;gt; 
&amp;lt;!--  Call Adapter   --&amp;gt; 
&amp;lt;SAP:OutboundBinding xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/"&amp;gt;
&amp;lt;SAP:OutboundBindingEntry version="30"&amp;gt;
&amp;lt;SAP:OutboundBindingObjectId&amp;gt;06720EBBEDD533F3ABBD5CAEC853280E&amp;lt;/SAP:OutboundBindingObjectId&amp;gt; 
  &amp;lt;SAP:FromPartyName /&amp;gt; 
  &amp;lt;SAP:FromServiceName&amp;gt;NW0&amp;lt;/SAP:FromServiceName&amp;gt; 
  &amp;lt;SAP:ToPartyName /&amp;gt; 
  &amp;lt;SAP:ToServiceName&amp;gt;SXI&amp;lt;/SAP:ToServiceName&amp;gt; 
  &amp;lt;SAP:ToInterfaceName&amp;gt;ZULIST.ZULIST&amp;lt;/SAP:ToInterfaceName&amp;gt; 
  &amp;lt;SAP:ToInterfaceNamespace&amp;gt;urn:sap-com:document:sap:idoc:messages&amp;lt;/SAP:ToInterfaceNamespace&amp;gt; 
  &amp;lt;SAP:OutboundBindingAttributes&amp;gt;
  &amp;lt;SAP:AdapterTypeData xmlns:SAP="http://sap.com/xi/XI/Message/30" /&amp;gt; 
  &amp;lt;/SAP:OutboundBindingAttributes&amp;gt;
  &amp;lt;SAP:HeaderMapping&amp;gt;
  &amp;lt;SAP:FieldMapping xmlns:SAP="http://sap.com/xi/XI/Message/30" /&amp;gt; 
  &amp;lt;/SAP:HeaderMapping&amp;gt;
  &amp;lt;SAP:ChannelEntry version="30"&amp;gt;
  &amp;lt;SAP:PartyName xmlns:SAP="http://sap.com/xi/XI/Message/30" /&amp;gt; 
  &amp;lt;SAP:ServiceName xmlns:SAP="http://sap.com/xi/XI/Message/30"&amp;gt;SXI&amp;lt;/SAP:ServiceName&amp;gt; 
  &amp;lt;SAP:ChannelName xmlns:SAP="http://sap.com/xi/XI/Message/30"&amp;gt;IDOC&amp;lt;/SAP:ChannelName&amp;gt; 
  &amp;lt;SAP:AdapterName xmlns:SAP="http://sap.com/xi/XI/Message/30"&amp;gt;XI&amp;lt;/SAP:AdapterName&amp;gt; 
  &amp;lt;SAP:AdapterNamespace xmlns:SAP="http://sap.com/xi/XI/Message/30"&amp;gt;&amp;lt;a href="http://sap.com/xi/XI/System" TARGET="test_blank"&amp;gt;http://sap.com/xi/XI/System&amp;lt;/a&amp;gt;&amp;lt;/SAP:AdapterNamespace&amp;gt; 
  &amp;lt;SAP:AdapterSWCV xmlns:SAP="http://sap.com/xi/XI/Message/30"&amp;gt;3B787A8035C111D6BBE0EFE50A1145A5&amp;lt;/SAP:AdapterSWCV&amp;gt; 
  &amp;lt;SAP:AdapterEngineType xmlns:SAP="http://sap.com/xi/XI/Message/30"&amp;gt;IS&amp;lt;/SAP:AdapterEngineType&amp;gt; 
  &amp;lt;SAP:AdapterEngineName xmlns:SAP="http://sap.com/xi/XI/Message/30" /&amp;gt; 
  &amp;lt;SAP:MessageProtocol xmlns:SAP="http://sap.com/xi/XI/Message/30"&amp;gt;XI&amp;lt;/SAP:MessageProtocol&amp;gt; 
  &amp;lt;SAP:MessageProtocolVersion xmlns:SAP="http://sap.com/xi/XI/Message/30"&amp;gt;3.0&amp;lt;/SAP:MessageProtocolVersion&amp;gt; 
  &amp;lt;SAP:TransportProtocol xmlns:SAP="http://sap.com/xi/XI/Message/30"&amp;gt;HTTP&amp;lt;/SAP:TransportProtocol&amp;gt; 
  &amp;lt;SAP:TransportProtocolVersion xmlns:SAP="http://sap.com/xi/XI/Message/30"&amp;gt;1.0&amp;lt;/SAP:TransportProtocolVersion&amp;gt; 
  &amp;lt;SAP:ChannelDirection xmlns:SAP="http://sap.com/xi/XI/Message/30"&amp;gt;O&amp;lt;/SAP:ChannelDirection&amp;gt; 
  &amp;lt;SAP:FromPartyAgency xmlns:SAP="http://sap.com/xi/XI/Message/30" /&amp;gt; 
  &amp;lt;SAP:FromPartySchema xmlns:SAP="http://sap.com/xi/XI/Message/30" /&amp;gt; 
  &amp;lt;SAP:ToPartySchema xmlns:SAP="http://sap.com/xi/XI/Message/30" /&amp;gt; 
  &amp;lt;SAP:ToPartyAgency xmlns:SAP="http://sap.com/xi/XI/Message/30" /&amp;gt; 
  &amp;lt;SAP:ChannelAttributes xmlns:SAP="http://sap.com/xi/XI/Message/30"&amp;gt;
  &amp;lt;SAP:AdapterTypeData xmlns:SAP="http://sap.com/xi/XI/Message/30"&amp;gt;
  &amp;lt;SAP:Attribute&amp;gt;
  &amp;lt;SAP:Name&amp;gt;addressingMode&amp;lt;/SAP:Name&amp;gt; 
  &amp;lt;SAP:Value&amp;gt;url&amp;lt;/SAP:Value&amp;gt; 
  &amp;lt;/SAP:Attribute&amp;gt;
  &amp;lt;SAP:Attribute&amp;gt;
  &amp;lt;SAP:Name&amp;gt;authenticationModeBasicAnon&amp;lt;/SAP:Name&amp;gt; 
  &amp;lt;SAP:Value&amp;gt;basicSAP&amp;lt;/SAP:Value&amp;gt; 
  &amp;lt;/SAP:Attribute&amp;gt;
  &amp;lt;SAP:Attribute&amp;gt;
  &amp;lt;SAP:Name&amp;gt;host&amp;lt;/SAP:Name&amp;gt; 
  &amp;lt;SAP:Value&amp;gt;drobnitsa&amp;lt;/SAP:Value&amp;gt; 
  &amp;lt;/SAP:Attribute&amp;gt;
  &amp;lt;SAP:Attribute&amp;gt;
  &amp;lt;SAP:Name&amp;gt;httpDestination&amp;lt;/SAP:Name&amp;gt; 
  &amp;lt;SAP:Value /&amp;gt; 
  &amp;lt;/SAP:Attribute&amp;gt;
  &amp;lt;SAP:Attribute&amp;gt;
  &amp;lt;SAP:Name&amp;gt;isMessageSecurity&amp;lt;/SAP:Name&amp;gt; 
  &amp;lt;SAP:Value&amp;gt;0&amp;lt;/SAP:Value&amp;gt; 
  &amp;lt;/SAP:Attribute&amp;gt;
  &amp;lt;SAP:Attribute&amp;gt;
  &amp;lt;SAP:Name&amp;gt;logonClient&amp;lt;/SAP:Name&amp;gt; 
  &amp;lt;SAP:Value&amp;gt;000&amp;lt;/SAP:Value&amp;gt; 
  &amp;lt;/SAP:Attribute&amp;gt;
  &amp;lt;SAP:Attribute&amp;gt;
  &amp;lt;SAP:Name&amp;gt;logonLanguage&amp;lt;/SAP:Name&amp;gt; 
  &amp;lt;SAP:Value&amp;gt;EN&amp;lt;/SAP:Value&amp;gt; 
  &amp;lt;/SAP:Attribute&amp;gt;
  &amp;lt;SAP:Attribute&amp;gt;
  &amp;lt;SAP:Name&amp;gt;logonPassword&amp;lt;/SAP:Name&amp;gt; 
  &amp;lt;SAP:Value isPassword="true" /&amp;gt; 
  &amp;lt;/SAP:Attribute&amp;gt;
  &amp;lt;SAP:Attribute&amp;gt;
  &amp;lt;SAP:Name&amp;gt;logonUser&amp;lt;/SAP:Name&amp;gt; 
  &amp;lt;SAP:Value&amp;gt;XISUPER&amp;lt;/SAP:Value&amp;gt; 
  &amp;lt;/SAP:Attribute&amp;gt;
  &amp;lt;SAP:Attribute&amp;gt;
  &amp;lt;SAP:Name&amp;gt;passHopList&amp;lt;/SAP:Name&amp;gt; 
  &amp;lt;SAP:Value&amp;gt;1&amp;lt;/SAP:Value&amp;gt; 
  &amp;lt;/SAP:Attribute&amp;gt;
  &amp;lt;SAP:Attribute&amp;gt;
  &amp;lt;SAP:Name&amp;gt;path&amp;lt;/SAP:Name&amp;gt; 
  &amp;lt;SAP:Value&amp;gt;*/sap/xi/engine?type=entry*&amp;lt;/SAP:Value&amp;gt; 
  &amp;lt;/SAP:Attribute&amp;gt;
  &amp;lt;SAP:Attribute&amp;gt;
  &amp;lt;SAP:Name&amp;gt;port&amp;lt;/SAP:Name&amp;gt; 
  &amp;lt;SAP:Value&amp;gt; 50000 &amp;lt;/SAP:Value&amp;gt; 
  &amp;lt;/SAP:Attribute&amp;gt;
  &amp;lt;/SAP:AdapterTypeData&amp;gt;
  &amp;lt;/SAP:ChannelAttributes&amp;gt;
  &amp;lt;/SAP:ChannelEntry&amp;gt;
  &amp;lt;/SAP:OutboundBindingEntry&amp;gt;
  &amp;lt;/SAP:OutboundBinding&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I am no mistaken &lt;/P&gt;&lt;P&gt;  &amp;lt;SAP:Attribute&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;SAP:Name&amp;gt;port&amp;lt;/SAP:Name&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;SAP:Value&amp;gt; 50000 &amp;lt;/SAP:Value&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;/SAP:Attribute&amp;gt;&lt;/P&gt;&lt;P&gt;this attribute is setting the port of requested URL, it is &lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;&lt;STRONG&gt;50000&lt;/STRONG&gt;&lt;/SPAN&gt;, but it should be, I guess, &lt;STRONG&gt;8000&lt;/STRONG&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2008 14:23:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/http-resp-status-code-not-ok-http-response-404/qaq-p/3477022</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-03T14:23:10Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP_RESP_STATUS_CODE_NOT_OK HTTP Response 404</title>
      <link>https://community.sap.com/t5/technology-q-a/http-resp-status-code-not-ok-http-response-404/qaa-p/3477023#M1383050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this blog for all HTTP error Codes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/4061] &lt;B&gt;[original link is broken]&lt;/B&gt; &lt;B&gt;[original link is broken]&lt;/B&gt; &lt;B&gt;[original link is broken]&lt;/B&gt;; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Abhishek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2008 14:39:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/http-resp-status-code-not-ok-http-response-404/qaa-p/3477023#M1383050</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-03T14:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP_RESP_STATUS_CODE_NOT_OK HTTP Response 404</title>
      <link>https://community.sap.com/t5/technology-q-a/http-resp-status-code-not-ok-http-response-404/qaa-p/3477024#M1383051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check that the port tcode - SMICM, Menu goto .... services and check the port number for HTTP. It should be HTTP port  and your guess is right and check  with Basis team&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Agasthuri Doss&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2008 15:05:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/http-resp-status-code-not-ok-http-response-404/qaa-p/3477024#M1383051</guid>
      <dc:creator>agasthuri_doss</dc:creator>
      <dc:date>2008-03-03T15:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP_RESP_STATUS_CODE_NOT_OK HTTP Response 404</title>
      <link>https://community.sap.com/t5/technology-q-a/http-resp-status-code-not-ok-http-response-404/qaa-p/3477025#M1383052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your answers I had already checked this and I'am sure that the port should be &lt;STRONG&gt;8000&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where did this port number should be specified? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortinatally I did not have any basis men around me, I did installation and post-installtion check by myself, I have rechecked all post-installation activities but found nothing wrong. &lt;/P&gt;&lt;P&gt;Please guide me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2008 15:33:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/http-resp-status-code-not-ok-http-response-404/qaa-p/3477025#M1383052</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-03T15:33:38Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP_RESP_STATUS_CODE_NOT_OK HTTP Response 404</title>
      <link>https://community.sap.com/t5/technology-q-a/http-resp-status-code-not-ok-http-response-404/qaa-p/3477026#M1383053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to Tcode - Sxmb_ifr then Go to Administration Tab &amp;gt; Exchange profile &amp;gt; Parameters &amp;gt; Run time Work environment bench &amp;gt; com.sap.aii.rwb.server.centralmonitoring.httpport &amp;gt; Check the value .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Agasthuri Doss&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2008 18:02:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/http-resp-status-code-not-ok-http-response-404/qaa-p/3477026#M1383053</guid>
      <dc:creator>agasthuri_doss</dc:creator>
      <dc:date>2008-03-03T18:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP_RESP_STATUS_CODE_NOT_OK HTTP Response 404</title>
      <link>https://community.sap.com/t5/technology-q-a/http-resp-status-code-not-ok-http-response-404/qaa-p/3477027#M1383054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Valad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the sender/inbound file adapter configuration. the XMB.TargetURL parameters generally refer to the j2ee port, which is in the 50000 not the SAP netweaver AS port 8000.&lt;/P&gt;&lt;P&gt;smicm-&amp;gt;goto-&amp;gt;HTTP SERVER-&amp;gt;display data look at the j2ee HTTP port.  it should be in the 50000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2008 22:30:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/http-resp-status-code-not-ok-http-response-404/qaa-p/3477027#M1383054</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-03T22:30:28Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP_RESP_STATUS_CODE_NOT_OK HTTP Response 404</title>
      <link>https://community.sap.com/t5/technology-q-a/http-resp-status-code-not-ok-http-response-404/qaa-p/3477028#M1383055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Agasthuri, I checked mentioned parameter it &lt;STRONG&gt;50000&lt;/STRONG&gt;. Should it be the same as HTTP port from transaction &lt;STRONG&gt;SMICM&lt;/STRONG&gt;?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2008 09:25:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/http-resp-status-code-not-ok-http-response-404/qaa-p/3477028#M1383055</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-04T09:25:21Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP_RESP_STATUS_CODE_NOT_OK HTTP Response 404</title>
      <link>https://community.sap.com/t5/technology-q-a/http-resp-status-code-not-ok-http-response-404/qaa-p/3477029#M1383056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it should be same as the HTTP port not J2ee port.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2008 10:58:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/http-resp-status-code-not-ok-http-response-404/qaa-p/3477029#M1383056</guid>
      <dc:creator>nisarkhan_n</dc:creator>
      <dc:date>2008-03-04T10:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP_RESP_STATUS_CODE_NOT_OK HTTP Response 404</title>
      <link>https://community.sap.com/t5/technology-q-a/http-resp-status-code-not-ok-http-response-404/qaa-p/3477030#M1383057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Everybody thanks for the answers. Unfortunately I does not have a chance to check whether it works. &lt;/P&gt;&lt;P&gt;I will post my reply as soon as I check this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards Vlad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2008 07:50:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/http-resp-status-code-not-ok-http-response-404/qaa-p/3477030#M1383057</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-12T07:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP_RESP_STATUS_CODE_NOT_OK HTTP Response 404</title>
      <link>https://community.sap.com/t5/technology-q-a/http-resp-status-code-not-ok-http-response-404/qaa-p/3477031#M1383058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Excellent, it works, finally. Everybody thanks for your response.&lt;/P&gt;&lt;P&gt;Our expectations was right the port in exchange profile was incorrect. It should be set to ABAP HTTP port from SMICM transaction.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Mar 2008 12:03:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/http-resp-status-code-not-ok-http-response-404/qaa-p/3477031#M1383058</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-14T12:03:24Z</dc:date>
    </item>
  </channel>
</rss>

