Questions tagged [jbossws]

JBossWS features include many specifications / standards implementations as well as additional features, options, tools to improve ease of use, endpoint management and monitoring, etc.

JBossWS features include many specifications / standards implementations as well as additional features, options, tools to improve ease of use, endpoint management and monitoring, etc.

81 questions
0
votes
0 answers

Unable to deploy axis webservices on wildfly

I have an application that was running on Tomcat and for some reasons, I have to migrate it on wildfly 9. The problem is that when I access web services it gives me an error of type : 09:29:03,305 DEBUG [org.apache.axis.ConfigurationException]…
0
votes
1 answer

jbossws webservice endpoint

I have developed a simple webservice implementation using top-down approach, created a war and deployed in jboss4.2.2GA, in windows environment. I am able to see my webservice having registered end point, in http://localhost:8080/jbossws/services.…
user309281
  • 3,025
  • 2
  • 18
  • 18
0
votes
2 answers

Calling web service from another ejb on startup

Using jboss-esb 5.1.0.GA I have a web service that an EJB that I have makes calls on when it is started. This EJB may be installed in the same JBoss instance as the web service. If I start JBoss, let it come up completely, then deploy my EJB into…
Rob Goodwin
  • 2,676
  • 2
  • 27
  • 47
0
votes
1 answer

Implementing WS-Security Using JBoss EAP 6.3 - Dfiferences between 6.3 and 7?

Recently I worked out a SOAP Web Service/WS-Security solution using JBoss EAP 7 and its JBossWS version (with CXF). This reference was very helpful: https://docs.jboss.org/author/display/JBWS/WS-Security The solution is based on a WSDL file that…
0
votes
3 answers

WSDL based webservices on Wildfly

I am trying to create a simple WSDL based webservice to be deployed on Wildfly using Apache CXF. I tried the standard web.xml, cxf-servlet.xml configurations with the wsdl file but the server gave me the following error Apache CXF library…
Nova Guy
  • 505
  • 2
  • 9
  • 16
0
votes
1 answer

Creating Webservices from EJB 3.0 JBoss developer studio with EAP 6.2

Getting issue when generating client - A class/interface with the same name "exercise.order.bean.GetAccountResp onse" is already in use. Use a class customization to resolve this conflict. line 22 of /exWeb/BusinessBean?wsdl Here is wsdl - …
0
votes
1 answer

Unable to find/alter default configuration for log4j when using JBossWS on client-side web services

I created a web service client using JBossWS and am now having problems with logging. There seems to be some kind of default logging configuration being used (it is ignoring my log4j.properties file entirely), but I can't find where it is getting…
Oliver
  • 31
  • 2
0
votes
1 answer

Can't generate java code from WSDL

I want to generate java code from wsdl for my jbossws client. I am using Intelij Idea 12 Here is the procedure I followed. Right click on the package > webservices > generate java code from wsdl but it only creates a file same as wsdl not java code…
Channa
  • 3,267
  • 7
  • 41
  • 67
0
votes
2 answers

Deployment warning for JBoss 4.0.4 WARN [SchemaTypeCreator] JAX-RPC does not allow collection types skipping:

My web service can deploy and work fine with JBoss 5.0 but it gives above warning when try to deploy on JBoss 4.0.4 for following method @WebMethod public AccountSummary getAccountSummaryForCustomer(String customerID) { …
Channa
  • 3,267
  • 7
  • 41
  • 67
0
votes
1 answer

jbossws webservice throwing exception from another spring based application

I have picked an example from jboss ‘helloworld-ws’. I created a client spring based web application helloworld-ws-test. Then I created a webservice client through jboss webservice client (it also create one sample client with main method). I deploy…
0
votes
1 answer

Communicating to a webservice from behind a proxy requesting basic authentication

I have generated a Web Serice client stub from a WSDL file using WSConsume. The Generated stub is then used in Client code to send data to the web service. This all works fine. i.e. The client is able to communicate to web service and exchange data…
Salman A. Kagzi
  • 3,833
  • 13
  • 45
  • 64
0
votes
1 answer

How portable/compatible is JBossWS-CXF?

How portable or compatible is JBossWS-CXF? My impression is that it is a "hybrid" because of a statement on the JBoss web site that states that it supports "almost all" of the features of CXF. If the goal is to produce services packaged as SAR…
naql
  • 25
  • 5
0
votes
2 answers

WebService/SLSB a Singleton in JBossWS?

I am using the JAX-WS "WebService" annotation on a class to expose its "WebMethod"s as a web service. The class is denoted as the servlet class handling calls to "/MyService". As essentially a servlet, I would expect an instance of this class to be…
Rintoul
  • 823
  • 2
  • 13
  • 16
0
votes
1 answer

install jbossws-cxf-3.4.0.GA on jboss51.GA and deploy webService

After upgrading to jbossws-cxf-3.4.0.GA on Jboss 5.1GA I can't deploy any webService applications on this Jboss; java.lang.NoClassDefFoundError: org/jboss/wsf/common/KernelAwareSPIFactory is written in log file. The following error is…
JiboOne
  • 1,438
  • 4
  • 22
  • 55
0
votes
1 answer

JBOSS WS regex ampersand

I'm new to web-services and I encountered a problem. There is a web-service running on JBOSS 6, when on client side we send data with '&' we encounter such error 'The entity name must immediately follow the '&' in the entity reference' ? Couldn't…
Yermek Makulbek
  • 59
  • 1
  • 1
  • 4