我使用部署在 WebLogic 10.3 上的 JAX-WS (v2.1.3 - Sun JDK 1.6.0_05) 开发了一个 Web 服务,当我使用 Java 客户端或 SoapUI 或其他 Web 服务测试工具时,它工作得很好。我需要使用 2005 Microsoft SQL Server Reporting Services 使用此服务,但出现以下错误
由于异常,无法创建 SOAP 消息:XML 阅读器错误:意外的字符内容
SEVERE: Couldn't create SOAP message due to exception: XML reader error: unexpected character content: "?"
com.sun.xml.ws.protocol.soap.MessageCreationException: Couldn't create SOAP message due to exception: XML reader error: unexpected character content: "?"
at com.sun.xml.ws.encoding.SOAPBindingCodec.decode(SOAPBindingCodec.java:292)
at com.sun.xml.ws.transport.http.HttpAdapter.decodePacket(HttpAdapter.java:276)
at com.sun.xml.ws.transport.http.HttpAdapter.access$500(HttpAdapter.java:93)
at com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit.handle(HttpAdapter.java:432)
at com.sun.xml.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:244)
at com.sun.xml.ws.transport.http.servlet.ServletAdapter.handle(ServletAdapter.java:134)
at com.sun.xml.ws.transport.http.servlet.WSServletDelegate.doGet(WSServletDelegate.java:129)
at com.sun.xml.ws.transport.http.servlet.WSServletDelegate.doPost(WSServletDelegate.java:160)
at com.sun.xml.ws.transport.http.servlet.WSServlet.doPost(WSServlet.java:75)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:727) …Run Code Online (Sandbox Code Playgroud) 我即将向使用Crashlytics捕获崩溃信息的Swift内置的Apple AppStore提交一个应用程序.正如Crashlytics的用户所知,有关使用,持续时间,崩溃等的一些信息被捕获并存储在Crashlytics服务器上.我的应用程序不会要求,存储或尝试捕获任何用户数据.
我的问题是关于我的申请的隐私政策.由于我没有捕获任何用户数据,我想在我的隐私政策中声明,但我不确定这是事实,因为我使用的是Crashlytics.有关在其应用中使用Crashlytics并拥有实际隐私政策的人的任何反馈意见?
谢谢
--Vinny