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
3
votes
1 answer

Implementing push kind of technique with a Java Client and JBoss Webervices

This question is more based on design details rather than a specific programming problem. I hope that people on SO don’t mind such a question. I am working on designing an application which has two broad components. Component 1 -> Central server…
Salman A. Kagzi
  • 3,833
  • 13
  • 45
  • 64
2
votes
1 answer

Log response from webservice

I am using Jboss and jax-ws. How can I gent a similar effect to the System.setProperty("com.sun.xml.internal.ws.transport.http.client.HttpTransportPipe.dump", "true")? Thank you! Have a nice day!
Roxana
  • 1,569
  • 3
  • 24
  • 41
2
votes
1 answer

Intermittent javax.xml.ws.soap.SOAPFaultException: Unqualified {http://schemas.xmlsoap.org/soap/envelope/}Client fault

We are using JBossWS - Native (version 3.1.2) (Standard JBoss EAP 5.1 installation) and we are intermitently getting the following exception..., anyone got a clue? If I test with a few calls to the webservice it is working fine, but once deployed…
Rosdi Kasim
  • 24,267
  • 23
  • 130
  • 154
2
votes
1 answer

"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. The WSDLs and the referenced XSD files are accessible via browser and also the JUnit…
2
votes
0 answers

Jboss ws, auto decode soap message from utf

I've done servlet and deployed it into JBoss. Servlet is working as web service. All is working correctly. But, when my client sends SOAP message on server. JBoss decodes this message from UTF to ASCII. In other words, when message goes away from…
BoberCoder
  • 91
  • 2
  • 4
2
votes
1 answer

How to have a HashMap as @WebParam with JBossWS 3.1.2

I am trying to develop a web service with JBossWS 3.1.2 that has a HashMap as one of its arguments. I am using this version of JBossWS because that is what is distributed with the version of JBoss that I am using. I am using wsprovide to generate…
Lloyd Meinholz
  • 2,580
  • 1
  • 22
  • 20
2
votes
1 answer

Jboss ws wsdl issue

I have wsdl in which multiple port names and binding are defined, like below:
user309281
  • 3,025
  • 2
  • 18
  • 18
2
votes
1 answer

Soap message response body modification help

I've been playing around with web services using jbossws-cxf. I don't think the issue is with the implementation I'm using but instead how the code is generated. Here is my pojo with the annotations for a web service. package…
Matt Phillips
  • 11,249
  • 10
  • 46
  • 71
2
votes
2 answers

Allow the RSA v1.5 Key Transport Algorithm for WildFly / JBossWS / CXF / WSS4J stack

In response to a security advisory (see http://cxf.apache.org/note-on-cve-2011-1096.html) regarding the RSA v1.5 key transport algorithm, both CXF and WSS4J projects have disallowed use of all related algorithms by default. They have however…
B. Nossing
  • 21
  • 2
2
votes
0 answers

How to keep attachments in temporary file, not in memory, during web service message download on JBoss

I have the following problem on JBoss 4.2.3 and 5.1 using JBoss WS Native Stack. The web service is receiving a significant number of large attachments. When my server is receiving these attachments, they are stored in memory until the whole message…
Piotr Kochański
  • 21,862
  • 7
  • 70
  • 77
2
votes
0 answers

Can we deploy Jboss WS on tomcat server

Can we deploy Jboss WS on tomcat server I tried doing it on tomcat 7 , after including the jars for Jboss Ws , i got the error org/bboss/kernel/Kernel class not found exception , then i added a jar for jboss-kernel-2.2.0.GA.jar Please share your…
abhi
  • 621
  • 1
  • 6
  • 17
2
votes
1 answer

Getting "HTTP Status 403" in JBoss AS 6 after securing web services console

I want to web services console could be access only after user authentication. Here is what i changed in JBoss: 1. Common/deploy/jbossws-console.war/WEB-INF/web.xml - uncommented section with "A security constraint that restricts access"…
Andrzej Kasp
  • 177
  • 1
  • 2
  • 8
2
votes
1 answer

How to inject EntityManager in non-EJB based WebService?

The headline says it all: I've got a simple WebService @WebService(serviceName="G08WService", portName="G08WPort", endpointInterface = "at.fhj.itm.g08.wservice.IUserWebService") public class WService implements IUserWebService { …
Argo
  • 201
  • 3
  • 5
1
vote
0 answers

org.jboss.util.NotImplementedException Not able to call web service with jboss as the application server

I am facing a issue while calling the webservice. The exception that i am getting is shown below. I tried too many solutions available on the web like replacing the saaj jar etc but no success. Here i am using JDK 1.6.0_14 . Can java version be a…
vaibought
  • 461
  • 2
  • 6
  • 20
1
vote
1 answer

JBossWS 3.3.1 upgrade client returns HTTP 404 Not Found exception

Web service - Service is on WAS v7. Client is on JBoss v5. We recently upgraded to JBossWS 3.3.1. Since then the client is unable to communicate with the service on WAS. Without any changes to code, we get the below exception 2012-01-19…
bad potato
  • 213
  • 7
  • 17