Questions tagged [wsit]

Web Services Interoperability Technologies.

WSIT (previously known as Project Tango), an integrated part of GlassFish V2, is an open source implementation of the key enterprise Web services technologies, commonly known as WS-*. The technologies are divided into three main areas: Security, Reliability, and Transactions.

41 questions
2
votes
0 answers

Writing a standalone Java client to access a secured WCF webservice using SAML2 token

I am trying to access a secured Windows Common Foundation (WCF) web service written on a .NET platform by using a plain Java client and Metro Web service API (webservices-rt-2.2.0-1) Using the WSDL of the WCF web service with ant targets, I was…
C L
  • 21
  • 2
1
vote
1 answer

SpNego: Defective Token Detected

I have a java client connecting to a WCF service. This service is configured to run on the host as a separate domain user (i.e. not as Local Service or Network Service). The Service publishes a userPrincipalName in its WSDL. During the SpNego token…
mihirg
  • 915
  • 2
  • 13
  • 28
1
vote
1 answer

problems with setting up wsit-client for metro webservice call

This might be a pretty basic issue but I feel like I'm way over my head with it. I created a client side web service java object using the customer provided wdsl (wsimport). the problem is that they are saying I need to include a security header…
user940769
  • 53
  • 2
  • 9
1
vote
1 answer

JAX-WS Metro, how to intercept correct encrypted/signed message with invalid characters / signature mismatch

My question is quite related to this one I have spend weeks of headaches to try and fight it, but there doesn't seem to exist a solution worthy of mention, apart from the solution to the above question, which is a terrible workaround, but there…
hello_earth
  • 1,442
  • 1
  • 25
  • 39
1
vote
2 answers

WCF ReliableMessaging - Connect to existing OperationContext using SessionId

I am currently working on a WCF - WSIT integration task. I am using WS-ReliableMessaging with WCF and ws2007HttpBinding. Reliable session is set up correctly, I am using InstanceContextMode.PerSession and my service instance is killed off after one…
Jeno Laszlo
  • 2,023
  • 18
  • 36
1
vote
1 answer

Change the STS server programmatically in a METRO SOAP Client

Is it possible to change the Secure Token Server that my client uses to during runtime? I got a working METRO 2.3 client for a .NET Service that is secured using the Security Token Service of the Active Directory Federation Services. Everything is…
Jan
  • 641
  • 1
  • 6
  • 22
1
vote
0 answers

Signing a SOAP Fault - Mutual Certificate Security - Metro web stack

Does anyone know how to sign a SOAP Fault from the metro web stack? I have a number of web services deployed on JBoss 6.x using the metro web stack (with cxf completely removed). All services enforce Mutual Certificate Security on the request and…
1
vote
0 answers

Untraceable error when building a SOAP request from a WSDL

I have a Java Application in Netbeans 7.3.1 and am using a wsdl to create a SOAP Request. I am using Metro and WSIT to sign the request. When I attempt to build / send the request, I receive the following error: …
Ryan Murphy
  • 356
  • 2
  • 9
1
vote
2 answers

wsit client keystore callback never called

I'm using wsit to create a webserice client with some security enhancements. To justify some deployment specifiactions i had to use the callback mechanism for keystore loading:
Johann Sonntagbauer
  • 1,294
  • 1
  • 10
  • 20
1
vote
0 answers

How to create a Metro WSIT client out of an given WSDL (created in Axis2) in netbeans?

I have a WSDL file which was generated by Axis 2 and declares security policies: I followed the tutorials on the metro site to generate a Web Service Client in netbeans out of the WSDL. The tutorial says to edit the Web Service Attributes in order…
fziska
  • 43
  • 6
1
vote
1 answer

wsit-client.xml without modifying wsdl?

We need to call a web service, described in a wsdl and multiple technical documents. The web service provider say they support OASIS (ws-security, http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0.pdf). There is no…
ymajoros
  • 2,454
  • 3
  • 34
  • 60
0
votes
1 answer

Java STS mechanism exception

I am trying to implement web services that use different security mechanisms to do some performance tests and compare them. I am using Java and Netbeans 7 with Glassfish. I managed to implement all the security mechanisms but i have trouble with the…
Noki
  • 451
  • 3
  • 6
0
votes
1 answer

Setting up authentication for SSL protected WSIT / Metro web service and client

I'm kind of confused about setting up standard authentication for my SSL protected service. I have tried the HTTP header way, but that's non standard, and WS-I is important for me. It is possible to set up the Authentication Token to be Username on…
Daniel Szalay
  • 4,041
  • 12
  • 57
  • 103
0
votes
1 answer

Adding authentication to security header in WCF to consume Metro WSIT service

I use this simple way to attach username and password to the SOAP request header. This works fine inside Java boundaries, but I want to be able to call it with my WCF client. How do I do this? I've tried the following code, but it does not include…
Daniel Szalay
  • 4,041
  • 12
  • 57
  • 103
0
votes
1 answer

Metro web service with SSL - Is this a secure conversation

I have the following conversation log (from WCF Trace file). It shows a WCF client calling an SSL protected Metro web service. Does the conversation have applied security? How do I know this from the logs? Message Source:…
Daniel Szalay
  • 4,041
  • 12
  • 57
  • 103