I validated my oai code in openarchives.So many error.Cleared mostly.But still have 2 errors.It shows error like 'FAIL POST test 1 for Identify was unsuccessful, an OAI error response was received'.Anyone know what kind of error is this.Attached error image Thank you
1
There are 1 best solutions below
Related Questions in PHP
- php Variable name must change in for loop
- register_shutdown_function is not getting called
- Query returning zero rows despite entries existing
- Retrieving *number* pages by page id
- Automatically closing tags in form input?
- How to resize images with PHP PARSE SDK
- how to send email from localhost using codeigniter?
- Mariadb max Error while sending QUERY packet PID
- Multiusers login redirect different page in php
- Imaginary folder when I use "DirectoryIterator" in PHP?
- CodeIgniter + XDebug: debug only working in the main controller, index() function
- PHP script timeout when I use sleep()
- posting javascript populated form to another php page
- AJAX PHP - Reload div after submit
- PHP : How can I check Array in array?
Related Questions in XML
- Impose component restriction to a series of parsys-CQ
- Wrong xml being inflated android
- Shorten the XSD
- Writing/Overwriting to specific XML file from ASP.NET code behind
- Magento custom block. Can't get block's file
- Layout not shifting up when keyboard is open
- CSV to XML XSLT: How to quote excape
- Getting deeply embedded XML element values
- Saving FileSystemInfo Array to File
- how to apply templates within xsl:for-each
- Spring - configure Jboss Intros for xml with java config?
- Problems with implementing custom actionbar android
- Can Apache Ant be told to cache its XML files?
- Is Log4j2 xml configuration case sensitive?
- How to get a specific node value in XML Pull Parser
Related Questions in OAI
- Looking for a iterative bulk download protocol in the spirit of OAI PMH 2
- What happens to a namespace which belongs to an overrideen namespace?
- DSpace OAI-PMH XML Import
- Scrapy errors with "view" and OAI-PMH
- Metadata Harvesting
- Prevent xslt to transform xml into html
- Invalid token when using CloudFront with OAI to access KMS encrypted file
- How to create virtual sets within a collection in DSpace?
- How to fix DSpace oai not showing special characters?
- DSpace error with oai import
- Dspace OAI - Estado HTTP 500 - Request processing failed; nested exception is java.lang.NullPointerException
- unable to read OAI XML from url with java FileUtils.getContents
- Getting all records in a set using the Sickle package
- Importing OAI source into Filemaker
- How I remove the deleted record in OAI?
Related Questions in OAI-PMH
- DSpace OAI-PMH XML Import
- How to generate an XSLT for OAI-PMH response?
- How I remove the deleted record in OAI?
- OAI-PMH data provider validation fails for one single POST request, despite it's working with curl
- Want to show XML view in html using php
- OAI validation error
- OAI-PHM. do not update record
- DSpace - OAI-PMH - Pagination
- At CKAN webbrowser I cannot see datasets in list but in activity stream, is there a extra module needed?
- How to fix HTTP Error 404 in python when trying to connect to OAI provider using pyoai
- Reading metadata results from pyoai
- Harvesting repository // "From=>" and "Until=>" with user input variable
- Google Chrome wont render the XML with xml-stylesheet
- Issues retrieving all records from institutional OAI-PMH repository using Sickle
- Error "The QName value X has no corresponding namespace declaration in scope" in BASE OAI-PMH Validator
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
It looks like your OAI server does not accept POST requests for these verbs. OAI servers are expected to treat POST and GET requests in the same way.
For instance, these two requests give the same result:
It should be the same for your server.