Objective-C SOAP Client --Request Problem?

前端 未结 2 1256
南笙
南笙 2021-01-01 07:34

I have generated code with WSDL2OBJC. I have big problem with request in my Objective C client:

CatalogoPortBinding *binding = [[CatalogoSvc CatalogoPortBind         


        
2条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-01 07:56

    i had same problem until suggestion at below...

    According to what you've shown from your console, the XML request you formulated is invalid. You have

    
        david
    
    

    But you should have (note the removal of the invalid XML tag termination):

    
                                                            
提交回复
热议问题