含雪幸福

导航

 

报错的来源是:

<?xml version="1.0" encoding="UTF8"?>

 

解决方案::,一般是WSDL的头文件的格式出了问题,比如说有空格,回车等等还有上面不能有行。

这样的问题最好是事先备好web.xml,然后直接paste你要的东西 就OK 不需要太纠结!反正不影响程序运行

posted on 2016-06-23 15:06  含雪幸福  阅读(558)  评论(0)    收藏  举报
 
/*生成博客目录的CSS*/ #uprightsideBar{ font-size:12px; font-family:Arial, Helvetica, sans-serif; text-align:left; position:fixed;/*将div的位置固定到距离top:50px,right:0px的位置,这样div就会处在最右边的位置,距离顶部50px*/ top:50px; right:0px; width: auto; height: auto; } #sideBarTab{ float:left; width:30px; border:1px solid #e5e5e5; border-right:none; text-align:center; background:#ffffff; } #sideBarContents{ float:left; overflow:auto; overflow-x:hidden;!important; width:200px; min-height:108px; max-height:460px; border:1px solid #e5e5e5; border-right:none; background:#ffffff; } #sideBarContents dl{ margin:0; padding:0; } #sideBarContents dt{ margin-top:5px; margin-left:5px; } #sideBarContents dd, dt { cursor: pointer; } #sideBarContents dd:hover, dt:hover { color:#A7995A; } #sideBarContents dd{ margin-left:20px; }