That worked. I have tested the following scenarios as well:
.NET Client --> WSAS BS --> .NET OPS, with WSIS as the Passive STS.
.NET Client --> WSAS BS --> WSAS OPS, with WSIS as the Passive STS.
However, it looks like on the .NET side you have to toggle the signature
confirmation requirements in the web.config for .NET BS to work again. Also I
had neglected to add these lines into the app settings for the business service
app.config:
<add key="WSAS_OPS" value="OpsClient_BasicHttpBinding" />
<add key="WSAS_OPSSEC" value="OpsClient_WsHttpBinding_MSec" />
That will resolve an ambiguous match exception whenever the service tries to
create a proxy to access the service without specifying a binding
configuration. The only reason that this is necessary is because of how the
configuration service responses are handled (the BS maps the OPS service
identifier to a binding using app settings in the config file).
Anyway, doing that I was able to get this scenario working as well:
.NET Client --> .NET BS --> WSAS OPS, with WSIS as the Passive STS.
Are there any other scenarios to try out here?
- Nick
-----Original Message-----
From: Chintana Wilamuna [mailto:[email protected]]
Sent: Thursday, February 11, 2010 6:10 PM
To: [email protected]
Subject: Re: WSAS (not interop) Exception
On Thu, Feb 11, 2010 at 10:27 PM, Nick Hauenstein <[email protected]> wrote:
> I have jtds-1.2.5.jar under carbon_home\lib\extensions (for WSAS). The same
> jar functioned properly in identity server allowing for access to external
> users. At this point I'm stumped, and don't have enough carbon debugging
> skills to figure out why it can't seem to find a suitable driver.
There's no MySQL calls in the Identity Server components so you don't
have to copy these drivers. Could you please copy these to
<WSAS>\repository\components\lib and try?
Bye,
-Chintana
--
Blog: http://engwar.com/
Photos: http://flickr.com/photos/chintana