473,396 Members | 2,115 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.

Consuming webservice which returns Complex Data

Hi,

I am Trying to get the Array of claases from Webservice which returns an
array of classes.

that webservice is returned in Java and i am consumin g that webservice in
ASP.Net.

my problem is i am able to get the data from that webservice but it is
limited to 1024 Classes..

actually one class represents one record in database so i need to get more
than 1024 classes from that webservice.

Please provide me the solution ASAP.

here i am giving my code for your reference.

MSOC_WS = New MSOC_Data.ExportMsocData
StartDate = Start_Date
EndDate = End_Date
Dim MyclsAvailableTime As MSOC_Data.availableTimeAvailable() =
MSOC_WS.getAvailableTime(StartDate, EndDate)

For intCount = 0 To MyclsAvailableTime.Length - 1

s_Lt_cuid = IIf(MyclsAvailableTime(intCount).cuid Is
DBNull.Value, "", MyclsAvailableTime(intCount).cuid.ToString())
s_Lt_period_time = IIf(MyclsAvailableTime(intCount).period_time
Is DBNull.Value, "", MyclsAvailableTime(intCount).period_time.ToString( ))
s_Lt_period_date = IIf(MyclsAvailableTime(intCount).period_date
Is DBNull.Value, "", MyclsAvailableTime(intCount).period_date.ToString( ))
s_Lt_Type = IIf(MyclsAvailableTime(intCount).Lt_Type Is
DBNull.Value, "", MyclsAvailableTime(intCount).Lt_Type.ToString())
s_Lt_SubType = IIf(MyclsAvailableTime(intCount).Lt_SubType Is
DBNull.Value, "", MyclsAvailableTime(intCount).Lt_SubType.ToString() )
f_Lt_minutes = IIf(MyclsAvailableTime(intCount).minutes = 0, 0,
CDbl(MyclsAvailableTime(intCount).minutes))
's_Lt_Description =
IIf(MyclsAvailableTime(intCount).Lt_Description Is DBNull.Value, " ",
MyclsAvailableTime(intCount).Lt_Description.ToStri ng())
InsertAvailableSql(s_Lt_cuid, s_Lt_period_time,
s_Lt_period_date, s_Lt_Type, s_Lt_SubType, f_Lt_minutes, s_Lt_Description,
today)

Next
Thanks,

Srinivas

Nov 23 '05 #1
0 1143

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

Similar topics

3
by: Peter | last post by:
Hi! Please, could You advice me to complete the following task: We have a Web Service that returns XML document with some data about our customers. public XmlDocument getCustInfo() {
1
by: mzam | last post by:
Hi everyone, I have a vbscript which is consuming WebMethods from a WebService. Whenever the WebMethod returns a string or integer then no problem but when the WebMethod returns a DataSet then...
5
by: mtv | last post by:
Hi all, I have the following code: ================================ Webservice side: public class MyWS: WebService { private myLib.DataObject curDataObject;
1
by: BestofAbhi | last post by:
I am consuming Java Web Services in .NET. The Java Web Services have been coded using Apache Axis. The binding style in the WSDL is 'Document' and type is 'Literal'. I have added these Java...
0
by: Srinivas Kotta | last post by:
Hi, I am Trying to get the Array of claases from Webservice which returns an array of classes. that webservice is returned in Java and i am consumin g that webservice in ASP.Net. my...
1
by: leslie_tighe | last post by:
Hello, I have webservice created with Axis 1.2.1 and that I am trying to consuming in .NET (VB) using the Microsoft provided tools. While I am able to consume methods on the service that return...
7
by: Nalaka | last post by:
Hi, I created a sinple web service that returns a dataSet. Then I created a client program that uses this web service (that returns the Dataset). My question is, how did the client figure...
0
by: GrannyKlump | last post by:
I have written a ColdFusion Webservice which returns data back to VB.net as a Query. However, i dont know how to output this data. Anyone got any ideas? thanks gk
4
by: Boni | last post by:
I want consuming a webserivce trough a proxy. I use this code. myService s = new myService (); System.Net.WebProxy proxyObject = new System.Net.WebProxy("http://proxyhost:8080"); s.Proxy =...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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
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
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...
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...

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.