flash builder通过数据/服务连接webservice时发生错误。
问题是这样的。我写了一个webservice,把实体类employee和接口employeedaoservice放在同一目录下的话。通过flashbuilder中的数据/服务。选择web项目,就能在客户端自动生成服务器的employee.as实体。当我把接口和实体放在不同的包下面时,按照上面的步骤,发现连接时会报错误
错误如下: src-resolve.4.2: Error resolving component 'ns1:ArrayOfEmployee'. It was detected that 'ns1:ArrayOfEmployee' is in namespace 'http://employee', but components from this namespace are not referenceable from schema document 'http://localhost:8080/spring_hibernate01/services/getEmployee?WSDL'. If this is the incorrect namespace, perhaps the prefix of 'ns1:ArrayOfEmployee' needs to be changed. If this is the correct namespace, then an appropriate 'import' tag should be added to 'http://localhost:8080/spring_hibernate01/services/getEmployee?WSDL'.
请问这是怎么回事啊? --------------------编程问答-------------------- 我也碰到了 楼主最后是怎么解决的
补充:.NET技术 , Web Services