Simple HTTP Receiver - HTTP server code 405 reason Not Allowed explanation

Hi, I am using simple HTTP Receiver to receive the XML file from the below url http://www.bank-ua.com/export/currrate.xml
But receiving the below error in SXMB_MONI
<SAP:Code area="PLAINHTTP_ADAPTER">ATTRIBUTE_SERVER</SAP:Code>  
<SAP:P1>405</SAP:P1>  
<SAP:P2>Not Allowed</SAP:P2>  
<SAP:P3><html> <head><title>405 Not Allowed</title></head> <body bgcolor="white"> <center><h1>405 Not Allowed</h1></center> <hr><center>nginx/1.4.1</center> </body> </html></SAP:P3>  
<SAP:P4 />  
<SAP:AdditionalText />  
<SAP:Stack>HTTP server code 405 reason Not Allowed explanation <html> <head><title>405 Not Allowed</title></head> <body bgcolor="white"> <center><h1>405 Not Allowed</h1></center> <hr><center>nginx/1.4.1</center> </body> </html></SAP:Stack>  
<SAP:Retry>M</SAP:Retry>  
</SAP:Error>
Initially the same URL was working could you advice what to change to make this working?
Thanks,
Dhill

Hi Senthil,
There is a way, you can expose the function module HTTP_GET as an rfc-enabled FM and use it to call the webservice. Here is a POC I made before:
Proof of Concept: An Alternative HTTP GET using a Remote-Enabled Version of the Function Module HTTP_GET
Another is to create a UDF that uses an HTTP Client class to call the webservice.
Regards,
Mark

Similar Messages

  • HTTP server code 404 reason Not Found explanation Not Found

    Hi all
    I am facing this error "HTTP server code 404 reason Not Found explanation Not Found" during a asynchronous xml message sent to a buisiness service
      <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Call Adapter
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>XIAdapter</SAP:Category>
      <SAP:Code area="PLAINHTTP_ADAPTER">ATTRIBUTE_SERVER</SAP:Code>
      <SAP:P1>404</SAP:P1>
      <SAP:P2>Not Found</SAP:P2>
      <SAP:P3>Not Found</SAP:P3>
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>HTTP server code 404 reason Not Found explanation Not Found</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    could you provide an explanation on this error.

    Hi
    Go through this
    Error: 404 Not Found
    Description: The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address. This status code is commonly used when the server does not wish to reveal exactly why the request has been refused, or when no other response is applicable.
    Possible Tips:- for HTTP_RESP_STATUS_CODE_NOT_OK 404
    • 404 is an HTTP response code that indicates that the resource in question couldn't be found. Usually this is due to an incorrect URL, so it is better to cross check all URLs. Check pipeline URL in the SLD in the business system of the Integration Server For this go to SLD->Business System-><yourIntegrtaion Server>->Pipeline URL: It should be like this http://<host>:<port>/sap/xi/engine?type=entry Where host is the host name of the Integration Server and port is the HTTP(8xxx) port. To verify this in Integration Server you can do like this. Go to SXMB_ADM->Integration Engine Configuration->Choose Edit from Menu -> Change Global Configuration Data to switch to change mode. Then select System Landscape - Load Configuration. (This is not required always)
    • Check that the port really is the ICM HTTP Port and not the J2EE port i.e SMICM then menu GOTO --> SERVICES and check the port number for HTTP. It should be HTTP port
    • If the error is Page cannot be displayed, cannot find server in https configurations Check and correct the SSL configuration for the ABAP and the J2EE side of the system
    • If the error is because of integration server when using Proxy communications then check these. i.e SXMB_ADM->Integration Engine Configuration->Corresponding Integration Server enrty should be dest://<Http Integration server-Destination> Where < Http Integration server -Destination > is the RFC destination (SM59) of type HTTP connection (type H) to the Integration Server. In this case, host name, port, and path prefix are saved in the RFC destination.
    **********Reward points if usefulll.**********

  • Http server code 503 reason Service Unavailable explanation Service Unavail

    Hi all
    I am trying to send data to a HTTP SITE.
    I am getting the following error.
    Could somebody guide me how to solve this.
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Call Adapter
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">
      <SAP:Category>Oxalate</SAP:Category>
      <SAP:Code area="PLAINHTTP_ADAPTER">ATTRIBUTE_SERVER</SAP:Code>
      <SAP:P1>503</SAP:P1>
      <SAP:P2>Service Unavailable</SAP:P2>
      <SAP:P3>Service Unavailable</SAP:P3>
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>Http server code 503 reason Service Unavailable explanation Service Unavailable</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    Thankyou

    Same errors are comming up.
    Could not do a RFC connection to website.

  • HTTP server code 400 reason Bad Request explanation Bad Request

    hello everybody,
    i'm working with SAP PI 7.1
    I designed my interface IDOC-PI-HTTP.
    when i send idoc from R3 i see this message in PI monitor:
    HTTP server code 400 reason Bad Request explanation Bad Request
    i tried to configure a HTTP port in SM59 and use it in my Communication Channell,  but when i test connection i have same error.
    I'm using a https address.
    have you any suggestion?
    thanks
    Alex

    Hello,
    I already verify with 3 party developer. He confirmed me he is expecting i send data by POST.
    Yes, but how does the HTTP Body looks like?See sample webservice below:
    http://ws.cdyne.com/delayedstockquote/delayedstockquote.asmx?op=GetQuickQuote and scroll down to see how an HTTP POST looks like
    Content type is a String
    Normally, the content-type for an http post is application/x-www-form-urlencoded. But then, you need to know the prolog and epilog in the http body.
    he gave me a url address https://.......
    where i need set the parameter HTTPS??
    https (http with ssl) is configured in mm59 type G (external server). To enable https, you need to select the SSL folder in which you have installed the CA (certificate authority) certs. Make sure that once you have installed the CA certs, you have performend an ICM Restart.
    Hope this helps,
    Mark
    Edited by: Mark Dihiansan on Jul 25, 2011 11:21 AM

  • MySQL Connection - Select Database - HTTP Error Code 405 Method Not Allowed?

    We've set up a MySQL database with our host and can connect to that, and create, edit, delete tables using HeidiSQL, without a problem.
    However when we attempt to set up the connection in the Databases tab of our Applications panel in Dreamweaver we receive the following error:
    HTTP Error Code 405 Method Not Allowed
    We have entered the following in the MySQL Connection box:
    Name: <name of our connection>
    Server: <IP address of our database>
    Username: <our database username>
    Password: <our database password>
    Database:
    When we click the "Select" option next to the Database field, that's when we receive the above mentioned error.
    We noticed that there was a fix posted by Adobe at:
    http://www.macromedia.com/support/dreamweaver/ts/documents/err405.htm
    ...but that link is long since dead, however it does seem to indicate that Adobe are/were aware of this issue.
    Can anyone help?  We're trying to move from Classic ASP / MSSQL to PHP / MySQL but have hit a barrier right from the off, which isn't very encouraging.  Hope someone can ease our concerns with PHP and MySQL.
    Much appreciated.
    NJ

    Thank you SnakEyez02.
    I had the Testing Server set to Local/Network but didn't have MySQL installed locally.  Changed that setting to FTP and it picked up on the database correctly.
    When using MSSQL it doesn't matter whether you choose Local/Network or FTP it just picks up the online database regardless.  I guess this must just be a difference between it and MySQL.
    Thanks for the advice.  Much appreciated.
    NJ

  • HTTP response code: 405 Method Not Allowed

    I get the following error message when trying to log into the DTR. However from another machine the same URL seems to work.
    When tring to import the configuration from remote the following stack trace shows up:
    [code]
    com.sap.lcr.api.cimclient.LcrException: com.sap.lcr.api.cimclient.CIMClientException: HTTP response code: 405 Method Not Allowed
         at com.sap.lcr.api.cimclient.HttpRequestSender.newClientException(HttpRequestSender.java:516)
         at com.sap.lcr.api.cimclient.HttpRequestSender.processResponse(HttpRequestSender.java:407)
         at com.sap.lcr.api.cimclient.HttpRequestSender.send(HttpRequestSender.java:581)
         at com.sap.lcr.api.cimclient.CIMOMClient.sendImpl(CIMOMClient.java:195)
         at com.sap.lcr.api.cimclient.CIMOMClient.send(CIMOMClient.java:147)
         at com.sap.lcr.api.cimclient.CIMOMClient.enumerateInstancesImpl(CIMOMClient.java:436)
         at com.sap.lcr.api.cimclient.CIMOMClient.enumerateInstances(CIMOMClient.java:740)
         at com.sap.lcr.api.cimclient.CIMClient.enumerateInstances(CIMClient.java:983)
         at com.sap.lcr.api.sapmodel.JavaCIMObjectAccessor.enumerateInstances(JavaCIMObjectAccessor.java:211)
         at com.sap.lcr.api.sapmodel.SAP_DesignTimeConfigurationAccessor.enumerateInstances(SAP_DesignTimeConfigurationAccessor.java:168)
         at com.sap.ide.eclipse.component.devconf.DevConfManager$3.run(DevConfManager.java:593)
         at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
         at com.sap.ide.eclipse.component.devconf.DevConfManager.listRemoteDevConfNames(DevConfManager.java:587)
         at com.sap.ide.eclipse.component.wizard.LoadDevConfPage.fillTable(LoadDevConfPage.java:225)
         at com.sap.ide.eclipse.component.wizard.LoadDevConfPage$5.widgetSelected(LoadDevConfPage.java:281)
         at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:89)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
         at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2022)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1729)
         at org.eclipse.jface.window.Window.runEventLoop(Window.java:583)
         at org.eclipse.jface.window.Window.open(Window.java:563)
         at com.sap.ide.eclipse.component.provider.actions.DevConfNewAction.run(DevConfNewAction.java:46)
         at com.tssap.selena.model.extension.action.SelenaActionCollector$GenericElementActionWrapper.run(SelenaActionCollector.java:229)
         at com.tssap.util.ui.menu.MenuFactory$MuSiAction.saveRunAction(MenuFactory.java:1425)
         at com.tssap.util.ui.menu.MenuFactory$MuSiAction.run(MenuFactory.java:1391)
         at com.tssap.util.ui.menu.MenuFactory$DelegateAction.processInternal(MenuFactory.java:616)
         at com.tssap.util.ui.menu.MenuFactory$DelegateAction.access$100(MenuFactory.java:586)
         at com.tssap.util.ui.menu.MenuFactory$DelegateAction$BusyProcessWorker.run(MenuFactory.java:716)
         at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
         at com.tssap.util.ui.menu.MenuFactory$DelegateAction.process(MenuFactory.java:610)
         at com.tssap.util.ui.menu.internal.MenuListenerFactory$ProcessAdapter.widgetSelected(MenuListenerFactory.java:172)
         at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:89)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
         at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2022)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1729)
         at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
         at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
         at com.tssap.util.startup.WBLauncher.run(WBLauncher.java:79)
         at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858)
         at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.ide.eclipse.startup.Main.basicRun(Main.java:291)
         at com.sap.ide.eclipse.startup.Main.run(Main.java:789)
         at com.sap.ide.eclipse.startup.Main.main(Main.java:607)
    [/code]
    Pl help, thanks,
    Manik.
    Message was edited by: Manik Narayan Saha

    Hi Manik
    What have you set in
    Windows ->Preferences ->Java Development Infrastructure ->Development configuration
    the url should be just http://<server>:<port>
    Regards
    Pran

  • HTTP server code 405 reason Method Not Allowed exception

    I get a 405 method not allowed exception in synchronous http receiver. However I have verified that a http post is expected by the receiver system.
    Is there anythin else I could check or what could cause the error?

    Hi,
    what is the receiving system? Usually, you get this error when you try to do POST on static page. In the HTTP header of response you should get the list of allowed methods. You can try to check this list. I would contact an administrator of that system if he can check logs for errors.
    Cheers

  • HTTP Error Code 405 Method Not Allowed

    Hello everyone ;
    I want to connection in my project but I get this error.Research web and forum but I couldn'nt find solve.
    My project ; C# ASP.NET Sql Server 2008.I am using DW CS5.5 and IIS7 , My OS is Windows 7 64 bit
    and I tried add SQL Server Connection and OLE DB Connection but error message same.
    Please Help me

    Thanks for letting me know. Actually, I already installed ASP.NET for CS5.5 but this is not the issue. The problem I'm having is the one described above by HaXeRR: when trying to test my OleDB connection in Dreamweaver, I get HTTP Error 405 Method Not Allowed. I've seen many posts on many forums about this, but nothing recent and one of the Adobe support pages documenting this specific error many years ago has been deleted.
    I'm on Windows 7 Ultimate with .NET Framework 4, using IIS and Dreamweaver CS5.5. My website works fine in the web browser as http://localhost/, and http://localhost/ is also the same URL I've used as the testing server in DW. All the same settings in Dreamweaver worked perfectly fine on Windows XP SP2 - the issue only started when I upgraded to Windows 7. Even my old Dreamweaver MX installation has the same issue (not just CS5.5).
    I've checked permissions on all my website folders, I've given Everyone full access, and still I get the Error 405 message in Dreamweaver. Does anyone have any suggestions?
    Thanks in advance for your help!

  • Conte,t Server Error 405 - Method not allowed

    Hi,
    I've got a running content server 6.4 with Apache 2.0 on SuSE Linux 10 and MaxDB 7.6
    Things like htpp://myserver:1090/ContentServer/ContentServer.dll?serverInfo
    and the likes all respond well.
    However, executing SE38 with RSCMSTH0 shows problems with crea1 & 2 with a PUT command results in HTTP/1.1 405 Method Not Allowed.  This is probably caused by Apache not allowing by default PUT actions for security reasons.  Can anyone point me how to update the httpd.conf file for SAP Content Server to pass this test ?
    Thans,
    Herman

    Hello llan,
    Thanks for your reply, I've progressed further and have the content server up and running.  The problem is now the post installation steps.
    1) Set up the repositories
    When I do this suing CSADMIN using the Create tab, I define a Content Rep Z_MYTEST, with description "Test Repository" and uncheck  the Check signature box, and click the Create repository button, I am prompted to autneticate - after authentication I get the following error :
    HTTP error: 404 Not Found  Cannot create
    Configuration of Repository Z_MYTEST
    It looks like I'm sitting with an empty MaxDB without any content server related tables in it ?  Although sapinst terminated sucsesfull without any errors.
    Brgds,
    Herman

  • SAP Content Server error 405    Method Not Allowed

    Hello Everyone
    We have installed SAP Content server 04s with SAP DB 7.6 build on Solaris platform.  We are trying to connect it through ECC. We have configured Apache web server on content server, and we are able to access it through http url.
    On ECC we have defined repository OAC0 and when we click on CSADMIN to create repository its giving us u201C405 Method Not Allowedu201D allowed error.  Even we tried to test this configuration with Report RSHTTP60  this is also giving us 405 errors.
    We have tried lots of things to resolve this error but we didnu2019t get any fine solution, does any one come across to such kind of error while configuring Content server with R/3 or ECC?
    We will appreciate any help asap,
    Thanking you and waiting for reply,
    Warm Regards
    Sharmishtha

    Dear,
    Can you please try following URL ?
    http://hostname:1090/ContentServer/ContentServer.dll?serverInfo&pVersion=0046
    http://hostname:1090/ContentServer/ContentServer.dll?serverInfo&pVersion=0046&contRep=<Repository Name>
    Regards
    S S B

  • 405 Method not allowed

    Hey,
    i deployed a rest webservice on a WLS 10.3 now i try to make a post request but iam getting a 405 Error.
    My Request :
    Accept
    text/html,application/xhtml+xml,application/xml;q=0.9,/;q=0.8
    Accept-Encoding
    gzip, deflate
    Accept-Language
    de-de,de;q=0.8,en-us;q=0.5,en;q=0.3
    Access-Control-Request-He...
    content-type
    Access-Control-Request-Me...
    GET
    Connection
    keep-alive
    DNT
    1
    Host
    testi.de:7001
    Origin
    http://testi.de
    User-Agent
    Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Firefox/24.0
    Response :
    Access-Control-Allow-Cred...
    true
    Access-Control-Allow-Head...
    Origin,Content-Type, Accept, X-Requested-With
    Access-Control-Allow-Meth...
    GET, POST, DELETE, PUT, OPTIONS, HEAD
    Access-Control-Allow-Orig...
    Content-Length
    988
    Content-Type
    text/html; charset=UTF-8
    Date
    Wed, 27 Nov 2013 10:50:41 GMT
    X-Powered-By
    Servlet/2.5 JSP/2.1
    am i missing sth.?

    I am having the same problem. I am using DW CS3, MySQL Server
    5.0 and a localhost solution, but I am running Windows XP pro. When
    I try to connect to the database I get a "HTTP Error code 405
    Method Not Allowed'.
    Did you ever find a solution?

  • (405) Method not allowed :  ADS Errror

    Hi
    I have configured ADS on EP 6 SP15
    Configuration is successful.
    When I deploy the webdynpro application with Interactive Forms  I get following error.
    <b>Exception(com.sap.tc.webdynpro.pdfobject.core.PDFObjectRuntimeException: Service call exception; nested exception is:
         com.sap.engine.services.webservices.jaxrpc.exceptions.InvalidResponseCodeException: Invalid Response Code: (405) Method not allowed.) during processing a Web Dynpro Application.
    [EXCEPTION]
    </b> com.sap.tc.webdynpro.pdfobject.core.PDFObjectRuntimeException: Service call exception; nested exception is:
         com.sap.engine.services.webservices.jaxrpc.exceptions.InvalidResponseCodeException: Invalid Response Code: (405) Method not allowed.
         at com.sap.tc.webdynpro.pdfobject.core.PDFObject.doSoapCall(PDFObject.java:282)
         at com.sap.tc.webdynpro.pdfobject.core.PDFObject.createPDF(PDFObject.java:224)
         at com.sap.tc.webdynpro.clientserver.adobe.AdobeFormHelper.createPDFDocumentForUIElement(AdobeFormHelper.java:483)
         at com.sap.tc.webdynpro.clientserver.uielib.adobe.impl.InteractiveForm.afterHandleActionEvent(InteractiveForm.java:185)
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.afterHandleActionEvent(ClientApplication.java:1154)
         at com.sap.tc.webdynpro.clientserver.task.WebDynproMainTask.handleActionEvent(WebDynproMainTask.java:402)
         at com.sap.tc.webdynpro.clientserver.task.WebDynproMainTask.execute(WebDynproMainTask.java:649)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:59)
         at com.sap.tc.webdynpro.clientserver.cal.ClientManager.doProcessing(ClientManager.java:248)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doWebDynproProcessing(DispatcherServlet.java:154)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:116)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doGet(DispatcherServlet.java:48)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Caused by: java.rmi.RemoteException: Service call exception; nested exception is:
         com.sap.engine.services.webservices.jaxrpc.exceptions.InvalidResponseCodeException: Invalid Response Code: (405) Method not allowed.
         at com.sap.tc.webdynpro.adsproxy.ConfigBindingStub.rpData(ConfigBindingStub.java:89)
         at com.sap.tc.webdynpro.adsproxy.ConfigBindingStub.rpData(ConfigBindingStub.java:99)
         at com.sap.tc.webdynpro.pdfobject.core.PDFObject.doSoapCall(PDFObject.java:279)
         ... 27 more
    Caused by: com.sap.engine.services.webservices.jaxrpc.exceptions.InvalidResponseCodeException: Invalid Response Code: (405) Method not allowed.
         at com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.MimeHttpBinding.handleResponseMessage(MimeHttpBinding.java:849)
         at com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.MimeHttpBinding.call(MimeHttpBinding.java:1276)
         at com.sap.tc.webdynpro.adsproxy.ConfigBindingStub.rpData(ConfigBindingStub.java:82)
         ... 29 more
    Can some one assist

    Hi
    WAS on SP15
    as well EP and ADS on SP 15.
    Yes I am getting this error when I am deploying the Webdynpro application.
    We do have proxy settings, as per company policies..
    but since after that , Error is changed to
    solved that problem,
    Now I am getting new error as
    Service PDFManipulation: Native process (PID=4744) E:\usr\sap\SEP\JC01\j2ee\os_libs\adssap\PDFManipulation\bin\PDFManipulation.exe terminated abnormally with error code 2
    Any inputs

  • HTTP server code 500 reason Internal Server Error explanation Error during

    Hi,
    I am trying to connect to SAP TM (Tranportation Management) System using HTTP adapter using PI 7.0.The scenario is
    ECC ->PI->SAP TM. I have configured HTTP adapter as the receiver with addressing type as HTTP Destination. I have created a RFC destination of type H pointing to SAP TM on PI. I have encountered the following error after executing the scenario.
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Call Adapter
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>XIAdapter</SAP:Category>
      <SAP:Code area="PLAINHTTP_ADAPTER">ATTRIBUTE_SERVER</SAP:Code>
      <SAP:P1>500</SAP:P1>
      <SAP:P2>Internal Server Error</SAP:P2>
      <SAP:P3>Error during parsing of SOAP header</SAP:P3>
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>HTTP server code 500 reason Internal Server Error explanation Error during parsing of SOAP header</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    Thanks,
    Kiran

    Error during parsing of SOAP header
    Can you mention what are the settings done in Receiver HTTP channel.....the request that you send to target is not in proper format.
    One reason could be incorrect Content Type.....is it text/XML ?
    Regards,
    Abhishek.

  • HTTP server code 500 reason Internal Server Error

    HI,
    I am getting following error in Call Adapter
      <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Message canceled
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>XIAdapter</SAP:Category>
      <SAP:Code area="PLAINHTTP_ADAPTER">ATTRIBUTE_SERVER</SAP:Code>
      <SAP:P1>500</SAP:P1>
      <SAP:P2>Internal Server Error</SAP:P2>
      <SAP:P3>Internal Server Error</SAP:P3>
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>HTTP server code 500 reason Internal Server Error explanation Internal Server Error</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    I have a Business system that is sending the material master data to a different Business System via XI. The message is received by XI correctly. XI correctly performs the transformation and identifies the message interface and selects correct receiver for the message. XI communicates with the receiving business system via the appropriate communication channel.
    The message "fails" in the receiving system with the following error:
    HTTP server code 500 reason Internal Server Exception explanation Error parsing of SOAP header.
    The channel is using HTTP Adapter type, and i cross checked the communication channel details like Addressing type, target host, service number, path, user name, user password.......each and every detail is correct.
    Please help me out to find the solution to the problem.
    Points will be gladly awarded.
    Edited by: Ashish Soni on Sep 24, 2008 9:02 PM

    try sending the same XML message picking from moni and check whether you are getting same error or not?
    if you get same error then check at web server for logs there you can find exact error.

  • Http server code 401 reason Unauthorized explanation Unauthorized

    Hello to you all,
    I have a SRM-XI-SUS scenario and I try to connect to SUS with XI but I am facing the follwoing issue:
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Call Adapter
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>XIAdapter</SAP:Category>
      <SAP:Code area="<b>PLAINHTTP_ADAPTER</b>"><b>ATTRIBUTE_SERVER</b></SAP:Code>
      <SAP:P1>401</SAP:P1>
      <SAP:P2>Unauthorized</SAP:P2>
      <SAP:P3>Unauthorized</SAP:P3>
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack><b>Http server code 401 reason Unauthorized explanation Unauthorized</b></SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    Can someone guide me towards a solution?
    Kind regards,
    Kamran

    I am not intimate with the SRM-SUS integration via XI, but based on the business scenario configuration guide (https://service.sap.com/~sapidb/011000358700002897402004E/ServiceProcurementNEW.pdf) it seems that communication between SRM and SUS via XI takes place via proxies.  Assuming that's what you're trying to do, to communicate to SUS via proxies, you would need to use the adapter type (XI).   The communication is still technically over HTTP, but using the XI messaging protocol. 
    The use of an sm59 destination is optional.  The XI type communication channel allows addressing types of "URL Addressing" or "HTTP Destination".  If you choose the latter, you would need a sm59 destination of type H and then refer to it from the channel.
    Try using a XI type receiver channel instead.  If you run into additional problems, check the "XI Settings" section of the guide above.
    Regards,
    Jin

Maybe you are looking for

  • Need to know how to update my iphone 4 to ios5 have downloaded the update already

    I have tried to update my iphone with itunes but when it gets to the end of the down load the message I get is server session timed out so iave downloaded the the update in safari and need to know how to update from there

  • Xkwert not updating the pricing

    Dear All,     I have created a routine for excise calculation where in the calculation i have the correct value which is passed to xkwert. when it goes out of the routine and enters the programSAPLV61A and form XKOMV_KWERT_ERMITTELN the code here cal

  • SQL tuning issue

    Hi, I would like some help tuning the following query: SELECT distinct cs.study, de.STUDY_SITE Site, iv.last_name INV, de.PATIENT , pv.visit_number Visit, -- REPLACE(asm.assessor_name, ',', '|') assessor_name, de.DISCREPANCY_REV_STATUS_CODE Status, F

  • Number of current Requests in infoCube

    Hi, I looked into table RSREQICODS to determine the number of current requests in my infocube, but it seems like it has more that I know to exist in the InfoCube.  I only have data starting from 2008, but in the table when I specify the InfoCube I se

  • Going from iWork 09 trial to full version

    We received a site license for iWork 09. But if a user has had the trial of iWork 09 on their computer, iWork asks for a serial number when installed (even though Apple doesn't give these out with iWork anymore). I've tried deleting ~/Library/Prefere