jboss « soap « Java Enterprise Q&A





1. Memory leak in JBoss    stackoverflow.com

I am having a very strange behavior in JBoss, and I'd like avail myself of the Collective Wisdom of the SO Crowd. We're using JBoss (4.0.4 I think) to serve SOAP calls. ...

2. JBoss 4.2.2 web service soap:address    stackoverflow.com

I have an EJB3 bean deployed as a web service in JBoss 4.2.2. In production the server is behind an Apache server that redirects requests to the Jboss server. This makes ...

3. Need a java webservice tutorial and how to make a web service secure    stackoverflow.com

I have a web service that is using:

  • Java (familiar)
  • SOAP (new to me)
  • JBOSS (new to me)
The web service is currently unsecure. My task is to make it secure using https (ssl ...

4. jBPM Web Service    stackoverflow.com

I ve got a question regarding jBPM. In one of our projects I developed an enterprise service (.Net) that other systems (jBPM, Delphi, etc.) should receive data from. For this I ...

5. get 502 bad gateway error when calling a webservice    stackoverflow.com

In my SEAM web application running under JBOSS-AS 4.2.3 there is a plain SOAP message call to a webservice, using SOAPConnection.call(). The call ends up with a org.jboss.remoting.CannotConnectException: Can not connect http client ...

6. setProperty must be overridden by all subclasses of SOAPMessage    stackoverflow.com

My environment is: Windows7 32, jboss-5.1.0.GA, jdk1.6.0_20. When trying to run a SOAP-message I get the following error:
In short:

#java.lang.UnsupportedOperationException: setProperty must be overridden by all subclasses of SOAPMessage
Whole error: ...

7. what soap web service engine to use on jboss?    stackoverflow.com

I am developing a soap based middle-tier web service on jboss platform and would like to know, what engine or framework is the most matured or common for Enterprise level ? So ...

8. SOAP value null because of different namespaces, JBoss 4.2.3GA    stackoverflow.com

I have two responses that are interpreted differently by JAXWS, while calling web service. When I receive response like the one bellow, everything works fine, and SubscriptionDetail object is not null.

<soapenv:Envelope xmlns:soapenv='http://schemas.xmlsoap.org/soap/envelope/'>
<soapenv:Body>
 ...

9. SAXParseException if SOAP-message contains cyrillic symbols    stackoverflow.com

I'm using JBoss 6 to process SOAP messages in a servlet. I need to use cyrillic symbols in SOAP messages, but if a SOAP message contains cyrillic symbols the SAX-parser determines characters ...





10. using apache soap webservice in jboss    coderanch.com

11. JBoss client to soap encoded operation    coderanch.com

I need to make a web service client call from a web app running in 4.2.3 JBoss. The web service uses soap encoding. I have read that JAX-RPC from JWSDP is one of the only libraries that implements soap encoding so I have tried to use it. I have included JWSDP JARs[1] in my EAR's lib directory, but when I call ...