我得到了一个websphere 9,并且需要部署基于jax-rpc的SOAP webservice。客户端拒绝升级,并要求它必须是jax-rpc,而不是jax-ws。我使用Axis1创建set服务,它列出了一组jax-rpc抱怨。service class "com.aiab.pna.webservices.PlanName" does not comply to one or more requirements of the JAX-RPC, otherwise a JAX-RPC
我有一个部署在Weblogic上的带有JAX服务的遗留应用程序。我正在尝试用嵌入式玻璃鱼创建一个测试工具,它是ScatteredEAR。SEVERE: ws.error_next_pipe
java.lang.ClassCastException: org.glassfish.webservices.monitoring.JAXRPCEndpointImpl cannot be cast to org.glassfish.webservices.monitoring.JAXWSEndp
com.argedor.ttnetMusic.recommendationWebService.Recommender" does not comply to one or more requirements of the JAX-RPCChapter 5.4 of the JAX-RPC 1.1 specification requires a value type to have a public default constructor, otherwise a JAX-RPC 1.1 compliant Web servic