Author |
Message
|
danf |
Posted: Mon Jan 02, 2012 8:07 am Post subject: WebSphere Message Broker Web Services runtime environment |
|
|
Novice
Joined: 26 Oct 2011 Posts: 10
|
Which web service runtime environment WMB use? |
|
Back to top |
|
 |
mqjeff |
Posted: Mon Jan 02, 2012 8:14 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
|
Back to top |
|
 |
danf |
Posted: Thu Jan 12, 2012 6:14 am Post subject: |
|
|
Novice
Joined: 26 Oct 2011 Posts: 10
|
Exceptions like this
Code: |
<Exception>org.apache.axis2.AxisFault: CWWSS6521E: El inicio de sesión ha fallado debido a una excepción: com.ibm.broker.axis2.MbSoapLoginException: WebSphere Message Broker BIP2703
at org.apache.axis2.AxisFault.makeFault(AxisFault.java:430)
at com.ibm.ws.wssecurity.handler.WSSecurityConsumerBase.invoke(WSSecurityConsumerBase.java:132)
at com.ibm.ws.wssecurity.handler.WSSecurityConsumerHandler._invoke(WSSecurityConsumerHandler.java:518)
at com.ibm.ws.wssecurity.handler.WSSecurityConsumerHandler.invoke(WSSecurityConsumerHandler.java:221)
at org.apache.axis2.engine.Phase.invoke(Phase.java:318)
at org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:268)
at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:175)
at com.ibm.broker.axis2.Axis2Invoker.processInboundRequest(Axis2Invoker.java:3165)
at com.ibm.broker.axis2.Axis2Invoker.invokeAxis2(Axis2Invoker.java:2834)
at com.ibm.broker.axis2.TomcatNodeRegistrationUtil.invokeAXIS2(TomcatNodeRegistrationUtil.java:474)
Caused by: com.ibm.wsspi.wssecurity.core.SoapSecurityException: CWWSS6521E: El inicio de sesión ha fallado debido a una excepción: com.ibm.broker.axis2.MbSoapLoginException: WebSphere Message Broker BIP2703
at com.ibm.wsspi.wssecurity.core.SoapSecurityException.format(SoapSecurityException.java:136)
at com.ibm.ws.wssecurity.wssapi.token.impl.CommonTokenConsumer.getSoapSecurityException(CommonTokenConsumer.java:642)
at com.ibm.ws.wssecurity.wssapi.token.impl.CommonTokenConsumer.invoke(CommonTokenConsumer.java:433)
at com.ibm.ws.wssecurity.core.WSSConsumer.callTokenConsumer(WSSConsumer.java:2412)
at com.ibm.ws.wssecurity.core.WSSConsumer.callTokenConsumer(WSSConsumer.java:2233)
at com.ibm.ws.wssecurity.core.WSSConsumer.invoke(WSSConsumer.java:791)
at com.ibm.ws.wssecurity.handler.WSSecurityConsumerBase.invoke(WSSecurityConsumerBase.java:111)
... 8 more</Exception> |
meke me think that use Axis2... |
|
Back to top |
|
 |
mqjeff |
Posted: Thu Jan 12, 2012 6:18 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Why are you trying to find out this information?
What use of it are you planning? |
|
Back to top |
|
 |
Vitor |
Posted: Thu Jan 12, 2012 6:41 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
mqjeff wrote: |
Why are you trying to find out this information?
What use of it are you planning? |
I suspect much the same use as here, where the poster was intending to access a WMQ queue directly from inside a Java node. Specifically the OP is planning to use WMB as if it's WAS & the JCN is an applet, receiving web service calls directly and going roughshod over the WMB engineering.
Maybe that's just me. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
danf |
Posted: Thu Jan 12, 2012 7:51 am Post subject: |
|
|
Novice
Joined: 26 Oct 2011 Posts: 10
|
Thank you guys for your reply.
I have a client who asked me the question and didn´t find information anywhere. Just that, nothing more. |
|
Back to top |
|
 |
Vitor |
Posted: Thu Jan 12, 2012 7:59 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
danf wrote: |
I have a client who asked me the question and didn´t find information anywhere. |
That's because the information is valueless, or at least redundant.
Presumably your client is the kind of guy who hovers over the repairman fixing his cable asking what percentage of copper is in the shield, and how thick the dielectric insulator is... _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
mqjeff |
Posted: Thu Jan 12, 2012 8:02 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Yeah.... It's not documented, and there's some internal differences.
SOAP nodes use AXIS 2.
HTTP nodes don't.
So, again, you need to assume that it's 'Broker' and not AXIS or anything else. |
|
Back to top |
|
 |
danf |
Posted: Thu Jan 12, 2012 10:41 am Post subject: |
|
|
Novice
Joined: 26 Oct 2011 Posts: 10
|
Thanks mqjef.
I´m very grateful for those answers that clarify my doubts. |
|
Back to top |
|
 |
|