in reply to web services call

show the server, and turn on debug

Replies are listed 'Best First'.
Re^2: web services call
by sir_com (Acolyte) on Aug 21, 2009 at 13:40 UTC
    Hi Anonymous Monk, For security I can't give the server name but after turning on the debug I got "500 internal server error" as a response. Any idea what could be going wrong here? Thanks for your help. sir_com
      For security I can't give the server name

      Don't need a name, need sample server code for replicate your problem.

      You're having trouble with client, so turn on debug in client.

      For 500 error, check logs (CGI Help Guide).

        Hi Anonymous Monk,

        Server side codes are written in Java and I am calling them in my script. I turned on debug in client script, I am getting proper request XML text but in the response I am getting "500 internal server error". Which means (as per my understanding) the request is getting sent properly but somehow in someplace the request is not getting accepted in the server side. is this could be because of authentication or insufficient access to access the services?

        Also, if I need to authenticate the webservice while calling the method using call() ... how do I do it? in XML-RPC I dont see any options like, url,debug, through which I can mention the uid/pwd. Can you help me on these.

        Thanks.