在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
下面是JBoss的一个SSO的例子片断:
不难看出在一个Service中,提供了不同的类,以及WebMethod。 但如果在ASP.NET Web Service中直接登记2个会出现下列错误: Parser ErrorDescription: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
<service name="SSOService"> <port binding="tns:NodeServiceBinding" name="NodeServicePort"> <soap:addresslocation="http://win2003/sso2/service/NodeService" /> </port> <port binding="tns:UserServiceBinding" name="UserServicePort"> <soap:addresslocation="http://win2003/sso2/service/UserService" /> </port> <port binding="tns:RoleServiceBinding" name="RoleServicePort"> <soap:addresslocation="http://win2003/sso2/service/RoleService" /> </port> </service> |
请发表评论