cancel
Showing results for 
Search instead for 
Did you mean: 

Pass credential to the webservice

gianluca
Champ in-the-making
Champ in-the-making
I have encountered a problem using alfresco with a web service client
developed with Microsoft VB.NET.

This client is realized in the dll format so I can use it on an asp (not .net) page.
In this asp page I call an alfresco web service function.

I got an error saying that I don’t have passed the credential to the web service.
I got the thicket but I don’t know how to pass this ticket to the Web Service.

Thanks in advance.

By.
1 REPLY 1

csiege
Champ in-the-making
Champ in-the-making
I am currently working on this myself…  developing a portal module for our DotNetNuke portal to integrate with Alfresco.

I have battled a few issues along the way, but have gotten fairly far.

What you need to do is get the WSE (Web Services Enhancements) from microsoft.

Here is a link to 2.0:  http://www.microsoft.com/downloads/details.aspx?FamilyId=FC5F06C5-821F-41D3-A4FE-6C7B56423841&displa...

This page also helped…

http://www.codeproject.com/soap/wssecurity_usernametokens.asp

I also took some code from the .net alfresco kit on the forge.alfresco.com site.


Chris