• 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

WCF client to WSIT enabled Java service.

 
Ranch Hand
Posts: 399
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi. I have found not too much articles based on this issue, but much more help questions
So my in similar. I have tried to use Java service with Username Authentication with Symmetric Keys (UA), from C# win application. I have finally got the right proxy classes, and also the next exception :




So, as much as I have concluded, I didn't at any place during configuration of WSDL, specify the username, because when I had no option to do so ( I am using Visual Studio 2008).
When I had create a Java client, I specify in the NetBeans username, andit works fine. So, my question is, generally how to specify this WSIT credentials (because I would maybe have a need for Mutual Certificates Security (MCS) or STS Issued Token (STS), et.)?
Does anyone can provide me the solution, or to point at the place of potential solution?
Thanks in advance !
 
Goran Markovic
Ranch Hand
Posts: 399
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In the matter of fact, I cannot neither perform Transport Security (SSL)
, to C# client. I get the following exception :



So, where I can perform all those configurations? Thanks
 
I would challenge you to a battle of wits, but I see you are unarmed - shakespear. Unarmed 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