OroCRM Forums

Covering OroCRM topics, including community updates and company announcements.

Forums Forums OroCRM OroCRM – Installation/Technical Issues or Problems HTTP 500 error while using webservices

This topic contains 2 replies, has 2 voices, and was last updated by  Grégory PLANCHAT 9 years, 2 months ago.

Starting from March 1, 2020 the forum has been switched to the read-only mode. Please head to StackOverflow for support.

  • Creator
    Topic
  • #26462

    Grégory PLANCHAT
    Participant

    Hello,

    I’m currently integrating OroCRM in my customer experience tools architecture by using web services, but i’m facing a problem I can’t understand.

    My application is using Guzzle for HTTP interactions, but the problem doesn’t seems to come from here as I also tried using raw PHP streams and faced the exact same error.

    Which returns :
    Server error response [url] http://localhost:8081/app_dev.php/api/rest/latest/account.json [status code] 500 [reason phrase] Internal Server Error

    I found some similar issues on other forums, but none shown me any clear solution :
    https://github.com/schmittjoh/JMSSerializerBundle/issues/380
    https://github.com/pink-tie/JMSSerializerServiceProvider/issues/3
    http://stackoverflow.com/questions/17583237/doctrine-onetomany-relationship-error

    What am I doing wrong here?
    shouldn’t be the error messages more explicit?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Author
    Replies
  • #26463

    Rodolfo
    Participant

    Hi
    I created my own wsse auth method here. I was getting error 500 too and I solved using sleep() after creating the wsse token.

    Maybe this could help too:

    #26464

    Grégory PLANCHAT
    Participant

    Thanks Rodolfo for the advice, I did not test it as I found the issue before seeing your message. In my case, WSSE authentication was not involved.

    In fact, I did not name the API parameters the good way, it should be :

    I hope this will help the next one to do the same mistake as me.

Viewing 2 replies - 1 through 2 (of 2 total)

The forum ‘OroCRM – Installation/Technical Issues or Problems’ is closed to new topics and replies.

Back to top