一个提醒就是注意c++和java兼容的数据类型

解决方案 »

  1.   

    应该不是这个问题,java方面已经正确的解析出了参数类型和方法,而且也尝试过不带参数或者只带int类型参数的Webservice调用,还是存在这个问题。
      

  2.   

    同楼主,我现在也出现这样的问题,关注中!
    我用VC写的COM ,用soap toolkit发布成webservice,用.NET调用没有问题,但是用JAVA 的eclipse的xfire调用WSDL会出错。希望有人能解决万谢
      

  3.   

    刚刚又看了一下,我这的问题是xfire调用VC写的webservices WSDL文件报错
    schema_reference.4:failed to read schema document 'null'.
    because 1) could not find the document;
            2) the document could not be read; 
            3) the root element of the document is not <xsd:schema>.