• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Java Client (axis 1.4) invoking a secured .NET web service (WS-Security)

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all!

I'm trying (without success till now) to let a java client (axis 1.4 based) communicate with an external web service (.NET based). My problems are due to the security policies. I have the policies file (.NET wizard generated) but I can't find a way to map this info to the axis file client.wsdd....

Surfing thru several forums I found only problems but no solutions....
Does anyone know where to find a good step by step tutorial?

Thank you
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
you will need Axis2 for ws-policy support (client side only). but i still could not find where to give him the policy file.
 
reply
    Bookmark Topic Watch Topic
  • New Topic