java-metro-framework
Request format for communicating with STS
I am trying to connect to MS-Dynamics web service which requires STS based (using windows live id) token. The WSDL contains all the details for getting the token. (wsdl can be seen at https://contoso.[详细]
2023-03-12 13:27 分类:问答Java WebService Security
i implementing Java WebService with JAX-WS and no开发者_JAVA百科w need to secure my webservice with username and password when requester call webService , i need solution that send username and passwo[详细]
2023-03-11 08:50 分类:问答Problem using metro webservice stack with JBoss
I am using Metro 2.1 together with JBoss 4.2.2. The application deploys without errors but when I try to access a WebService I get the following error:[详细]
2023-03-11 03:40 分类:问答Can I use the JAXB2 Basics plugin with the MOXy JAXB implementation from EclipseLink? If not, is there an alternate?
Ultimately I want JAXB to generate hashCode and equals implementations. The JAXB2 Basics plugin does that and it works fine for the Metro JAXB implementation in the JDK but fails with MOXy.[详细]
2023-03-08 13:11 分类:问答How to generate strongly typed schema in Metro
I have an XSD describing the service in some legacy system (lets call it A24). We use JAXB to translate this XSD to开发者_开发百科 Java POJOs, then we generate the @WebService annotated Web service cl[详细]
2023-03-07 14:32 分类:问答How to use CXF instead of Metro?
How to use Apache CXF instead of Metro (it\'s JDK 6) in a Maven project? What dependencies do I need to use and what file to create in META-INF/services? I can\'t find this information in CXF site...[详细]
2023-03-06 23:32 分类:问答WSServlet ClassNotFoundException error on Tomcat 7.0.11 using Metro 2.1
I\'m trying to create a simple webservice using Tomcat 7.0.11 on Windows Server 2008 R2 using Metro 2.1. I\'m coming from a C#/WCF background trying to get a better understanding on web service intero[详细]
2023-03-06 12:52 分类:问答"org.xml.sax.SAXParseException: Premature end of file." while parsing schema
I\'m writing a webservice client running on Linux JBoss 5.0.1 / JBossWS Native 3.1.1 which is calling a service running on a Windows Tomcat 6.0.29 / Metro Stack.[详细]
2023-03-05 20:43 分类:问答Is there any way to implement ws-security in metro via annotations?
Since i do not want to create a lot of wsit fi开发者_如何学运维les to enable security (encryption of message and authentication of users) and i do not want to use netbeans to use the metro plugin ther[详细]
2023-03-04 08:59 分类:问答How to use @Resource WebServiceContext injection with Spring's @Transactional
I hava a Metro jax-ws webservice that looks more or less like this: @WebService @Transactional public class UserManagementServiceImpl {[详细]
2023-03-01 03:27 分类:问答