400 status code 'oauth_callback parameter required.' message

Trying to get a request token, I am getting a 400 status code with a 'oauth_callback parameter required.' message.  I am using the Authentication header method in this form:
Authorization: OAuth oauth_callback="oob", oauth_consumer_key="<snip>", oauth_version="1.0", oauth_signature_method="PLAINTEXT", oauth_timestamp="1282250439", oauth_nonce="2424374763941556559", oauth_signature="<snip>"
This is going to https://streamwork.com/oauth/request_token.  The oauth_callback method is clearly there.  Why would it not be picking it up?

Have you specified the callback URL when registering your application? Because "oob" means it takes the callback URL when the application was register?  Check documentation [here|https://streamwork.com/api/Call_StreamWork_through_consumer_application_to_get_a_request_token.html] If not, please do it.
If you have done it and your application isn't working, there is an alternative to invoke the callback. You can send the callback URL itself instead of "oob". This overrides the callback URL specified during registration.
So you can have something like:
OAuth oauth_callback="http://myapp.com"
Regards,
Arpit

Similar Messages

  • Error status code 400 with the description Message mapping failed

    Hi,
    I tried to build RFID outbound scenario using ECC 5.0, XI and AII 2.1.
    When I send IDOC message:AIDOPMSG.AIDOP01 from ecc 5.0 to XI(ouput message type is OperationalIn and message mapping is OperationalInTo), i get following error:
    <SAP:Code area="INTERNAL">HTTP_RESP_STATUS_CODE_NOT_OK</SAP:Code>
      <SAP:P1>400</SAP:P1>
      <SAP:P2>Message mapping failed</SAP:P2>
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText>Message mapping failed</SAP:AdditionalText>
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>HTTP response contains status code 400 with the description Message mapping failed Boundary SAP_57D7D47469E09543A1EA0002CBDA0492_END could not be found</SAP:Stack>
    I am using standard AUTO-ID 2.1 XI contents. If any of you have encountered such error message, then could you please help me understand the meaning and how to fix it.
    thanks in advance,
    Ashit

    hi Ashit,
    take a look at my weblog on how to test your mapping:
    /people/michal.krawczyk2/blog/2005/09/16/xi-how-to-test-your-mapping-in-real-life-scenarios
    maybe with this you'll be able to find out the error
    Regards,
    michal

  • Application Web Service Control Manager detected AWEBSVC is not responding to HTTP requests. The http status code and text is 400, Bad Request.

    Hi All,
    I am seeing the following error for SMS_AWEBSVC_CONTROL_MANAGER component with Message ID: 8100
    Application Web Service Control Manager detected AWEBSVC is not responding to HTTP requests.  The http status code and text is 400, Bad Request.
    awebsctl.log file has below errors:
    Call to HttpSendRequestSync failed for port 80 with status code 400, text: Bad Request
    SMS_AWEBSVC_CONTROL_MANAGER 12/22/2014 3:37:55 PM
    13920 (0x3660)
    AWEBSVCs http check returned hr=0, bFailed=1
    SMS_AWEBSVC_CONTROL_MANAGER 12/22/2014 3:37:55 PM
    13920 (0x3660)
    AWEBSVC's previous status was 1 (0 = Online, 1 = Failed, 4 = Undefined)
    SMS_AWEBSVC_CONTROL_MANAGER 12/22/2014 3:37:55 PM
    13920 (0x3660)
    Health check request failed, status code is 400, 'Bad Request'.
    SMS_AWEBSVC_CONTROL_MANAGER 12/22/2014 3:37:55 PM
    13920 (0x3660)
    Management point and Application Catalog Website Point are installed on the same Server where I am seeing the error for Application Catalog Web Service Point role. Management Point and Application Catalog Website Point are functioning properly. Application
    Catalog Website is working.
    Thanks & Regards, Kedar

    Hi Jason,
    Application Catalog Web Service Point and Application Catalog Website Point; both are installed as per below configuration on same Server:
    IIS Website: Default Web Site
    Port Number: 80
    with default value for Web Application Name configured.
    For SMS_AWEBSVC_CONTROL_MANAGER component, I am getting below error in Component Status:
    Application Web Service Control Manager detected AWEBSVC is not responding to HTTP requests.  The http status code and text is 400, Bad Request.
    Possible cause: Internet Information Services (IIS) isn't configured to listen on the ports over which AWEBSVC is configured to communicate. 
    Solution: Verify that the designated Web Site is configured to use the same ports which AWEBSVC is configured to use.
    Possible cause: The designated Web Site is disabled in IIS. 
    Solution: Verify that the designated Web Site is enabled, and functioning properly.
    For more information, refer to Microsoft Knowledge Base.
    And awebsctl.log has the below error lines:
    Call to HttpSendRequestSync failed for port 80 with status code 400, text: Bad Request
    SMS_AWEBSVC_CONTROL_MANAGER
    12/23/2014 11:04:36 AM 16388 (0x4004)
    AWEBSVCs http check returned hr=0, bFailed=1
    SMS_AWEBSVC_CONTROL_MANAGER
    12/23/2014 11:04:36 AM 16388 (0x4004)
    AWEBSVC's previous status was 1 (0 = Online, 1 = Failed, 4 = Undefined)
    SMS_AWEBSVC_CONTROL_MANAGER
    12/23/2014 11:04:36 AM 16388 (0x4004)
    Health check request failed, status code is 400, 'Bad Request'.
    SMS_AWEBSVC_CONTROL_MANAGER
    12/23/2014 11:04:36 AM 16388 (0x4004)
    STATMSG: ID=8100
    What should I check from IIS side?
    Application Catalog Website is functioning properly.
    Thanks & regards,
    Kedar
    Thanks & Regards, Kedar

  • Test published web service experiment error with Status Code 400

    I have created an experiment in Azure ML Studio free version that works perfectly in Azure ML Studio when running. After the web service publication I am presented with the following error when I call a test for my web service.
    5: Error 0085: The following error occurred during script evaluation, please view the output log for more information: ---------- Start of error
    message from Python interpreter ---------- data:text/plain,Caught exception while executing function: Traceback (most recent call last): File "\server\InvokePy.py", line 98, in executeScript outframe = mod.azureml_main(*inframes) File "\temp\azuremod.py",
    line 55, in azureml_main File "C:\pyhome\lib\site-packages\pandas\core\indexing.py", line 119, in setitem self._setitem_with_indexer(indexer,
    value) File "C:\pyhome\lib\site-packages\pandas\core\indexing.py", line 438, in _setitem_with_indexer raise ValueError('Must have equal len keys and value ' ValueError: Must have equal len keys and value when setting with an iterable ---------- End
    of error message from Python interpreter ----------, Error code: ModuleExecutionError, Http status code: 400, Request id: 2c22cced-a109-4e12-856e-455a90644e68, Timestamp: Thu, 23 Apr 2015 10:28:12 GMT
    The input data for the test are:
    userID = "U5000"
    restaurant = "resA"
    rating=1
    These data are exactly the saame data that my experiment takes as input in Azure ML Studio running mode. My experiment is consisted of 2 python scripts and one meta data editor. The first python script reads the input data, calculates and feeds them into
    the metadata editor and the metadata editor feeds the result into the second python script. The second python script module code is very simply and just pivots the data fed:
    import pandas as pd
    def azureml_main(dataframe1):
       newtable = pd.pivot_table(dataframe1, index="restaurant", columns='userID', values="rating")
       return newtable,
    I cannot understand what is the error and why it is not raised during the running proccess but it is rised during the testing web service proccess. I should note here that when I use only one python script module the above error is not raised in the web
    service call.  Waiting for your response
    Thank you very much.

     Related to
    https://social.msdn.microsoft.com/Forums/azure/en-US/ff40b046-a7bb-4718-bedc-4260ef95d8d7/test-web-service-published-returns-error-code-internalerror-http-status-code-500?forum=MachineLearning
    Thanks for the feedback. This is a known issue. We are working on it. Sorry for the inconvenience.
    Luis Cabrera. Program Manager -- Azure Machine Learning @luisito_cabrera Disclaimer: This post is provided &amp;quot;AS IS&amp;quot; with no warranties, and confer no rights.

  • Failed to receive ccm message responce. Status code = 403

    So as the title suggests Im having client problems installation problems on some machines. 
    Looking at a clients ccmsetup.log I have this throughout the log:
    Failed to receive ccm message response. Status code = 403
    GetDPLocations failed with error 0x80004005
    Failed to find DP locations with error 0x80004005, status code 403. Check next MP.
    Only one MP HTTP://sccm2012.XXX.XXX.ca is specified. Use it.
    Have already tried all MPs. Couldn't find DP locations.
    GET 'HTTP://sccm2012.XXX.XXX.ca/CCM_Client/ccmsetup.cab'
    Failed to successfully complete WinHttp request. (StatusCode at WinHttpQueryHeaders: 403)
    DownloadFileByWinHTTP failed with error 0x80004005
    A Fallback Status Point has not been specified.  Message with STATEID='308' will not be sent.
    CcmSetup failed with error code 0x80004005
    The machine I am focusing on to troubleshoot has been reachable in the past. (80% sure of that)
    The PC no longer exists in my SCCM/devices, and it looks like it has never been. I have tried running "ccmsetup.exe /MP:
    HTTPS://SCCM2012.domain.local SMSSITECODE
    = SC12 /UsePKICer"
    as well as "ccmsetup.exe /MP:sccm2012.domain.ca /BITSPriority:low SMSSITECODE=XXX fsp=sccm2012.XXX.XXX.ca
    checking my MP_Location.log i get this:
    retreiving the certificates
    UID not found
    UID not found
    UID not found
    UID not found
    UID not found
    UID not found
    UID not found
    UID not found
    UID not found
    MP_GetAssignedMPListForSite  (XXX.XXX.ca,YYY.YYY.ca,601)
    MP_GetProxyMPListForSite  XXX.XXX.ca,YYY.YYY.ca,<ClientLocationInfo OnInternet="0"><ADSite Name="Default-First-Site-Name"/><Forest Name="XXX.XXX.ca,"/><Domain Name="XXX.XXX.ca,"/><IPAddresses><IPAddress
    SubnetAddress="132.147.0.0" Address="132.147.161.131"/><IPAddress SubnetAddress="2002:8493:A183:0000" Address="2002:8493:A183:0000:0000:0000:8493:A183"/></IPAddresses></ClientLocationInfo>)
    MP_GetLocalMPListForSite  (XXX.XXX.ca,YYY.YYY.ca,<ClientLocationInfo OnInternet="0"><ADSite Name="Default-First-Site-Name"/><Forest Name="XXX.XXX.ca,"/><Domain Name="XXX.XXX.ca"/><IPAddresses><IPAddress
    SubnetAddress="132.147.0.0" Address="132.147.161.131"/><IPAddress SubnetAddress="2002:8493:A183:0000" Address="2002:8493:A183:0000:0000:0000:8493:A183"/></IPAddresses></ClientLocationInfo>)
    Im not familiar with that log, so im not sure if that's normal. But through troubleshooting I was looking at all my MP logs.
    MPControl.log says "successfully performed management point availability check against local computer".
    MP_RegistrationManager.log says "Registration hint is expired". 
    CCMValidateAuthHeaders failed (0x87d0029b) to validate headers for client 'GUID:FE2F4DCF-0C30-4765-9CB8-70603FD423BF'.
    Im at a loss as to what is broken. no alerts are popping up in Sccm.
    D.L.J. Schneider

    Sorry for the Delay, my time was spent on other things yesterday. 
    This is the contents of my ClientIDManagerStartup.log The bold are errors.
    Begin to select client certificate
    Begin validation of Certificate [Thumbprint 468E32A8A58180850AA200877AD061B5A2BCB2B0] issued to 'SCCM2012.XXX.XXX.ca'
    Completed validation of Certificate [Thumbprint 468E32A8A58180850AA200877AD061B5A2BCB2B0] issued to ''SCCM2012.XXX.XXX.ca'
    >>> Client selected the PKI Certificate [Thumbprint 468E32A8A58180850AA200877AD061B5A2BCB2B0] issued to 'SCCM2012.XXX.XXX.ca'
    Raising event:
    instance of CCM_ServiceHost_CertRetrieval_Status
    DateTime = "20140826043631.676000+000";
    HRESULT = "0x00000000";
    ProcessID = 12300;
    ThreadID = 8272;
    Failed to submit event to the Status Agent. Attempting to create pending event.
    Raising pending event:
    instance of CCM_ServiceHost_CertRetrieval_Status
    DateTime = "20140826043631.676000+000";
    HRESULT = "0x00000000";
    ProcessID = 12300;
    ThreadID = 8272;
    Client PKI cert is available.
    Initializing registration renewal for potential PKI issued certificate changes.
    Succesfully intialized registration renewal.
    [RegTask] - On co-located client and site role. Posting async registration task.
    [RegTask] - Co-located with site role. Waiting for full service startup before registering.
    Read SMBIOS (encoded): 55005300450032003000390057004B004E003600
    Evaluated SMBIOS (encoded): 55005300450032003000390057004B004E003600
    No SMBIOS Changed
    SMBIOS unchanged
    SID unchanged
    HWID unchanged
    Raising pending event:
    [SMS_CodePage(437), SMS_LocaleID(1033)]
    instance of SMS_RemoteClient_ClientIdUpdated
    ClientID = "GUID:75B97CFC-57E4-4170-B64F-A85FFC8692A3";
    DateTime = "20140826043637.343000+000";
    MachineName = "SCCM2012";
    NewClientId = "GUID:75B97CFC-57E4-4170-B64F-A85FFC8692A3";
    PreviousClientId = "GUID:75B97CFC-57E4-4170-B64F-A85FFC8692A3";
    ProcessID = 12300;
    ThreadID = 13824;
    GetSystemEnclosureChassisInfo: IsFixed=FALSE, IsLaptop=FALSE
    Windows To Go requires a minimum operating system of Windows 8
    Computed HardwareID=2:6CF3F4FDA34F74D84B580D7265933FCD8EE38752
    Win32_SystemEnclosure.SerialNumber=<empty>
    Win32_SystemEnclosure.SMBIOSAssetTag=<empty>
    Win32_BaseBoard.SerialNumber=<empty>
    Win32_BIOS.SerialNumber=USE209WKN6      
    Win32_NetworkAdapterConfiguration.MACAddress=00:17:A4:77:FC:2C
    Persisted hardware IDs in CCM_ClientIdentificationInformation=@:
    HardwareID1=2:6CF3F4FDA34F74D84B580D7265933FCD8EE38752
    HardwareID2=1EBA0600010000F4
    8/26/2014 12:36:37 AM 13824 (0x3600)
    [RegTask] - Service has started, continuing registration.
    Read SMBIOS (encoded): 55005300450032003000390057004B004E003600
    Evaluated SMBIOS (encoded): 55005300450032003000390057004B004E003600
    No SMBIOS Changed
    SMBIOS unchanged
    SID unchanged
    HWID unchanged
    RegTask: Failed to refresh site code. Error: 0x80041010
    Sleeping for 298 seconds before refreshing location services.
    The clientlocation log was clean. and the locationservices.log contains:
    Security settings update detected, restarting CcmExec.
    8/21/2014 12:03:12 PM 10452 (0x28D4)
    Failed to create CcmRestart process. (193)
    8/21/2014 12:03:12 PM
    10452 (0x28D4)
    Failed to process security mode transition. (0x800700c1)
    8/21/2014 12:03:12 PM
    10452 (0x28D4)
    Current AD site of machine is Default-First-Site-Name
    8/21/2014 12:03:13 PM 9904 (0x26B0)
    Current AD site of machine is Default-First-Site-Name
    8/21/2014 12:08:13 PM 10452 (0x28D4)
    Security settings update detected, restarting CcmExec.
    8/22/2014 12:37:53 AM 11616 (0x2D60)
    Failed to create CcmRestart process. (193)
    8/22/2014 12:37:53 AM
    11616 (0x2D60)
    Failed to process security mode transition. (0x800700c1)
    8/22/2014 12:37:53 AM
    11616 (0x2D60)
    Security settings update detected, restarting CcmExec.
    8/24/2014 12:37:37 AM 14784 (0x39C0)
    Failed to create CcmRestart process. (193)
    8/24/2014 12:37:37 AM
    14784 (0x39C0)
    Failed to process security mode transition. (0x800700c1)
    8/24/2014 12:37:37 AM
    14784 (0x39C0)
    Security settings update detected, restarting CcmExec.
    8/25/2014 12:37:44 AM 8636 (0x21BC)
    Failed to create CcmRestart process. (193)
    8/25/2014 12:37:44 AM
    8636 (0x21BC)
    Failed to process security mode transition. (0x800700c1)
    8/25/2014 12:37:44 AM
    8636 (0x21BC)
    Security settings update detected, restarting CcmExec.
    8/26/2014 12:37:49 AM 12012 (0x2EEC)
    Failed to create CcmRestart process. (193)
    8/26/2014 12:37:49 AM
    12012 (0x2EEC)
    Failed to process security mode transition. (0x800700c1)
    8/26/2014 12:37:49 AM
    12012 (0x2EEC)
    D.L.J. Schneider

  • Error: There was a failure to call cluster code from a provider. Exception message: Generic failure . Status code: 5015. SQL 2012 SP1

    Hi,
    Please help. I was trying to remove a SQL 2012 SP1 two node clustered instance using setup (Mantenance -> Remove Node)
    I started by doing this on passive node (and was successful) but when I ran setup on active node just before finishing successfully I got this error:
    TITLE: Microsoft SQL Server 2012 Service Pack 1 Setup
    The following error has occurred:
    The resource 'BCK_SG1DB' could not be moved from cluster group 'SQL Server (SG1DB)' to cluster group 'Available Storage'. 
    Error: There was a failure to call cluster code from a provider. Exception message: Generic failure . Status code: 5015.
    Description: The operation failed because either the specified cluster node is not the owner of the resource, or the node
    is not a possible owner of the resource.
    For help, click:
    http://go.microsoft.com/fwlink?LinkID=20476&ProdName=Microsoft%20SQL%20Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=11.0.3000.0&EvtType=0xE8049925%25400x42B4DED7
    BUTTONS:
    OK
    I noticed that SG1DB instance was removed on both nodes but on Failover Cluster Manager -> Services and Applications the SQL server instance for SG1DB is still there. So I tried to delete it but got the error:
    Failed to delete SQL Server SG1DB. An error was encountered while deleting the cluster service or
    application SQL Server SG1DB. Could not move the resource to available storage. An error occured
    while moving the resource BCK_SG1DB to the clustered service or application Available Storage
    Any ideas why it failed or how could I delete the SQL server instance from Clauster?
    Thx

    Hello,
    Please read the following resource.
    https://support.microsoft.com/en-us/kb/kbview/313882?wa=wsignin1.0
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • Message failed in PI: Status code 200 But Error During Response Parsing:

    Hi
    I have integration scenario for sending PO/PO change/Proact from R/3 to SNC, everything was working till yesterday morning and suddenly all messages are failing in SAP PI with below error. We have not done any changes. The strange thing is this is failing in dev as well as in QA.
    HTTP Status Code 200 Received But Error During Response Parsing: No XI Response Received XML element Envelope missing in SOAP message header (SAP XI Extension)
    I can see some messages in sxmb_moni (we have not configured this) from sender component "Integration_Server_SID" and it's failed with below message
    Proxy calls are not permitted on sender or
    receiver side on the IS (client)
    Thanks,
    Nishant

    HTTP Status Code 200 Received But Error During Response Parsing: No XI Response Received
    XML element {http://schemas.xmlsoap.org/soap/envelope/}Envelope missing in SOAP message header (SAP XI Extension)
    Same problem answered in this discussion....check if it helps:
    Re: BW to File scenario
    Regards,
    Abhishek.

  • Setting 2xx Status Code in Message Container

    Hello all,
    is there any possibility to set an HTTP Status code in a message container(/iwbep/if_message_container)? Or to set it in the http response?
    Regards

    Hello,
    Let me correct myself in earlier response. I was saying that it is possible to set messages in response header. As per my understanding, you cannot set http status code such as 2XX etc. it will be setup by GW framework.
    you can pass back messages as discussed in the thread OR can place S, I, W messages in an SAP header SAP-Message.
    Regards,
    Chandra

  • HTTP 414 Status code for POST messages greater than 4096 bytes.

    Hello,
    I am using Sun One 6.0 sp2 and Weblogic 6.1 sp3 for my application. All the requests
    are being sent to the Weblogic server using the NSAPI plug-in.
    For all POST messages with size greater than 4096 bytes, I am getting a HTTP Status
    Code 414.
    I have set the MaxPOSTSize to 10240 both on the Weblogic server side, but it still
    gives same error.
    Can someone please guide me as to how to enable processing of POST messages greater
    than 4096 bytes ?
    Thank You.
    Sanjay.

    Hi, I am trying to PUT to update contact info and I get following error:
    2015-01-16 11:00:17,970 INFO [main] oracle.eloqua.connector.eloqua.EloquaConnector.putWithBasicAuth(97) | accessHttpsPut.url=https://secure.eloqua.com/API/REST/2.0//data/contact/7606838, text={"id":"7606838","accountName":"openIdStr001","emailAddress":"[email protected]","type":"Contact"}
    2015-01-16 11:00:18,931 ERROR [main] oracle.eloqua.connector.eloqua.EloquaConnector.putWithBasicAuth(140) | ClientProtocolException
    org.apache.http.client.HttpResponseException: Request is malformed.
    Is there any idea?
    Thanks so much.
    Sincerely.

  • VS2013 Git & Bitbucket, Detailed message: Response status code does not indicate success: 401

    Hi.
    I am a student trying to use VS2013 git & bitbucket in a virtual windows 7 environment and trying to clone a bitbucket repository via team explorer.
    After entering the repository URL I enter credentials for butbucket and receive the following message  Detailed
    message: Response status code does not indicate success: 401
    Source tree can see the repository using the username and password for bitbucket so it must be something I am missing in
    VS. Please can anyone help me with this issue.
    Thanks.
    Martin

    Hi.
    Thank you for the reply. 
    There is only me a single developer. All I want to do is clone an existing repository, it all seems a bit complicated if it does not work from the get go. Having watched a couple of youtube videos it should not be that hard to make it work. Source tree using
    my bitbucket credentials can see my repository.
    This looks to be a authentication problem.
    "If you want to publish it to Bitbucket, make sure the eamil (sic) account for Bitbucket is a team member of your
    Git team project and has the needed permissions to do the publishing."
    Please could some one tell me where I can find this:-
    1. Setup a GIT team project
    2. Relevant permissions

  • Note of Fiscal for Brazil - Status code descriptions required.

    Hi,
          I am looking for the Brazil - Note of Fiscal - Status code descriptions for the codes 542, 523 etc.. Please provide us the same. Thanks in advance.
    For Example - status code 100 - Autorizado o uso da NF-e
    Rgds
    Siva

    Hi Siva,
    Please look at these pages:
    http://wiki.sdn.sap.com/wiki/display/BPX/NF-eStatusonSAPNotaFiscalElectronicaSolution%28ERPxGRCxPI%29#NF-eStatusonSAPNotaFiscalElectronicaSolution%28ERPxGRCxPI%29-SC1
    and
    http://www.nfe.fazenda.gov.br/portal/docs/Manual_Integracao_Contribuinte_versao_4.01-NT2009.006.pdf
    It can help you regarding the status of NF-e.
    regards
    Ruy Castro

  • Periodic MODIFICATION_FAILED/Status Code 501 message received

    Howdy,
    Has anyone see a situation where Thunderbird reports that an error occurred when writing to the calendar, with Error Code: MODIFICATION FAILED and Description: Status Code: 501, The request cannot be processed.
    <HTML><HEAD>
    <TITLE>Unsupported Request</TITLE>
    </HEAD><BODY>
    <H1>Unsupported Request</H1>
    PUT to http&#58;&#47;&#47;www&#46;oracle&#46;com&#47;splash&#47;collabsuite&#47;index&#46;html not supported.<P>
    Reference&#32;&#35;8&#46;60c90845&#46;1347550638&#46;20584b4
    </BODY></HTML>
    Any ideas about how to best get rid of that would be greatly appreciated!
    Thanks

    Hello,
    This is the Beehive Online forum, please report ST Beehive issues in the following forum.
    http://myforums.oracle.com/jive3/forum.jspa?forumID=1886
    Thanks,
    Jereen

  • HTTP Response Status Codes: GET (retrieve), POST (create), PUT (modify), and DELETE (REST, Bulk, Any API)

    Many of us, who are starters, starting to wonder when reading any API documentations or starting out with your first program built to make any of the API calls, what do all error codes means, when I get many different types of response from running the program/script. The only reason I thought about sharing this is because I know how motivation plays a key role when dealing with Eloqua platform and building components on top. This extends the functionality beyond what is already out of the box.
    I put together a table that explains these in details. I hope you can benefit in resolving issues as you venture in your journeys. This is a very common chart that can be seen across many platform REST APIs. Idea was to have it here because the audience are not always the same.
    Response Code
    HTTP Operation
    Response Body Contents
    Description
    200
    GET, PUT, DELETE
    Resource
    No error, operation successful.
    201 Created
    POST
    Resource that was created
    Successful creation of a resource.
    202 Accepted
    POST, PUT, DELETE
    N/A
    The request was received.
    204 No Content
    GET, PUT, DELETE
    N/A
    The request was processed successfully, but no response body is needed.
    301 Moved Permanently
    GET
    XHTML with link
    Resource has moved.
    303 See Other
    GET
    XHTML with link
    Redirection.
    304 Not Modified
    conditional GET
    N/A
    Resource has not been modified.
    400 Bad Request
    GET, POST, PUT, DELETE
    Error Message
    Malformed syntax or a bad query.
    401 Unauthorized
    GET, POST, PUT, DELETE
    Error Message
    Action requires user authentication.
    403 Forbidden
    GET, POST, PUT, DELETE
    Error Message
    Authentication failure or invalid Application ID.
    404 Not Found
    GET, POST, PUT, DELETE
    Error Message
    Resource not found.
    405 Not Allowed
    GET, POST, PUT, DELETE
    Error Message
    Method not allowed on resource.
    406 Not Acceptable
    GET
    Error Message
    Requested representation not available for the resource.
    408 Request Timeout
    GET, POST
    Error Message
    Request has timed out.
    409 Resource Conflict
    PUT, PUT, DELETE
    Error Message
    State of the resource doesn't permit request.
    410 Gone
    GET, PUT
    Error Message
    The URI used to refer to a resource.
    411 Length Required
    POST, PUT
    Error Message
    The server needs to know the size of the entity body and it should be specified in the Content Length header.
    412 Precondition failed
    GET
    Error Message
    Operation not completed because preconditions were not met.
    413 Request Entity Too Large
    POST, PUT
    Error Message
    The representation was too large for the server to handle.
    414 Request URI too long
    POST, PUT
    Error Message
    The URI has more than 2k characters.
    415 Unsupported Type
    POST, PUT
    Error Message
    Representation not supported for the resource.
    416 Requested Range Not Satisfiable
    GET
    Error Message
    Requested range not satisfiable.
    500 Server Error
    GET, POST, PUT
    Error Message
    Internal server error.
    501 Not Implemented
    POST, PUT, DELETE
    Error Message
    Requested HTTP operation not supported.
    502 Bad Gateway
    GET, POST, PUT, DELETE
    Error Message
    Backend service failure (data store failure).
    505
    GET
    Error Message
    HTTP version not supported.
    Hope this helps. Original post: REST API Status Codes and Complete REST API Tutorial with Status Codes.
    Thank
    Amit

    Hi, I am trying to PUT to update contact info and I get following error:
    2015-01-16 11:00:17,970 INFO [main] oracle.eloqua.connector.eloqua.EloquaConnector.putWithBasicAuth(97) | accessHttpsPut.url=https://secure.eloqua.com/API/REST/2.0//data/contact/7606838, text={"id":"7606838","accountName":"openIdStr001","emailAddress":"[email protected]","type":"Contact"}
    2015-01-16 11:00:18,931 ERROR [main] oracle.eloqua.connector.eloqua.EloquaConnector.putWithBasicAuth(140) | ClientProtocolException
    org.apache.http.client.HttpResponseException: Request is malformed.
    Is there any idea?
    Thanks so much.
    Sincerely.

  • 37 Status code in  IDoc to File Scenario

    Hi Experts,
    I developed Idoc to file scenario, in the PI side all the design time and configuration objects are good .
    while I am testing from SAP backend system (All required configuration steps are also good).
    I was send the Vendor information details (CREMAS05) by using the Transaction code WE19 , after that I was test with IDoc list by using Transaction code WE05(IDoc list) I am getting status code 37 . what might be the problem.
    please help me.
    Thanks in advance,
    Regards,
    Sudeepth.

    Dear All,
    For file to idoc scenario is there any possibility to get line items details or xml details i.e the segments and its related field details using reference id, transaction id or interface name or message id in SAP PI 7.0. I know we need to click each and every message in sxi_monitor and look for details.
    For SAP(R3 System) I can create a report and set the job for specific time period so automatically it throws the details(like reference no, document date, invoice no from) in ftp path as .csv file. The same ftp path is maintained in program.
    I wanted to check FTP--->PI postings and I have set the job at r3 system it is working fine and Im monitoring it too.
    Now the end to end scenario is FTP--->PI--->ECC(R3 system). Please help.Many Thanks.

  • Receiver XI adapter error :HTTP Status Code 200 during Reponse Parsing

    Hi Exeprts,
    My Scenario is mail to ABAP proxy , I have got the bellow error in moni  while testing my secnario .
    Please help me reslove 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="">
      <SAP:Category>XIServer</SAP:Category>
      <SAP:Code area="INTERNAL">OK_BUT_NO_XI_MESSAGE</SAP:Code>
      <SAP:P1 />
      <SAP:P2 />
      <SAP:P3>(See attachment HTMLError for details)</SAP:P3>
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:Stack>HTTP Status Code 200 Received But Error During Response Parsing: No XI Response Received XML element Envelope missing in SOAP message header (SAP XI Extension)</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
    Regards
    Upendra

    Hi Mark ,
    No error message in attachement . only it daisplay the following information
    SAP Library
    SAP Library contains the complete documentation for SAP NetWeaver Application Server Java. You can access it by choosing SAP NetWeaver.
          SAP NetWeaver Administrator
    A powerful administration, configuration and monitoring tool, which bundles key administrative tasks to keep your SAP NetWeaver system landscape running. SAP NetWeaver Administrator can be used in a central or local scenario. Here you access the local NetWeaver Administrator.
        System Information
    System information provides administrators with an overview of the system configuration and its state. It shows all of the system's instances and processes, their current state and important parameters (such as ports) that may be required for support cases, as well as the versions of the components installed.
          Services Registry
    The Services Registry is a UDDI based registry that contains definitions of enterprise services and references to their metadata.
       User Management
    The user management administration console provides administrators with the functions they need to manage users, groups, roles, and user-related data in the User Management Engine (UME). Users without administrator permissions can use it to change their user profile.
          UDDI Client
    The UDDI client provides query and publishing functions for UDDI entities to any UDDI compliant registry.
       Web Services Navigator
    Web Services Navigator is a tool that gives you a short overview of a specific Web service based on its WSDL, and enables you to test your Web service by creating and sending a client request to the real end point.
          Web Dynpro
    Web Dynpro is a User Interface technology available within the SAP NetWeaver Developer Studio.
    Various Web Dynpro tools provide administrators and application developers with performance measurement and application administration capabilities. The Web Dynpro runtime is already deployed.  
    Regards
    Upendra

Maybe you are looking for

  • How to get hold of the XPRequest object in the Login View

    Hi all, I need to customize the Login View to pre-populate the loginname field when a user hits the page. The difficult part is that the user is using PKI Cards, and I need to use the following server-side code fragment to retreive the Login Name. St

  • IMac troubles

    I have an Intel-Based iMac running OS 10.4.11 Tiger. Although most things seem to work normally, any attempt to load OS 10.5 Leopard results in the error code, "System X cannot be installed on this computer." Yet System X is obviously already install

  • Syncing issues with 8330 outlook calendar

    Here goes my first post My wife and I have 8330's hers has an enterprise server mine does not.  The reason we got BB is to be able to sync our calendars together.  When attempting to sync my outlook (2003) calendar onto her phone it will not allow me

  • Keynote won't start

    Does anyone know how to fix keynote when it won't start up?

  • Automate RMAN backup on windows

    I am working on automating RMAN backup on windows, how i can do that , I know dbconsole do that but its not working for me at moment..... Step by step, scripts & windows scheduler would help