新书推介:《语义网技术体系》
作者:瞿裕忠,胡伟,程龚
   XML论坛     W3CHINA.ORG讨论区     计算机科学论坛     SOAChina论坛     Blog     开放翻译计划     新浪微博  
 
  • 首页
  • 登录
  • 注册
  • 软件下载
  • 资料下载
  • 核心成员
  • 帮助
  •   Add to Google

    >> Web服务(Web Services,WS), 语义Web服务(Semantic Web Services, SWS)讨论区: WSDL, SOAP, UDDI, DAML-S, OWL-S, SWSF, SWSL, WSMO, WSML,BPEL, BPEL4WS, WSFL, WS-*,REST, PSL, Pi-calculus(Pi演算), Petri-net,WSRF,
    [返回] 中文XML论坛 - 专业的XML技术讨论区W3CHINA.ORG讨论区 - Web新技术讨论『 Web Services & Semantic Web Services 』 → 新手!!请教一个用uddi4j运行saveBusinessExample的错误 查看新帖用户列表

      发表一个新主题  发表一个新投票  回复主题  (订阅本版) 您是本帖的第 10781 个阅读者浏览上一篇主题  刷新本主题   树形显示贴子 浏览下一篇主题
     * 贴子主题: 新手!!请教一个用uddi4j运行saveBusinessExample的错误 举报  打印  推荐  IE收藏夹 
       本主题类别:     
     pandaann 帅哥哟,离线,有人找我吗?
      
      
      等级:大一新生
      文章:0
      积分:52
      门派:XML.ORG.CN
      注册:2007/9/18

    姓名:(无权查看)
    城市:(无权查看)
    院校:(无权查看)
    给pandaann发送一个短消息 把pandaann加入好友 查看pandaann的个人资料 搜索pandaann在『 Web Services & Semantic Web Services 』的所有贴子 引用回复这个贴子 回复这个贴子 查看pandaann的博客楼主
    发贴心情 新手!!请教一个用uddi4j运行saveBusinessExample的错误

    我在运行uddi4j目录下的SaveBusinessExample.java时,出现如下异常:
    *********** Running SaveBusinessExample ***********

    Get authtoken
    org.uddi4j.transport.TransportException: no protocol: <?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soapenv:Body>
      <authToken generic="2.0" operator="jUDDI.org" xmlns="urn:uddi-org:api_v2">
       <authInfo>authToken:E3AE1C30-6669-11DC-AA1E-AEFAD1C24DCB</authInfo>
      </authToken>
    </soapenv:Body>
    </soapenv:Envelope>
     at org.uddi4j.transport.ApacheSOAPTransport.send(ApacheSOAPTransport.java:88)
     at org.uddi4j.transport.TransportBase.send(TransportBase.java:57)
     at org.uddi4j.client.UDDIProxy.send(UDDIProxy.java:1942)
     at org.uddi4j.client.UDDIProxy.get_authToken(UDDIProxy.java:1626)
     at panda.SaveBusinessExample.run(SaveBusinessExample.java:74)
     at panda.SaveBusinessExample.main(SaveBusinessExample.java:52)

    Nested exception:
    [SOAPException: faultCode=SOAP-ENV:Client; msg=no protocol: <?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soapenv:Body>
      <authToken generic="2.0" operator="jUDDI.org" xmlns="urn:uddi-org:api_v2">
       <authInfo>authToken:E3AE1C30-6669-11DC-AA1E-AEFAD1C24DCB</authInfo>
      </authToken>
    </soapenv:Body>
    </soapenv:Envelope>; targetException=java.net.MalformedURLException: no protocol: <?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soapenv:Body>
      <authToken generic="2.0" operator="jUDDI.org" xmlns="urn:uddi-org:api_v2">
       <authInfo>authToken:E3AE1C30-6669-11DC-AA1E-AEFAD1C24DCB</authInfo>
      </authToken>
    </soapenv:Body>
    </soapenv:Envelope>]
     at org.apache.soap.messaging.Message.receiveEnvelope(Message.java:144)
     at org.uddi4j.transport.ApacheSOAPTransport.send(ApacheSOAPTransport.java:79)
     at org.uddi4j.transport.TransportBase.send(TransportBase.java:57)
     at org.uddi4j.client.UDDIProxy.send(UDDIProxy.java:1942)
     at org.uddi4j.client.UDDIProxy.get_authToken(UDDIProxy.java:1626)
     at panda.SaveBusinessExample.run(SaveBusinessExample.java:74)
     at panda.SaveBusinessExample.main(SaveBusinessExample.java:52)
    Caused by: java.net.MalformedURLException: no protocol: <?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soapenv:Body>
      <authToken generic="2.0" operator="jUDDI.org" xmlns="urn:uddi-org:api_v2">
       <authInfo>authToken:E3AE1C30-6669-11DC-AA1E-AEFAD1C24DCB</authInfo>
      </authToken>
    </soapenv:Body>
    </soapenv:Envelope>
     at java.net.URL.<init>(Unknown Source)
     at java.net.URL.<init>(Unknown Source)
     at java.net.URL.<init>(Unknown Source)
     at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.setupCurrentEntity(Unknown Source)
     at com.sun.org.apache.xerces.internal.impl.XMLVersionDetector.determineDocVersion(Unknown Source)
     at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
     at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
     at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
     at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(Unknown Source)
     at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(Unknown Source)
     at org.apache.soap.util.xml.XMLParserUtils.parse(XMLParserUtils.java:323)
     at org.apache.soap.util.xml.XMLParserUtils.parse(XMLParserUtils.java:247)
     at org.apache.soap.messaging.Message.receiveEnvelope(Message.java:127)
     at org.uddi4j.transport.ApacheSOAPTransport.send(ApacheSOAPTransport.java:79)
     at org.uddi4j.transport.TransportBase.send(TransportBase.java:57)
     at org.uddi4j.client.UDDIProxy.send(UDDIProxy.java:1942)
     at org.uddi4j.client.UDDIProxy.get_authToken(UDDIProxy.java:1626)
     at panda.SaveBusinessExample.run(SaveBusinessExample.java:74)
     at panda.SaveBusinessExample.main(SaveBusinessExample.java:52)

    请问这个问题如果解决??


       收藏   分享  
    顶(1)
      




    点击查看用户来源及管理<br>发贴IP:*.*.*.* 2007/9/19 12:40:00
     
     jing0228 美女呀,离线,快来找我吧!
      
      
      等级:大一新生
      文章:0
      积分:54
      门派:XML.ORG.CN
      注册:2007/12/5

    姓名:(无权查看)
    城市:(无权查看)
    院校:(无权查看)
    给jing0228发送一个短消息 把jing0228加入好友 查看jing0228的个人资料 搜索jing0228在『 Web Services & Semantic Web Services 』的所有贴子 引用回复这个贴子 回复这个贴子 查看jing0228的博客2
    发贴心情 
    我碰上了同样的问题,有高手能帮着解决吗?先谢了
    点击查看用户来源及管理<br>发贴IP:*.*.*.* 2007/12/5 17:05:00
     
     bandaotiehe 美女呀,离线,快来找我吧!
      
      
      等级:大一(猛啃高等数学)
      文章:18
      积分:139
      门派:XML.ORG.CN
      注册:2008/8/25

    姓名:(无权查看)
    城市:(无权查看)
    院校:(无权查看)
    给bandaotiehe发送一个短消息 把bandaotiehe加入好友 查看bandaotiehe的个人资料 搜索bandaotiehe在『 Web Services & Semantic Web Services 』的所有贴子 引用回复这个贴子 回复这个贴子 查看bandaotiehe的博客3
    发贴心情 
    顶啊   有谁解决了这个问题啊  谢谢了啊
    点击查看用户来源及管理<br>发贴IP:*.*.*.* 2008/8/26 9:42:00
     
     bandaotiehe 美女呀,离线,快来找我吧!
      
      
      等级:大一(猛啃高等数学)
      文章:18
      积分:139
      门派:XML.ORG.CN
      注册:2008/8/25

    姓名:(无权查看)
    城市:(无权查看)
    院校:(无权查看)
    给bandaotiehe发送一个短消息 把bandaotiehe加入好友 查看bandaotiehe的个人资料 搜索bandaotiehe在『 Web Services & Semantic Web Services 』的所有贴子 引用回复这个贴子 回复这个贴子 查看bandaotiehe的博客4
    发贴心情 
    再顶啊,没人解决吗
    点击查看用户来源及管理<br>发贴IP:*.*.*.* 2008/8/29 10:32:00
     
     renjianhua1981 帅哥哟,离线,有人找我吗?
      
      
      等级:大一新生
      文章:4
      积分:68
      门派:XML.ORG.CN
      注册:2009/5/22

    姓名:(无权查看)
    城市:(无权查看)
    院校:(无权查看)
    给renjianhua1981发送一个短消息 把renjianhua1981加入好友 查看renjianhua1981的个人资料 搜索renjianhua1981在『 Web Services & Semantic Web Services 』的所有贴子 引用回复这个贴子 回复这个贴子 查看renjianhua1981的博客5
    发贴心情 
    那位高手能解决上面的问题啊,说说啊。谢谢了。
    点击查看用户来源及管理<br>发贴IP:*.*.*.* 2009/7/8 22:20:00
     
     kizi 美女呀,离线,快来找我吧!
      
      
      等级:大一新生
      文章:5
      积分:80
      门派:XML.ORG.CN
      注册:2008/11/4

    姓名:(无权查看)
    城市:(无权查看)
    院校:(无权查看)
    给kizi发送一个短消息 把kizi加入好友 查看kizi的个人资料 搜索kizi在『 Web Services & Semantic Web Services 』的所有贴子 引用回复这个贴子 回复这个贴子 查看kizi的博客6
    发贴心情 
    我也碰到同样的问题,高手快来帮忙啊
    点击查看用户来源及管理<br>发贴IP:*.*.*.* 2009/10/18 13:58:00
     
     GoogleAdSense
      
      
      等级:大一新生
      文章:1
      积分:50
      门派:无门无派
      院校:未填写
      注册:2007-01-01
    给Google AdSense发送一个短消息 把Google AdSense加入好友 查看Google AdSense的个人资料 搜索Google AdSense在『 Web Services & Semantic Web Services 』的所有贴子 访问Google AdSense的主页 引用回复这个贴子 回复这个贴子 查看Google AdSense的博客广告
    2025/4/20 14:31:53

    本主题贴数6,分页: [1]

    管理选项修改tag | 锁定 | 解锁 | 提升 | 删除 | 移动 | 固顶 | 总固顶 | 奖励 | 惩罚 | 发布公告
    W3C Contributing Supporter! W 3 C h i n a ( since 2003 ) 旗 下 站 点
    苏ICP备05006046号《全国人大常委会关于维护互联网安全的决定》《计算机信息网络国际联网安全保护管理办法》
    617.188ms