473,386 Members | 1,710 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,386 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 721

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: Peter Longstaff | last post by:
Hi All, I have a webservice written in csharp that a fellow developer needs to consume using Flex2. Simple methods are OK but the problem arises when they call a method that requires an object...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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...
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
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...
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...

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.