473,398 Members | 2,389 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,398 software developers and data experts.

WCF: Using basicHTTP user/pass authentication?

Hi.

I have to implement an Java Axis2 web service client in .NET WCF as well a
web service to witch a Java Axis2 client will connect.

I would like to provide user identification using basicHTTP user/pass
authentication. Later I'll move both ends to SSL (https).

I already implemented the Java Axis2 end:
- Axis2 Client axis2.xml:
----
....
<module ref="rampart" />
<parameter name="OutflowSecurity">
<action>
<items>UsernameToken</items>
<user>bob</user>

<passwordCallbackClass>my.package.PWCallback</passwordCallbackClass>
</action>
</parameter>
....
----

- Axis2 Web Service service.xml:
----
....
<module ref="rampart" />
<parameter name="InflowSecurity">
<action>
<items>UsernameToken</items>

<passwordCallbackClass>si.around.fri.pis.PWCallbac k</passwordCallbackClass>
</action>
</parameter>
....
----
I already read the MSDN docs
(http://msdn.microsoft.com/en-us/library/ms734769.aspx and others); however,
I feel a bit lost in all the buzzwords appearing there.
Can someone point me to the correct reference or even better give a relevant
web.config snap?

BTW: Will I have to use Windows built in users? Is it possible using my own
users database?

Thanks,
Damir Dezeljin
Jul 9 '08 #1
1 3106
I'm wondering if the part of my MSDN subscription agreement I read a while
ago saying that MS technical stuff is supposed to address technical questions
in few working days is still valid?

This is nothing urgent and actually not a big question; however, I'm just
wondering what all the 'MSDN subscriber benefits' are,
Damir
Jul 11 '08 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Albertas | last post by:
Hello, I have a question. But first my situation: I had a Web Service, which was written using .NET Framework 2.0, here is my code: public class Service : System.Web.Services.WebService {...
0
by: nick.fletcher | last post by:
Im trying to implement compression between a WCF server running as a windows service and a CF client. The client connects via a code gen proxy using a basicHttp binding. I can do it if I run...
4
by: dgilbert | last post by:
I have a custom membership provider that I am using to authenticate users in a WCF web service hosted IIS. I want to be able to see any cookies that come across and save session variables, but I...
0
by: ronscottlangham | last post by:
I have a WCF Web Service that I develop using the ASP.NET Development Server in Visual Studio. In release, the web service will support both HTTP and HTTPS. Initially I had only HTTP configured in...
3
by: Reg | last post by:
Hello, Is it possible to create WCF Web Service that runs without IIS? Any tips how to do it? Cheers, Reg
4
by: Remote_User | last post by:
Hi, When I create a WCF client (hosting the service is fine) and the service on the same machine everything works is good. But when I want to have the client on a different machine this fails....
1
by: =?Utf-8?B?aGVyYmVydA==?= | last post by:
Question 1: How do I turn off WCF security to get my apps out the door quickly? Question 2: Where can I find a step by step article/flowchart how to configure WCF security (the WCF books miss this...
5
by: =?Utf-8?B?TWFyaw==?= | last post by:
I'm researching what is the best way to create a generic WCF proxy wrapper that has the following requirements: 1. Remove the System.ServiceModel config section requirement for clients. We have...
5
by: Max2006 | last post by:
Hi, I am trying to limit my wcf service endpoint to response to only given windows user or group. How can I do that? Is there any way to configure that in the .config file? Thank you, Max
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.