473,396 Members | 1,755 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Passed parameters to web service is null

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

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

private void clientmethod()
{
...
localhost.webservice ws = new
Name.Name.WebApplication.localhost.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 6028
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(string base64String)
{
try
{
return doit();
}
catch
{
return -1;
}
}

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

private void clientmethod()
{
...
localhost.webservice ws = new
Name.Name.WebApplication.localhost.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(string base64String)
{
try
{
return doit();
}
catch
{
return -1;
}
}

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

private void clientmethod()
{
...
localhost.webservice ws = new
Name.Name.WebApplication.localhost.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(string base64String)
{
try
{
return doit();
}
catch
{
return -1;
}
}

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

private void clientmethod()
{
...
localhost.webservice ws = new
Name.Name.WebApplication.localhost.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(string base64String)
{
try
{
return doit();
}
catch
{
return -1;
}
}

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

private void clientmethod()
{
...
localhost.webservice ws = new
Name.Name.WebApplication.localhost.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
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
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...
1
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...
0
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...
2
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...
1
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); ...
1
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;...
0
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...
4
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...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
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,...

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.