VA Smalltalk and microsoft WSE 3 .0

VA Smalltalk is a "100% VisualAge compatible" IDE that includes the original VisualAge technology and the popular VA Assist and WidgetKit add-ons.

Moderators: Eric Clayberg, wembley, tc, Diane Engles, solveig

VA Smalltalk and microsoft WSE 3 .0

Postby savagedm » Mon Aug 25, 2008 10:12 am

Can a third party web service created in .net using microsoft's wse 3.0 module with WS-Security specification be invoked from VA smalltalk 7.5?
savagedm
 
Posts: 4
Joined: Mon Aug 25, 2008 9:59 am

Re: VA Smalltalk and microsoft WSE 3 .0

Postby tc » Wed Aug 27, 2008 10:10 am

The short answer is I do not know mainly because I've not seen a WSE 3.0 web service on places like xmethods.net.

However, I can say that I've been able to call most of the web services listed on the xmethods website without an issue.

--tc
tc
Moderator
 
Posts: 304
Joined: Tue Oct 17, 2006 7:40 am
Location: Raleigh, NC

Re: VA Smalltalk and microsoft WSE 3 .0

Postby savagedm » Thu Aug 28, 2008 1:01 pm

Thank you tc!! I have been able to invoke web services listed on xmethods also. The problem is I am trying to invoke a web service that is requiring authentication using a certificate. It appears that there is support for username and password authentication. I guess I will have to write to custom code to send and authenticate certificates.
savagedm
 
Posts: 4
Joined: Mon Aug 25, 2008 9:59 am

Re: VA Smalltalk and microsoft WSE 3 .0

Postby benvandijk » Mon Sep 01, 2008 11:19 pm

We use .pem files created from a certificate to call a secure webservice.
The .pem files were extracted from the certifcate using openssl

You can connect them to the security configuration:
(SstTransport configurationRegistry at: 'httpsl') securityConfiguration certificateFilename: 'c:\mycertificate.pem'.
(SstTransport configurationRegistry at: 'httpsl') securityConfiguration privateKeyFilename: 'c:\myprivatekey.pem'.

There are also methods in the security configuration for ca certificates but i have not yet used those
benvandijk
 
Posts: 45
Joined: Sun Feb 25, 2007 7:14 am
Location: Arnhem, Netherlands

Re: VA Smalltalk and microsoft WSE 3 .0

Postby savagedm » Mon Oct 13, 2008 8:18 am

Thank you very much benvandijk. I will see if I can get it to work for us.
savagedm
 
Posts: 4
Joined: Mon Aug 25, 2008 9:59 am


Return to VA Smalltalk 7.0, 7.5 & 8.0

Who is online

Users browsing this forum: Yahoo [Bot] and 1 guest