[Wildfly 8.2.0] Securing webservicesHi, I'm trying to secure webservices with a custom policy. I have no errors when starting Wildfly but the policy is not included in the WSDL. We have an EAR structure project. The interface is in another JAR...
Thread Cannot create a secure XMLInputFactory (JBoss 5.1 AS)
Cannot create a secure XMLInputFactory (JBoss 5.1 AS)I am trying to generate a "Java Bean Skeleton" from a wsdl file using Apache CXF 2.7. I was following this tutorial: kaustuv's blog: Web Services example using CXF & JBOSS but have encountered an error on my end w...
Thread Issue with Webservice project with Apache CXF deployed into Jboss EAP 6
Issue with Webservice project with Apache CXF deployed into Jboss EAP 6I have WebService Endpoint Project(Service Project) built on Apache CXF and which is working fine when I tested with Tomcat and VMware Fabric Server(comes with Spring STS IDE). I could able run WSDLs up and running. B...
Reg commands for JBOSS FuseHi Team, I am new to Fuse. Could you please let me know if there are any resource for commands which we are using in JBOSS Fuse. or any jboss fuse tutorilas where I an get all the commands which are very frequently us...
Thread Migrating a WS frm Jboss 4.2.2 to Jboss 7.1
Migrating a WS frm Jboss 4.2.2 to Jboss 7.1Tryign to nigrate an existing WS from Jboss 4.4.2 to Jbss 7.1 Final and gettign a lot of issues. My code is below. @WebService (name="OasService", serviceName="OasServiceService", targetNamespa...
Thread How to Disable Chunked encoding in jboss 6.1 eap?
How to Disable Chunked encoding in jboss 6.1 eap?15:16:47,679 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/fims].[default]] (http-/127.0.0.1:8080-1) JBWEB000236: Servlet.service() for servlet default threw exception: org.apache.cxf.bind...
Apache CXF LoggingFeature - LoggingInInterceptor issue.I have problem when trying to intercept the requests and responses before printing the log. I would like to intercept the request message before being print in the log, to handle some values and masking them because a...
Thread Blank Field 'Unmarshalling Error' while invoking webservice
Blank Field 'Unmarshalling Error' while invoking webserviceWe are migrating our existing webservices from websphere to JBOSS EAP 6.3. Services used to work fine in websphere but after migration to JBOSS EAP 6.3 we are facing lot of issues wro Unmarshalling. If client tries to...
Thread cxf multipart requests are "400 Bad Request".
cxf multipart requests are "400 Bad Request".Hi, I am investigating the cause of errors in the server.log when running a benchmark. On the client side I tried two app servers runtimes. EAP 6.4.0.GA and Wildfly 9.0.1.Final. On the server side I tried EAP...
Thread android ksoap2 and jboss eap 6.2 webservice call problems
android ksoap2 and jboss eap 6.2 webservice call problemsHi to all, i developed a simple webservice with jboss developer studio and try to call it from a simple android app with ksoap library the problem is that if i call the webservice from a sinmple web app with axis t...
Thread Apache-CXF client failing to bind runtime on JBOSS EAP 6.3
Apache-CXF client failing to bind runtime on JBOSS EAP 6.3Hi all, I have a war deployed on the Jboss EAP 6.3 that has a client jar generated using the "org.jboss.ws.cxf:jbossws-cxf-client" maven plugin. The war is made portable removing any apache-cxf stuff and relat...
Thread cxf webservice client deploy on JBoss and kerberos authentication
cxf webservice client deploy on JBoss and kerberos authenticationI have a cxf webservice client deploy on JBoss 7.1 . The client need to do kerberos authentication with the remote web service (use a keytab file).My application and the remote web service share the same Active direct...
Moving to JBossWS-CXF in AS 6 FinalKuntal Mondal wrote on https://issues.jboss.org/browse/JBAS-8779 : Alessio - thanks a lot for responding to this issue. I am not using anything very specific to JBossWS-Metro and will be happy to u...
What do I need to host web services?I want to try out JBoss. Currently I have CXF based web services running off off Tomcat. To get a leg-in to JBoss Fuse, what exactly do I need to download? I am confused between EAP and Web Server? T...
double slashes in webservices addresshi. i am using jboss5.1.GA (jdk-6) and jbossws-cxf-3.4.0. i created a web service named TestWS; and i added to web.xml as; <servlet> <display-name>TestWS</display-name> <...
Thread How to correctly change javax.xml.ws.spi.Provider?
How to correctly change javax.xml.ws.spi.Provider?Hi, everyone! Recently I started to learn Switchyard 2.0 (on Wildfly 8.1) and I needed to configure JAX-WS client (Proxy, SSL, SOAP Interceptors etc.). I found that since version 2.0 of Switchyard I can use cx...