Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP.NET 1.0 and 1.1 > ASP.NET 1.0 and 1.1 Professional
|
ASP.NET 1.0 and 1.1 Professional For advanced ASP.NET 1.x coders. Beginning-level questions will be redirected to other forums. NOT for "classic" ASP 3 or the newer ASP.NET 2.0 and 3.5
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.0 and 1.1 Professional section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old December 18th, 2006, 08:49 AM
Authorized User
 
Join Date: Nov 2005
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to karveajit
Default How to check the parameters passed to web method?

Hi Friends,

I have a web method which I'm consuming from a client. I'm passing a string parameter to this web method. From client, I'm passing a value in this string parameter. But, on server side, I'm receiving that parameter as "null". How I can check what's going wrong?

Can any of you have faced such problem?
Hoping for some help.

Thanks,
Ajit
 
Old December 18th, 2006, 09:43 AM
Wrox Author
 
Join Date: Oct 2005
Posts: 4,104
Thanks: 1
Thanked 64 Times in 64 Posts
Send a message via AIM to dparsons
Default

I do not understand your question and you are being to vauge. Please explain your application a little better.

-------------------------
I will only tell you how to do it, not do it for you.
Unless, of course, you want to hire me to do work for you.

^^Thats my signature
 
Old December 19th, 2006, 06:26 AM
Authorized User
 
Join Date: Nov 2005
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to karveajit
Default

Hi,

Its simple web service which has a web method which takes one string parameter. I'm consuming this WS from client and calling the web method. I'm passing value "test" in that string parameter but on server side, i'm getting it as null.

Am I clear this time?
Hoping for some pointers from you.

Thanks,
Ajit
 
Old December 20th, 2006, 05:55 PM
Registered User
 
Join Date: Dec 2006
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Default

After you pass the the value in if your consuming it async
Response.Write(string);






Similar Threads
Thread Thread Starter Forum Replies Last Post
Method to check Size of Remote File alex.zeal PHP How-To 0 September 20th, 2007 06:23 AM
object parameters to remote method calls DotNetJunk General .NET 1 April 29th, 2005 04:02 AM
how can i get parameters passed to a vb exe teominator Beginning VB 6 4 January 24th, 2005 12:11 AM
sql parameters not passed or received redeye2 Pro VB.NET 2002/2003 1 November 5th, 2004 07:10 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.