Objective C Soap Http request to QaaWS Web Service Return Error "Cannot find service name=SalesSample or you do not have the rights to view this service." pls check this code. this my wsdl file link
closed as too localized by vwegert, Abizern, Macmade, ughoavgfhw, Mehul Nov 6 '12 at 4:33This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center. If this question can be reworded to fit the rules in the help center, please edit the question. |
|||
|
It is unclear whether this is an issue in your code. Or it is an issue with the credentials (as the return error implies.) Or it is a server issue. You should use some alternate means of formulating your HTTP request outside of the code to reduce the ambiguity here. There are tools such as HTTP Client and others that can allow you to debug HTTP requests in this way. The main point in diagnosing this problem is that its source is ambiguous; so your strategy is to reduce the ambiguity by isolating potential failure points. |
|||||||||||||||||||||
|