[jboss-user] [JBoss Web Services] New message: "Re: Unable to verify SOAP packet encryption"

Keshav Savant do-not-reply at jboss.com
Mon Mar 1 05:53:05 EST 2010


User development,

A new message was posted in the thread "Unable to verify SOAP packet encryption":

http://community.jboss.org/message/529095#529095

Author  : Keshav Savant
Profile : http://community.jboss.org/people/kcsavant

Message:
--------------------------------------------------------------
Hi Peter,
Thanks for your reply. My SOAP packet is not getting encrypted at all. I am pasting extract from my server.log that shows my SOAP packet
 
2010-03-01 16:17:13,348 TRACE [org.jboss.ws.core.MessageTrace] (http-127.0.0.1-8080-2) Incoming Request Message
<S:Envelope xmlns:S='http://schemas.xmlsoap.org/soap/envelope/'>
 <S:Body>
  <ns2:getRate xmlns:ns2='http://ws.abc.com/'>
   <arg0>PU</arg0>
  </ns2:getRate>
 </S:Body>
</S:Envelope>
2010-03-01 16:17:13,348 TRACE [org.jboss.ws.core.MessageTrace] (http-127.0.0.1-8080-2) Outgoing Response Message
<env:Envelope xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'>
 <env:Header/>
 <env:Body>
  <ns2:getRateResponse xmlns:ns2='http://ws.abc.com/'>
   <return>7.5</return>
  </ns2:getRateResponse>
 </env:Body>
</env:Envelope>

 
For your convenience I am also attching my web service complete source, you might require that to analyze further.
 
Thanks once again,
Keshav

--------------------------------------------------------------

To reply to this message visit the message page: http://community.jboss.org/message/529095#529095




More information about the jboss-user mailing list