473,666 Members | 2,121 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Passed parameters to web service is null

Hallo, I have written web service with method:
public long DoSomething(str ing base64String)
{
try
{
return doit();
}
catch
{
return -1;
}
}

and client written also in c# that this webmethod is calling

private void clientmethod()
{
...
localhost.webse rvice ws = new
Name.Name.WebAp plication.local host.webservice ();
long retvl = ws.DoSomething( base64String);
}

If I'm calling this client function, I'm passing base64 coded string, but on
webservice side is parameter passed as null.
Do somebody know where is problem?
Thanks a lot
LK
Nov 23 '05 #1
4 6047
Hi ladislav,
Can you put the whole code to get better idea.

Thanks,
Ragu.

"ladislav.k " wrote:
Hallo, I have written web service with method:
public long DoSomething(str ing base64String)
{
try
{
return doit();
}
catch
{
return -1;
}
}

and client written also in c# that this webmethod is calling

private void clientmethod()
{
...
localhost.webse rvice ws = new
Name.Name.WebAp plication.local host.webservice ();
long retvl = ws.DoSomething( base64String);
}

If I'm calling this client function, I'm passing base64 coded string, but on
webservice side is parameter passed as null.
Do somebody know where is problem?
Thanks a lot
LK

Nov 23 '05 #2
Hi ladislav,
Can you put the whole code to get better idea.

Thanks,
Ragu.

"ladislav.k " wrote:
Hallo, I have written web service with method:
public long DoSomething(str ing base64String)
{
try
{
return doit();
}
catch
{
return -1;
}
}

and client written also in c# that this webmethod is calling

private void clientmethod()
{
...
localhost.webse rvice ws = new
Name.Name.WebAp plication.local host.webservice ();
long retvl = ws.DoSomething( base64String);
}

If I'm calling this client function, I'm passing base64 coded string, but on
webservice side is parameter passed as null.
Do somebody know where is problem?
Thanks a lot
LK

Nov 23 '05 #3
You can pass base64String from C# client to web service. It looks your code
has some different problem.

Regards,
Ajit
"ladislav.k " wrote:
Hallo, I have written web service with method:
public long DoSomething(str ing base64String)
{
try
{
return doit();
}
catch
{
return -1;
}
}

and client written also in c# that this webmethod is calling

private void clientmethod()
{
...
localhost.webse rvice ws = new
Name.Name.WebAp plication.local host.webservice ();
long retvl = ws.DoSomething( base64String);
}

If I'm calling this client function, I'm passing base64 coded string, but on
webservice side is parameter passed as null.
Do somebody know where is problem?
Thanks a lot
LK

Nov 23 '05 #4
You can pass base64String from C# client to web service. It looks your code
has some different problem.

Regards,
Ajit
"ladislav.k " wrote:
Hallo, I have written web service with method:
public long DoSomething(str ing base64String)
{
try
{
return doit();
}
catch
{
return -1;
}
}

and client written also in c# that this webmethod is calling

private void clientmethod()
{
...
localhost.webse rvice ws = new
Name.Name.WebAp plication.local host.webservice ();
long retvl = ws.DoSomething( base64String);
}

If I'm calling this client function, I'm passing base64 coded string, but on
webservice side is parameter passed as null.
Do somebody know where is problem?
Thanks a lot
LK

Nov 23 '05 #5

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

Similar topics

0
386
by: ladislav.k | last post by:
Hallo, I have written web service with method: public long DoSomething(string base64String) { try { return doit(); } catch { return -1;
1
1459
by: Jackie W | last post by:
Has .NET any XML-based validation framework or tool classes to validate parameters passed to an Web Service? I need only couple of types validation - is parameter passed to Web Service method empty - does parameter belong to certain value set which is mentioned earlier somewhere in XML files. So, very simple validation. Cheers!
1
2330
by: Phil Mc | last post by:
Trying to call a stored proc but some times don't want to have values inserted in some fields. Hi I am rewriting a VBS script which called a stored proc in a SQL server db. The proc takes a number of values both char and floats. Sometime it is a requirement that the stored proc will not be given a values for some of the floats.
0
2228
by: Alexiel | last post by:
Hi, i have a problem, I have a Java Client and i call my webservice on ..NET. This run perfectly just except when i send parameters don't work fine. I send my code : This is my java client.......... import java.io.*; import java.util.*;
2
4038
by: Arif Khan | last post by:
Hi, I want to write down a function entry point logging method, allowing logging of passed in parameters values along with function name and parameter names. I know I can get the parameter name and function name using System.Reflection or StackFrame but not sure if if it's possible to retreive runtime passed in actual parameter values in .net 1.1 ? e.g. class User { public string GetName(int userId)
1
4100
by: kplkumar | last post by:
I am trying to get the method and the parameters passed to that method from the stackTrace. My code is, private void GetExecutingMethodInfo() { StackTrace trace = new StackTrace(false); for (int index = 0; index < trace.FrameCount; ++index)
1
1177
by: SergeyR | last post by:
Hello everybody. I came across this question before but there was no suitable answer. Since I have the same problem, I will repeat it here. this is a simple web servive: using System; using System.Web; using System.Web.Services;
0
3867
by: oolon | last post by:
Hy, I have to build a report. this report has to be call by a web service. My method to call this report is : public void Amende( string dossierId ) { ReportingService rs = new localhost.ReportingService(); rs.Credentials = System.Net.CredentialCache.DefaultCredentials;
4
1631
by: =?Utf-8?B?QWw=?= | last post by:
Hello, I'm writing a service using VS2005 and C#. I've found that only the objects used as parameters in WebMethods get exported to proxy dlls and the Service Description. I'd like my service clients to be able to use the objects I've defined in messages to the service and send them as "object" parameters or as embeded items in other objects. I can work around the problem by declaring all of the objects as public members of a dummy...
0
8449
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8360
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
8556
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
7387
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6198
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5666
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4371
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2774
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2011
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.