• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

WAS v6.1 + WS-Security

 
Greenhorn
Posts: 2
Hibernate Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi there ranchers,

I'm trying to use a WS-Security with XML Signature in WebSphere Application Server v6.1. Server side i think is correctly implemented, but i try to test with soap ui and i have some problems.

This is my soap ui client (Client.jpg) and this is the result

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Header/>
<soapenv:Body>
<soapenv:Fault>
<faultcode>soapenv:Server.securityException</faultcode>
<faultstring>com.ibm.wsspi.wssecurity.SoapSecurityException: WSEC5502E: Elemento inesperado como elemento de destino: wsse:BinarySecurityToken.</faultstring>
<detail encodingStyle=""/>
</soapenv:Fault>
</soapenv:Body>
</soapenv:Envelope>

What am i doing wrongly?


Thanks,
tmp.jpg
[Thumbnail for tmp.jpg]
Client
 
my overalls have superpowers - they repel people who think fashion is important. Tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic