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

Unable to call JAX-WS client deployed on JBoss 7.1.1

I have a generated jax-ws web service client that runs fine when I run it as a java standalone project. However if I add it to a web application (war) deployed on JBoss 7.1.1 and call the web service it throws the following exception: Caused by:…
Adrian Mitev
  • 4,722
  • 3
  • 31
  • 53
0
votes
1 answer

How does WS-addressing create "Stateful" Endpoints (JBossWS)

So reading JBoss administration guide I see that WS-addressing is used to create "stateful endpoints." I understand that WS-addressing creates a standard for specifying the messaging routing data within the SOAP headers of a web service... but I'm…
Nicholas DiPiazza
  • 10,029
  • 11
  • 83
  • 152
0
votes
1 answer

Developing a Java based web service client

I have a couple of web services running on JBoss 5.1.0 GA with JBossWs native stack (shipped with JBoss 5.1.0 GA binary) These web services are simple POJO services. Many of the WebMethods exposed by the services are of Complex Object type (I call…
Salman A. Kagzi
  • 3,833
  • 13
  • 45
  • 64
0
votes
1 answer

Creating webservice and client with JBossWS using Complex objects as arguments and return types

I am developing a WebService and Client for it using JBoss 5.1.0GA. The JBossWs stack was already preinstalled with the binary that I downloaded and as I understand it is JBossWs 3.1.2GA I have developed a web service using this setup and have also…
Salman A. Kagzi
  • 3,833
  • 13
  • 45
  • 64
-1
votes
1 answer

non http request and response in servlet

I'm running a simple servlet in eclipse using jboss. While I'm deploying I get the following errors: 09:34:29,062 ERROR [[ServletExample]] Servlet.service() for servlet ServletExample threw exception javax.servlet.ServletException: non-HTTP…
renuka
  • 1
  • 2
-1
votes
1 answer

How do I resolve this IOException when converting a XML request/response to a String?

I receive the following exception when I try to convert a soap message into a string: java.io.IOException: The serializer class 'org.apache.xml.serializer.ToXMLStream' does not implement org.xml.sax.ContentHandler. at…
John
  • 73
  • 7
1 2 3 4 5
6