Posts by Ricardo Fernando • 61 points
5 posts
-
0
votes1
answer215
viewsA: Activemq in Wildfly 12
I found the problem. The attribute Resource-Adapter-name tag mdb was incorrect (was not referencing the tag ID Resource-Adapter). <mdb> <resource-adapter-ref…
-
0
votes1
answer215
viewsQ: Activemq in Wildfly 12
I am migrating an application to Wildfly 12 and I am not able to connect in my queue using Activemq. Log: 20:27:21,862 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full…
-
1
votes0
answers255
viewsQ: REST requests with HTTPS
Good morning, everyone, One can make a doubt... is the following: I have an application that is within a certified domain (HTTPS). When I consume a REST service, I get 405 return and in the browser…
-
0
votes1
answer666
viewsA: Send xmlns:xsi and xmlns:xsd namespace in the webservice Soap response
Well, I managed to find a solution to my problem (I don’t know if it would be better to leave). I downloaded the message at the time of sending through a "message handlers" and added the namespace.…
-
5
votes1
answer666
viewsQ: Send xmlns:xsi and xmlns:xsd namespace in the webservice Soap response
I have a webservice developed in java working perfectly, only that I need to send the namespace xmlns:xsi and xmlns:xsd as shown in the example below: <soap:Envelope…