I’m developing an app for iphone and I’ve a weblogic server to send and receive a single XML file.
I’ve sended the xml to a local machine using an Apache Server and it works fine!
Is there any trouble in that (iOS – weblogic) communication?
ty
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There shouldn’t be. I recommend using a tool like TCPMon which has been very helpful in solving these types of issues in the past. This should show you the format of the message that is being sent to the server.
http://code.google.com/p/tcpmon/
Have you tested with just an html form or something stand-alone like CURL? That also usually helps troubleshoot.
http://curl.haxx.se/