Click here to Skip to main content
15,903,012 members
Everything / Webservice

Webservice

webservice

Great Reads

by Vincent Maverick Durano
This article will talk about how to implement a custom wrapper for your ASP.NET Core and Web API applications for managing exceptions, providing meaningful and consistent responses to consumers.
by Rene Bustos
WCF WebService IN VB.NET Response JSON
by YasIkeda
ASP.NET Core 3.0 uses a built-in JSON converter from System.Text.Json so that JsonConverter attribute from Newtonsoft.Json does not work by default.
by Patrick P. Frey
This tutorial based on a docker image will guide through the development of a search engine service based on Strus and its Python Bindings within the Tornado web-framework.

Latest Articles

by Vincent Maverick Durano
This article will talk about how to implement a custom wrapper for your ASP.NET Core and Web API applications for managing exceptions, providing meaningful and consistent responses to consumers.
by Steffen Ploetz
YES, you can - use native DLLs in your Azure Functions via P/Invoke ([DllImport]) as you already know it from .NET Framework, and safe the code you have developed and maintained for decades with much effort and patience.
by YasIkeda
ASP.NET Core 3.0 uses a built-in JSON converter from System.Text.Json so that JsonConverter attribute from Newtonsoft.Json does not work by default.
by Nipunu W
Developing an Android application using Retrofit to connect to an API

All Articles

Sort by Title

Webservice 

6 Apr 2016 by SURAJ-CDAC
Below is my stub classes generated by wsdl.exe[System.Xml.Serialization.XmlArrayAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)][System.Xml.Serialization.XmlArrayItemAttribute("entries", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=false)]public partial...
6 Apr 2016 by Sergey Alexandrovich Kryukov
Well, XmlSerializer is itself pretty bad and outdated, not fun to deal with (compared, say, to data contract based serialization). But with SOAP you have no choice but playing by SOAP rules, even though they are quite bad. And I don't see where you do it. In particular, I cannot see where you...
30 Dec 2013 by deepashrikarnataka
Even after providing the credentials while invoking web service through c# code i'm getting this Errror "Namespace prefix SOAP-ENV not defined...But i specify wrong credentials i can see response from the service which contions Authentication failedI tried all possibilities but still have...
12 Nov 2010 by Hariarjunan
Dear All,I'm using .Net Framework 2.0 for my project, it ran on mono server. My project works well on mono server. Now I'm upgraded my mono server into new version, it support .Net Framework 4.0.The problem is when i call web service through my project, the following error message was...
12 Nov 2010 by Hiren solanki
You could join THIS[^] thread for your proposed solution.
3 Apr 2013 by PhadkeGirish
What is a purpose of urls starting with UTTP. (e.g. uttp://abc.com)How the service is handle in IIS server.Is there any improvements server connection pool over http
27 Jun 2014 by christhuxavier
I created xml webservice in .net 4.0 (visual studio 2010)[WebMethod]public XmlDocument Showmethod(int rollno, params string[]DSFromaddress){-- coding part--}After consuming the web method in .net using addwebreference, i could access this method.for ex: webservice name...
27 Jun 2014 by Sergey Alexandrovich Kryukov
First of all "params" parameter is not an optional parameter, not even close. It is strictly mandatory, but the syntax of its use only looks like optional.This is nothing more than the syntactic sugar for implicit creation of the array at the call:ShowMethod(0, "1", "2");is strictly...
30 Mar 2020 by ashriv
I try to debug my web service with IIS7. It doesn't start and throws an error."Unable to start debugging on the web server. The remote debugging components are not registered or running on the web server. Ensure the proper version of msvsmon is running on the remote computer."my...
15 Jul 2012 by Sandeep Mewara
First of all, make sure you’re application pool is running the correct .NET Version:.NET 2.0, 3.0 and 3.5 web applications, should use an application pool that uses .NET 2.0.NET 4.0 web application, should use an application pool that uses .NET 4.0Now, based on the configuration and...
24 Jun 2013 by ashriv
I did these two things and Issue resolved -1. Enable 32-bit application settings set as True.for this , right click on Application Pool -> Advance Setting -> Enable 32 bit Application -> TRUE2. Assign this Application Pool to my project Virtual directory.There are some other...
6 Jan 2014 by Member 10336592
1) Right click on your project in VS2005 or VS2008 or VS2010.2) 2) Click on Properties3) 3) Click on Web tab4) 4) Under Servers, click on the radio button Use Visual Studio Development Server 5) Check Auto Assign Port radio button5) 6) Uncheck NTLM Authentication...
30 Mar 2020 by Member 14787235
I am also the same problem, in my case php xampp server is blocking internally to IIS server. I stopped the xampp process in task manager, that solves my problem.
18 Mar 2012 by Member 8738466
Hi guys, I want to develop a windows login form, that send the information encrypted to the web service. the web service decryption this information and insert it into the DB.can any one explain to me how can we implement this process. or at least how i can send this data to the web...
18 Mar 2012 by Rahul Rajat Singh
1. Have your web pags retrieve the credentials from the user.2. A class for Ecryption manager to encrypt the password. one can be found here: EncyptionManager.cs[^]3. Create a web service that will do the Db access logic. Refer: Db access logic: Find the UserAction.cs and...
18 Mar 2012 by ganeshbdas
1) create a web form 2) get the data to move database 3) Asp.net Web Service Application 4)in that service1.asmx.cs file will be ther with Web methode \4)Add your web methode Ex: [WebMethod] public methodename(Parameters) {//Here u can do the data...
24 May 2012 by Alex-1978
Hi everybody,I'm developing an application for Windows CE 6.0 using .Net CF 2.0.I have an auto-generated client for an ASP.NET web service.Is it possible to set the client in such a way it would use gzip/deflate compression when communicating with the web-service ?Unfortunately, I...
19 Aug 2013 by TapasU
Hi All,I am making call to a Java service from my ASMX. However, I am getting the following exception from the Java call in my .Net code base.System.Web.Services.Protocols.SoapException : System.Web.Services.Protocols.SoapException: Server was unable to process request. --->...
19 Aug 2013 by TapasU
Hi All,I tried SOAPUI tool to generate the request. But I am getting Following Error.HTTP/1.1 400 Bad RequestDate: Tue, 20 Aug 2013 05:41:30 GMTServer: Microsoft-IIS/6.0X-Powered-By: ASP.NETCache-Control: privateContent-Length: 0Sample Request below
3 Jun 2011 by Alexey Merson
If you have a SOAP server created with Borland Delphi and a SOAP client created with .NET, then you can't get it working out of the box.
8 Aug 2012 by ALIENMASK
How to host .NET web service, in side the local IIS server. I have developed the service using .NET 4.0. Please let me know.Regards !
8 Aug 2012 by Karl Sanford
Here you go: http://msdn.microsoft.com/en-us/library/aa751792.aspx[^]
8 Aug 2012 by Sandeep Mewara
If it's a WCF, see here:MSDN: Hosting and Consuming WCF Services[^]MSDN: How to: Host a WCF Service in IIS[^]If it's a normal web service then you need to deploy as a normal web app:For hosting a web application: MSDN: Walkthrough: Publishing a Web Site[^]
28 Jun 2014 by Member 10808329
I wrote a chat windows application when I'm trying to receive(Download) an record.wav (28K) from my service from the client.There is an error:The maximum array length quota (16384) has been exceeded while reading XML .I searched and found out that I should create new binding in Edit WCF...
27 Jun 2014 by Pravuprasad
try to use "stream" for this . public string records(Stream recs) //sample method { StreamReader read = new StreamReader(recs); var rec = read.ReadToEnd(); recs.Close(); recs.Dispose(); JavaScriptSerializer jvscsrl = new...
23 Apr 2013 by ennograz
HelloI have a big problem and hope somebody can give me a tip...I have to consume a 3rd party Webservice (not a webrequest!) which I include to visual Studio by WSDL.This service needs to authenticate by kerberos. So far so good but the Service answers to the call of a methode with...
27 Feb 2015 by Philipp fgi
Hi everyone,I'm developing a VB.NET webservice. It's purpose is to save data of employee identification badges (Name, Employee Number, Photo), so that the data can be accessed by different client applications later.Name e.g. is saved into an SQL DB. But where to save the photo? It is...
27 Feb 2015 by Afzaal Ahmad Zeeshan
You could possibly make multiple sub-directories to hold different sort of images in your applications. The parent directory could be something like this, https://192.168.1.1/Images, then inside it you can create different folders for EmployeePhotos, ApplicationImages (such as the logo, social...
7 Aug 2017 by prapti.n3
My webservice is not getting called. I am getting 500 internal server error. what should i do? This is the HTML coding: $(window).load(function () { $.ajax({ type: "GET", data: {}, url: ...
7 Aug 2017 by Karthik_Mahalingam
try like this Web Service c# using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Services; namespace WebApplication135.services { [WebService(Namespace = "http://tempuri.org/")] [WebServiceBinding(ConformsTo =...
16 Sep 2016 by Nirav Prabtani
I have uploaded a web page to azure server.It has been created in .net framework.This page sends a push notifications (APNS) to perticular mobile device with reference to REGS ID of a ios device.but whenever I am submitting a button to send a notification it gives following error.502...
13 Nov 2012 by ilostmyid2
hiwe've two kinds of clients, web client and an application which works as a client.now our application simulates web requests by calling index.php as the web client does. we want to change it to calling web services via nusoap. but there's a problem. web services are session-less. for...
13 Nov 2012 by AJMAL SHAHZAD
Sessions are not available in webservices. but you can authenticate any caller by passing an id to the called method or post id as query string from java script.
10 Aug 2010 by Teamsar Muliadi
Hi experts, i'm a newbie.. i'm sorry my english not good....I wanna ask you about sending message from OSB (Oracle Service Bus) to webservice.I've created a WSDL using visual studio 2008. This is my WSDL :
25 Oct 2012 by askersuku
Does anyone know how to send message to mobile(Windows phone 7) by using Web service (ASP.NET web service).Now, I am doing a project about sending message automatically. I found for this, and I knew to API Google, but it only send message to one determine phone number. Can anyone help me?? I...
25 Oct 2012 by sinhasourabh
There are various API avaialable in internet where you can multicast SMS.http://www.way2sms.com/[^] Also there are some service providers who provide service.Also you can use a phone connected to your PC and write AT Commands to send sms.
10 May 2015 by rupai99
Hi, I need to Send and Receive JSON objects to Web Service Methods using jQuery AJAX in ASP.NetBut when ever I am executing the below code, getting [object Object] error. Please help.Html code:- ...
10 May 2015 by F-ES Sitecore
Use the browser's dev tools (f12) or Fiddler to examine the network traffic as it will often reveal the actual error. You need to mark your webservice as a script service[System.Web.Script.Services.ScriptService]public class testservice : System.Web.Services.WebService{ ...
17 Jun 2015 by Renjith V S
Hi, I have used the following code for joining two tables. But it doesn't return any value.OracleDataReader oraReader = null;OracleCommand oraCommand = new OracleCommand("select name,code,age,city from personal inner join address on personal.NO=address.NO where NO='" + NO+ "'",...
17 Jun 2015 by Sreekanth Mothukuru
I think you missed the table name in the where clause. It should be like where address.NO or personal.NO
10 Mar 2011 by Member 7742860
Dear Sirs,I am calling a stateful webserivce and sending huge amount of data in the call. My problem now, if I want to cancel the call to the webservice without losing the session, how to do it?I am using Asynchronous webservice call. So far what I found is that you can abort the call,...
22 Aug 2012 by ahmy56
i m trying to make a web service,and i don't know about web service,i have xml file and i want know how to use xml file used with nushop in php web service,and with xml format
22 Aug 2012 by Prasad_Kulkarni
What you have tried so far Ahmy56?A simple search on google[^] with you question gives 228,000,000 results, and many of them will surely help you out.You can have look on Webservice Client and Server demo in PHP[^] CP Article..and many more similar articles & QA on CP...
8 Nov 2011 by unknowndentified10111
Hi Everyone,How can I inherit an abstract class written in a web service class by a class within a project that referenced that web service?EG:Web Service Class[WebService(Namespace = "...")][WebServiceBinding(ConformsTo =...
7 Nov 2011 by deepakdynamite
http://forums....
8 Nov 2011 by Shmuel Zang
What's the problem?If your abstract class is declared as the following:namespace MyWebServiceNamespace{ [WebService(Namespace = "http://tempuri.org/")] [WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)] [System.ComponentModel.ToolboxItem(false)] public class...
29 Mar 2016 by Prasanth P
Hi All,I'm totally new to this forum, kindly bear me if this is not the right place to ask questionsI am trying to test a web service using SOAP UI 5.2.1.Crated a SOAP project and added the WSDL but when I'm testing the service by entering the input parameters , I'm getting access...
29 Mar 2016 by Mr. Mahesh Patel
Problem may in your deployment.follow below steps.1. go to iis2. select web service that you have already deployed.3. go to basic settings4. select "Connect As"5. provide your administrator credential.
10 Oct 2014 by Member 11143960
I'm working on a webservice to manage Printers (local and remotely) using C#.I am able to connect to my own machine (Windows 7) Printers using this and it works like a charm:PrintServer localPrintServer = new PrintServer(@"\\myMachineName");But I am getting an exception if I try the...
19 Apr 2016 by Bhuvanesh Mohankumar
When we access the WEB API service methods from a web application through Ajax calls, will there be any access restrictions for the following scenarios“HTTPS” Web application accessing an “HTTP” WEB-API “HTTP” Web application accessing an “HTTPS” WEB-APIWill there be any impact on...
19 Apr 2016 by Richard Deeming
A page served over HTTPS should not be able to access an API served over HTTP, as this would not be secure.A page served over HTTP will be able to access an API served over HTTPS.However, this is unlikely to be the problem. It sounds like you're trying to access an API which does not...
5 Nov 2013 by Muhammad Waqas Iqbal
This tip describes the steps to access server side (webservice) from JavaScript in master page.
6 Nov 2013 by Raghava jogu
Hi Guys,I am trying to pass data from Web service to windows mobile application using c#.I have tried to return datatable from web service but getting errors in windows mobile application as it is not supporting.Now i am using below code to return data in list array. but i have no...
31 Jan 2012 by Luke Buttigieg
I would like to deploy a C# Web Service on IIS, and then be able to access it through a simple IP Address and Port configuration. This will allow me to use this address with a Java Client consuming such a web service, namely using this code:String endpointIP =...
7 Aug 2012 by Taysseer Kadri
Hi AllI have a page that calls a webservice like this: protected override void OnNavigatedTo(NavigationEventArgs e) { getlistSoapClient getlistMgrs = new getlistSoapClient(); getlistMgrs.getlistofMgrsCompleted += new...
7 Aug 2012 by Christian Amado
Put this Attribute on your WebService Class:[Serialize] Hope it helps.
19 Nov 2015 by vivvicks
At client side i have 5 machine with weight scale machine attached to it and my web application is running on it..what i m working on is as weight placed on machine on textbox blurr event i want to fetch this weight in my webform.I am thinking of webservice that will be hosted on each client...
19 Nov 2015 by Abhinav S
Accessing client machine from a web application is not easy.Most browsers provide limited access to the applications running inside them to avoid security issues.ActiveX could allows access to the com port but activex itself requires permissions from the user.
19 Oct 2010 by jafarNabhani
Hi all I am Working on a web Service that should Generate Word and PDF Documents using Xml File , and I used Word Automation for that to Generate word docs and then Save it as PDF is Required no as Console Application its workFine , I try to Convert it to Web Page , Its worked fine while...
30 Nov 2010 by luisvaldez
Maybe try checking the Identity of the application pool that runs the web service and make sure that that user can run the applications you want to run...
30 Nov 2010 by ROGDEV
Your english/grammar makes it difficult to understand your question. What error are you seeing, and at what point in the process?Our team does something similar but in reverse. A request to a webpage for a PDF causes a console app running on a separate server to retrieve the PDF, open and...
27 Apr 2014 by Sujeet KC
I'm new to Android development and have certain issue which is troubling me a lot, and worse is I haven't found the answer to it yet.Requirement:1.) I'm developing Android app using eclipse as my base IDE. I have my data safely residing in SQLserver 2008. I don't want to use...
28 Apr 2014 by Hitesh Varde
Hi,you need to use JDBC drivers for doing what you need,Please refer how-to-connect-and-access-sql-database-server-from-android-app/[^]Let me know if it helps.Thanks,Hitesh Varde
3 Mar 2015 by Member 11497251
Hi Sujeet KC, I am in the EXACT situation as you were! I couldn't describe the question as good as you did. May I ask you if you found a correct answer to your question? thanks, David.
24 Mar 2014 by NIKHIL CHAVAN
How I can access sql server data using web service ? What I need to access sql server data in android app ? As I am new to web service I dont know how to create web service and consume it in android app. If any solution to this please suggest me I need it....plz...and if any source code is there...
24 Mar 2014 by Peter Leow
Refer: connect-android-to-ms-sql-server-tutorial[^]
24 Mar 2014 by Krunal Rohit
I have answered this kinda question so many times, here goes one more...WCF and Android Part I[^]WCF and Android Part I[^]-KR
26 May 2012 by Er. Tushar Srivastava
Hi Everyone,I don't know if I have to ask this question in this forum but I believe that I will get my answer. I have been developing a shopping website just for learning purpose. I also connected it to PayPal Sandbox. Now to test it's IPN(Instant Payment Notification), I need a working url....
26 May 2012 by Mehdi Gholam
You need to configure "port forwarding" or "virtual servers" on your modem, try this link : http://forum.raymond.cc/general-forum/5496-how-to-open-ports.html[^]
4 May 2011 by Hisham Abdullah Bin Ateya
aCloud Web Operation System running on the cloud
12 Jun 2014 by M.Thiyagaraja
Quote:I am using Visual studio 2010. I am trying to add a reference 'Newtonsoft.Json.dll'. but error has come as this is not a COM component.How to add Quote:Newtonsoft.Json.dll, How to resolve this problem. When i try to add that dll in webservice Quote:error has come as this is not a COM...
12 Jun 2014 by Sergey Alexandrovich Kryukov
Most likely, you are talking about Newtonsoft.JSON: http://json.codeplex.com[^].If so, just look at the title:CodePlex says:Json.NETJson.NET is a popular high-performance JSON framework for .NETIt is not supposed to be anything like COM. You can expect that you are dealing with a .NET...
5 Oct 2011 by F.D.I
Hi I need help with generating client code from a WSDL, I'm trying to generate client code from a WSDL which references a no-namespace (chameleon) schema, and the tool ( Microsoft Visual C# 2010 express ) is refusing.Here is the chameleon XSD (ChameleonTests.xsd): ...
8 Apr 2018 by bernova
I was adding a web service via "Add Web Reference" to my project. The web service was only accessible on https with a client certificate.When I did "Add Web Reference" I got a "The underlying connection was closed: An unexpected error occurred on a send". I found an other way to add the web...
2 Jun 2015 by Aniiil
How to link windows form module within Web application?If it is possible using Web Services, than how i can use web service?Pls anyone help me its urgent
2 Jun 2015 by Kornfeld Eliyahu Peter
If you want to display a form from a windows (desktop) application, than the answer is - you can not!If all you want is to access some functionality inside a already written application than you can do these:1. Make the functionality public...2. Write a webservice/webmethod that wrap that...
21 Nov 2011 by bsb25
I am writing a webservice for my client.The client needs comments or documentation tags in wsdl file.I am using .net 3.5.Any ideas will surely help me.There are attributes in wcf for the same.any thing for web services?
15 May 2012 by comred
Hello.. I have my web site built in ASP.Net 4.0. I want to add an exe to my web page, so that people can download it. at local dev PC I tried it by using simple anchor tag. But what to do if my website and exe is on my ftp server. Do I need any web service for the same.
15 May 2012 by Ed Nutting
Hi there,If you have a file server, presumably you have a way for people to download files from it externally, and that "way" must have an address for people to access through? Something like "ftp://myfiloserver.mydomain.com/" or something? So why not just put in a link tag (an "a" tag) that...
15 May 2012 by Sandeep Mewara
Not sure but you can try in anchor tag, give a valid path of the file from where it is directly accessible and see if it works.Or else try:string filename = "yourfilename"; // file on your server, relative or virtual path to the corresponding physical directory on the server. if...
8 Sep 2014 by Oritdru
Adding service reference to HTTPS URL (https://...../Service.svchow??i clicked in VS.C#.2012 "Adding service reference" with HTTPS URL..then its working for 2 minutes and get an error:from the IE its work fine and get regular page: "You have created a service." ....TX, Moti
12 Jun 2014 by Member 10419043
I am Trying this code..but it is not properly executing..Please Help me.. #include #include #include #include #include ...
6 Jul 2014 by BacchusBeale
Your sample function is waiting for input from the command line.But you are trying to service a web-request. This sample function will never return because no one is at command line to press Enter.
3 Apr 2014 by Appdev(Icode)
Hi I'm creating a webservice which should get data from database(sql server) and return it.Every thing working fine.But what i need is i need to display the data with the format which i need.Here is my code: public string GetEmployees() { ...
3 Apr 2014 by Appdev(Icode)
instead of return serializer.Serialize(rows); i changed it as:return "{ \"Cargo\": " + serializer.Serialize(rows) + "}";share|edit|flag
4 Sep 2017 by Member 11665245
We have an application, which makes a webservice request to our application server. The webservice request were working fine with .net 4.5 and 4.6, however after upgrading .net to 4.7 the same webservice request times out. We have not done any code changes in our application between upgrade to...
4 Sep 2017 by Graeme_Grant
Have you tried breaking the key code to a separate app - one for each framework version - each identical. Then run tests, add & remove debugging info. Have you tried Googling to see if others have experienced the same and found reasons why + workarounds? If it is a known problem, there will be...
1 Dec 2012 by piushshukla
i am facing problem related to ajax autoextender textbox.Ajax auoextender textbox is working fine except when string starting with 0 like as 01234 its not working.Please Help me.Thanks in Advance
25 Feb 2013 by Karthick88it
Hi everyone I am trying to call the Rest services using Ajax Call with Method = Post; My Ajax code is below. In my alert i am getting my results added. But in the Html form i was not able to add this using AJAX. $.ajax({ type: "POST", //GET or POST or PUT or DELETE...
25 Feb 2013 by Jameel VM
try like thisfunction GetSearchResult() { $("#loading").show(); $.support.cors = true; var searchUrl = URL; var params = { "ID": Id, "Name": name }; $.ajax({ cache: false, type: "POST", async: true, dataType:...
5 Dec 2018 by Elizma
We need to communicate with a Web Service via scripting (javascript, vbscript, jquery). We are getting an error trying to communicate with the Web Service. From the articles I have read it seems this line needs to be added into the Web Service: [System.Web.Script.Services.ScriptService] ....
26 Jun 2013 by jitendra kumar mahpatro
Ajax Cascading Dropdownlist parent cotrol id is working only if i selected but using selected value(for example from textbox value the dropdown is bind then child drop down control is not active) i m not gettingI m using web method [WebMethod]public CascadingDropDownNameValue[]...
10 May 2012 by vyas_pratik20
Hi ,I am trying to invoke web service via java script It works great with IE 9 but not works on other browsers Please help me to fix the issue var xmlHttp; function SoapCall() { // creatng the xmlHttp...
12 May 2012 by Ganesan Senthilvel
If this doesn't work in the other browsers , then your SVC seems to already be supporting this, but to be sure, use Fiddler2 to see what is going on.The Access-Control-Allow-Origin header is used on the resource being requested, not on the page requesting it.
23 Oct 2013 by jeganjogan
How to create Ajax Enabled Webservice in .Net 2.0 function Likes_Count() { debugger; // alert(row); $.ajax({ type: "POST", contentType: "application/json; charset=utf-8", url:...
6 Mar 2013 by Member 9644631
Is there any thing like AJAX Save AS Dialog box similar to System.Windows.Forms.SaveAsFileDialog..As it leads to page reload..I am generating one file in byte[] format and i want this file to get downloaded at client side asynchronously...
6 Mar 2013 by Prasad Khandekar
Hi,You won't be able to do this. JavaScript does not have the ability to write files on user's computer. However You may be able to simulate such experience. Please have a look at this site.regards,Prasad Khandekar
4 Oct 2013 by Coldcreek
I was looking for Difference between web API and Web services and WCF.Thanks
4 Oct 2013 by Sampath Lokuge
Web Service1.It is based on SOAP and return data in XML form.2.It support only HTTP protocol.3.It is not open source but can be consumed by any client that understands xml.4.It can be hosted only on IIS.WCF1.It is also based on SOAP and return data in XML form.2.It is...
6 Jun 2010 by Member 3956257
Hi all, Any if you know of how to alter the webservice SOAP message during the webservice call from Client side ?I also need to read the same webservice SOAP in server side (In webservice).I am using .Net 2.0. Can someone please help me. its very urgent, give any suggestion.Thanks.