Tutorial: Getting Started, Creating a WSE 3.0 Enabled Web Service to Transfer Large Amount of Data using WSE 3.0 MTOM

by mosessaur| 11 June 2007| 3 Comments
Just published my artilce about getting started with WSE 3.0 on DotNetSlackers.com. In this article I'm walking through to build simple document transfer web service using ASP.NET 2.0 and make this web serice WSE 3.0 enabled. The article is covering the following topics:
  • How to configure a web service to use WSE 3.0
  • How to configure a client application to use WSE 3.0
  • How to configure a web service to use MTOM messaging mechanism
  • How to enable a client application to use MTOM while communicating with a MTOM enabled web service

As an extension to this article, currently I'm studying how to build WSS 3.0 Web Service to upload documents to document libraries and enable WSE 3.0 on this web service. Hope I could finalize this soon.

Your comments and suggestions are appreciated.

kick it on DotNetKicks.com

Comments (3) -

Patro
Patro United States on 8/3/2008 10:07 PM i have created one proxy class by using wsewsdl3.(Example-MyService.cs).
Inside the class i am getting the class name as MyService where can i get MyServiceWse class .Bcz of that i am unable to set the policy like
proxy.SetClientCredential(token);
proxy.SetPolicy("TestClientPolicy");

please help me how to get the Wse enabled class

Thanks,
Patro
mosessaur
mosessaur Egypt on 8/3/2008 10:18 PM @Patro are you sure you Configured the Web Service to use WSE 3.0?
Please review this section on the article.
Then review this section on the same article:
"Adding the Web Reference for the Document Library Web Service to the Client Application"
Mansoor
Mansoor United Kingdom on 8/4/2008 10:59 PM I am working on a corporate website of Suzuki IG Motors, which is hosted locally on their own web server through a static IP. The website is accessed by two group of peoples.
1- through the Local Area Network within the premises.
2- through the Internet
The Users authentication and authorization is stored in the database table (alongwith the IDs and Passwords) which is checked everytime a user logs in to the website, either from the localhost or the internet.
The problem is that: once a user is created, he can (ofcorse) access the website either from the internet or from the local host.
what i want is: to restrict a group of users that they can login to website only within the premises(LAN) not from the Internet (ie; outside the premises).
Is there anything to do with the IIS. I have no idea.

Please Reply.

Thanks.


Mansoor Bari
Comments are closed