Unable to open my web service tester page from net beans, i am getting a error (see the attached image).
But i am able to go to the tester page from the admin console with the same URL.
Is that any problem with creation of WSDL ?
Unable to open my web service tester page from net beans, i am getting a error (see the attached image).
But i am able to go to the tester page from the admin console with the same URL.
Is that any problem with creation of WSDL ?
我不完全确定这里发生了什么。我偶尔也会得到这个。取消部署,然后清理和构建项目以及重新部署总是倾向于为我解决它。
您的问题已在此地址得到解答。
回答 :
<jvm-options>-Duser.language=tr-TR</jvm-options>
<jvm-options>-Xrs</jvm-options>
<jvm-options>-Dfile.encoding=UTF8</jvm-options>
<jvm-options>-Dcom.sun.metro.soap.dump=true</jvm-options>
<jvm-options>-Djavax.xml.accessExternalSchema=all</jvm-options>
将以上代码添加“glassfish-4.0\glassfish\domains\domain1\config\domain.xml”目录。
前任:
1-)
.
.
.
<jvm-options>-Dfelix.fileinstall.bundles.startTransient=true</jvm-options>
<jvm-options>-Dfelix.fileinstall.disableConfigSave=false</jvm-options>
<jvm-options>-XX:NewRatio=2</jvm-options>
<jvm-options>-Duser.language=tr-TR</jvm-options>
<jvm-options>-Xrs</jvm-options>
<jvm-options>-Dfile.encoding=UTF8</jvm-options>
<jvm-options>-Dcom.sun.metro.soap.dump=true</jvm-options>
<jvm-options>-Djavax.xml.accessExternalSchema=all</jvm-options>
.
.
.
2-)
.
.
.
<jvm-options>-Dfelix.fileinstall.bundles.startTransient=true</jvm-options>
<jvm-options>-Dfelix.fileinstall.disableConfigSave=false</jvm-options>
<jvm-options>-Duser.language=tr-TR</jvm-options>
<jvm-options>-Xrs</jvm-options>
<jvm-options>-Dfile.encoding=UTF8</jvm-options>
<jvm-options>-Dcom.sun.metro.soap.dump=true</jvm-options>
<jvm-options>-Djavax.xml.accessExternalSchema=all</jvm-options>
.
.
.
如果部署和取消部署不起作用>>
去tools->options
。
选择网络浏览器,代理设置中没有代理,然后单击测试连接。
如果连接是OK
,则部署 Web 服务并进行测试。测试页面现在应该打开了。
我有这个问题,我解决了它..
打开 Web Service Tester 页面后。