小编Osc*_*ico的帖子

FSETSERVICE.无法实现web服务,soap客户端

我正在尝试为这个Web服务建立一个客户端,https://fsettestversion.edd.ca.gov/fsetwcfproxywebservice/fsetservice.svc

根据上面的fset文档,xml是请求的一个示例.我尝试过使用wcf.js,soap.js,.NET,JAVA JAX WS(wsimport),CFX,但我还没能成功完成PING调用.

有谁能在这里给我一个亮点?我得到以下响应(.NET,节点js,JAVA):

<s:Envelope xmlns:s="http://www.w3.org/2003/05/soap-envelope" xmlns:a="http://www.w3.org/2005/08/addressing"><s:Header><a:Action s:mustUnderstand="1">http://www.w3.org/2005/08/addressing/soap/fault</a:Action><a:RelatesTo>urn:uuid:9effd4c4-2ad4-4b13-a5d2-5b387221b3d7</a:RelatesTo></s:Header><s:Body><s:Fault><s:Code><s:Value>s:Sender</s:Value><s:Subcode><s:Value xmlns:a="http://docs.oasis-open.org/ws-sx/ws-secureconversation/200512">a:BadContextToken</s:Value></s:Subcode></s:Code><s:Reason><s:Text xml:lang="en-US">The message could not be processed. This is most likely because the action 'http://edd.ca.gov/IFsetService/Ping' is incorrect or because the message contains an invalid or expired security context token or because there is a mismatch between bindings. The security context token would be invalid if the ser

a:InvaildSecurity
Run Code Online (Sandbox Code Playgroud)

在java中错误显示

[main] INFO org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean - Creating Service {http://edd.ca.gov/}IFsetServiceService
from class com.hrx.fset.model.IFsetService
org.apache.cxf.binding.soap.SoapFault: An error occurred when verifying security for the message.
javax.xml.ws.soap.SOAPFaultException: …

java xml wcf soap web-services

12
推荐指数
1
解决办法
272
查看次数

Apccelerator Titanium Bug Windows 10

我最近在Windows 10 pro笔记本电脑上安装了Appcelerator工作室.我无法运行最近创建的移动项目.控制台日志中显示以下错误:

FATAL ERROR: v8::ToLocalChecked Empty MaybeLocal.
Run Code Online (Sandbox Code Playgroud)

它似乎是节点js v8引擎.这是其他人有这个问题吗?

编辑:构建和运行项目(Web或Windows)时出现错误


    Operating System
    Name                        = Microsoft Windows 10 Pro
    Version                     = 10.0.10586
    Architecture                = 64bit
    # CPUs                      = 8
    Memory                      = 8402731008
    Node.js
    Node.js Version             = 5.6.0
    npm Version                 = 3.6.0
    Titanium CLI
    CLI Version                 = 5.0.6
    Titanium SDK
    SDK Version                 = 5.2.0.GA
    SDK Path                    = C:\ProgramData\Titanium\mobilesdk\win32\5.2.0.GA
    Target Platform             = mobileweb
    Command
    C:\Program Files\nodejs\node.exe C:\Users\User\.appcelerator\install\5.2.0\package\node_modules\titanium\lib\titanium.js build run --platform mobileweb --log-level trace --sdk 5.2.0.GA --project-dir F:\Test2 --deploy-type development --skip-js-minify --no-colors --no-progress-bars …

appcelerator node.js appcelerator-titanium appcelerator-studio

5
推荐指数
1
解决办法
976
查看次数