Hi.
I must make web service in VS 2005 that can be used from Windows, WindowsCE
and Linux systems.
Which is best practice for security?
It is possible use web service with implemented WSE 3.0 from Linux systems
or not.
Pablo Cibraro - 18 May 2006 01:23 GMT
Hi,
You should follow the WS-I Basic Profile 1.1
(http://www.ws-i.org/Profiles/BasicProfile-1.1-2004-08-24.html) spec created
by the WS-I organization in order to make your application completely
interoperable with other vendors.
The Practice & Patterns team in Microsoft already implemented an application
using that specification.
You can find it here,
http://www.gotdotnet.com/codegallery/codegallery.aspx?id=0fecd2c7-b2b1-4d85-bd66
-9d07a6ecbd86
Regards,
Pablo Cibraro
http://weblogs.asp.net/cibrax
> Hi.
> I must make web service in VS 2005 that can be used from Windows,
[quoted text clipped - 4 lines]
> It is possible use web service with implemented WSE 3.0 from Linux systems
> or not.
Gaurav Vaish (EduJini.IN) - 28 May 2006 03:26 GMT
> Which is best practice for security?
> It is possible use web service with implemented WSE 3.0 from Linux systems
> or not.
Not quite as to how much extent you can go with WSE 3.0 with abstracted API.
Using Apache Axis (http://ws.apache.org/axis), you can play around with any
mesage to whatever depth you want to but the only thing that you'll need to
all that manually with tedious APIs like AddHeader, AddElement etc.

Signature
Happy Hacking,
Gaurav Vaish
http://www.mastergaurav.org
http://webservices.edujini.in
-------------------