iOS - how to make SOAP request & receive the concern response

前端 未结 1 1725
梦谈多话
梦谈多话 2021-01-06 00:02

I know htere is lot of stuff available on web for "how to use SOAP in iOS", but still I failed in doing for following SAOP Request & response. Help is greatly

相关标签:
1条回答
  • 2021-01-06 00:50

    the problem seems not related to the send/recv of soap messages at all BUT to the value you send as dateTime -- it doesn't have the correct format.

    => Server was unable to process request. ---> SqlDateTime overflow. Must be between 1/1/1753 12:00:00 AM and 12/31/9999 11:59:59 PM.

    use an NSDateFormatter to write the date string in the requested format

    0 讨论(0)
提交回复
热议问题