1. Memory leak in JBoss stackoverflow.comI 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.comI 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.comI have a web service that is using:
|
4. jBPM Web Service stackoverflow.comI 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.comIn 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.comMy 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:
Whole error: ... |
7. what soap web service engine to use on jboss? stackoverflow.comI 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.comI 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.
|
9. SAXParseException if SOAP-message contains cyrillic symbols stackoverflow.comI'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.comI 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 ... |