473,320 Members | 1,865 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,320 software developers and data experts.

2 easy questions

1. if i'm returning a ds from a ws, can J2EE clients that use web services
use a service that returns back a ds, practically? If not, whats the
customary solution, so that whatever they get back, can be used in their
version of a 'datagrid'...

2. we have a group here which has the ws's on the same box as the website.
I've heard thats not suggested, for security reasons. How are the ws's put
on a different box, and how in VS.net do i create the proxy to something on
a different box. ie, instead of "add reference", I assume I choose, "add
web reference" & its thats easy? Also, is this an old-wives tale or is
there a tried-&-true reason to put the ws's on a sep. box...

TY! Jason Shohet


Nov 21 '05 #1
1 1132
Jason,

1. No, Java will not be able to understand what a DataSet is. What you need
to do here to insure interoperability is to create your own data structure.
Creating your won data structure would involve coming up with an XSD that
models your data. There are probably some 3rd party products that may
bridge the gap between .NET and Java "DataSet"-like objects, but I don't
know of any.

2. Yes, "Add Web Reference" is what you would use to add a reference to a
web service on another machine. I haven't heard of the security concerns you
mentioned, but I would think it would depend on your application. Take a
look at this page and it's resources for more information about security and
best practices:

http://www.microsoft.com/resources/p.../security.mspx

Eric

"Jason Shohet" <__******@yahoo.com> wrote in message
news:uL****************@tk2msftngp13.phx.gbl...
1. if i'm returning a ds from a ws, can J2EE clients that use web services use a service that returns back a ds, practically? If not, whats the
customary solution, so that whatever they get back, can be used in their
version of a 'datagrid'...

2. we have a group here which has the ws's on the same box as the website. I've heard thats not suggested, for security reasons. How are the ws's put on a different box, and how in VS.net do i create the proxy to something on a different box. ie, instead of "add reference", I assume I choose, "add
web reference" & its thats easy? Also, is this an old-wives tale or is
there a tried-&-true reason to put the ws's on a sep. box...

TY! Jason Shohet

Nov 21 '05 #2

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

Similar topics

9
by: Hans-Joachim Widmaier | last post by:
Hi all. Handling files is an extremely frequent task in programming, so most programming languages have an abstraction of the basic files offered by the underlying operating system. This is...
6
by: Nick Dreyer | last post by:
In VB.NET I would like to not have to create property get/set procedures for every class variable I want to expose to Excel VBA projects in COM builds. Can anyone tell me if that is possible, or...
1
by: James Dean | last post by:
I was wondering if anybody knew and easy way to read pixels. Is the easiest way to read a byte in convert it to a Bitarray and then when finished convert it back to Byte......I am looking in my...
3
by: Eifel-benz | last post by:
I'm working the first days with Visual C#.net. So most of you think these questions are really easy. 1. How can I read out the windows-account? 2. How can I read datas from an INI-file? A...
6
by: Jules Winfield | last post by:
I'm loving VS 2005. These are my questions and comments so far: BUG: Autoformatting ================ I've turned off virtually all autoformatting, but there is still one place where it rears...
4
by: Sccr18 | last post by:
I just have a couple of easy questions: 1. In Asp.net using Vb is there a way to list all the possible characters without listing them all like Char() = "abc..."? 2. I was trying to set the focus...
0
by: Yiyu | last post by:
Hi, I am a newbie here. Here what I want to do and I wonder if it's easy to be achieved using Windows Presentation Foundation: I am going to teach a college course and I want to do real time...
1
by: Michael Torrie | last post by:
Recently a post that mentioned a recipe that extended subprocess to allow killable processes caused me to do some thinking. Some of my larger bash scripts are starting to become a bit unwieldy...
25
by: Andy B | last post by:
How hard/easy is it to use/learn VB compared to c#?
4
by: Miner Jeff | last post by:
I've written some code that reads a text file. I have a requirement that the text file also be in a format that's easy to read when it's printed. In a prior project, I had used some spreadsheet...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

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.