473,387 Members | 3,820 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,387 software developers and data experts.

NuSoap Send a Dataset to VB.Net

I am writing an app in vb .net that will use an XML webservice written in
PHP NuSoap. I want to have the NuSoap server send a dataset to my VB .NET
application i am trying to find any documentation of anyone pullling data
from a database in PHP then using NuSoap to send it to a .NET application
and have the .NET proxy class recognize the return datatype as a dataset so
that i can cache the dataset on the desktop application.

Gary Townsend
Spatial Mapping Ltd.
garyt[REMOVEME]@spatialmapping.com
Nov 21 '05 #1
2 5529

the easiest way is to have a client app create a dataset (using same query
you're going to use in php). save it to file as xml. then open the xml and
see what the structure is...your php script just needs to populate the
column xml tags and values...similar to outputting rows in an html table via
php.

..net will handle the xml appropriately as a dataset.

- then again, i haven't tried it...i build my own xml and stay away from
using built-in web service support in .net...too much overhead and far too
little control over the process of communicating my small-ish amounts of
data.

hth,

me
Nov 21 '05 #2
Please have a look at the following example file:

http://dietrich.ganx4.com/nusoap/tes...se_server.phps

You can pass arrays of data back and forward. I have tested this feature for
some of our future efforts.

Also see the following:

http://dietrich.ganx4.com/nusoap/index.php

-hobbyman

"Gary Townsend" wrote:
I am writing an app in vb .net that will use an XML webservice written in
PHP NuSoap. I want to have the NuSoap server send a dataset to my VB .NET
application i am trying to find any documentation of anyone pullling data
from a database in PHP then using NuSoap to send it to a .NET application
and have the .NET proxy class recognize the return datatype as a dataset so
that i can cache the dataset on the desktop application.

Gary Townsend
Spatial Mapping Ltd.
garyt[REMOVEME]@spatialmapping.com

Nov 21 '05 #3

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

Similar topics

0
by: Eric Dennison | last post by:
I've been playing around with NuSOAP as a PHP based SOAP server and client. Works great! Now I'm trying to write (using gSOAP) a simple C/C++ based client to test against my simple SOAP server....
2
by: Larry Sankey | last post by:
Hello. I am having what is probably the simplest problem there is with Nusoap. I have to admit I'm new to this stuff, but I have some programming experience and what I'm doing *shouldn't* be hard....
0
by: Unbreakable | last post by:
I am using the nusoap client and nusoap server without any problem. However, once I change the client to the excel, I am not sure how to call the nusoap server. Especially the nusoap server only...
0
by: Ward G | last post by:
Hi, Below is a basic webservice using the NuSOAP class. When I run the code to register the service, I get the nice html page generated by nusoap, offering a link to view the WSDL for my...
3
by: James Kennedy | last post by:
Hi, I've downloaded the NuSoap class files. I've put them onto my localhost/ where I run my php scripts, just put the nusoap.php file in there. I've got loads of different scripts to try out...
2
by: Johnny | last post by:
Searched on google for any info relating to this before posting here but found none. I set up a web service using nusoap on apache php 4.3.8 on windows with error_reporting = E_ALL and had that...
0
by: Dom | last post by:
Hi, I'm developing a PHP client that consumes a Web Service written in Java-Axis. I'm using NuSoap toolkit. Now I have the need to send IPaddress (together with the SOAP request) to the Web...
0
by: devthx | last post by:
Hi! I code php with nusoap for my web services and would like to consume it with c# soap client. Everything seem to be fine until I try to send data in Thai characters and recieved a garbage. Does...
6
amine
by: amine | last post by:
Hello People, I created a WebService in .NET on my machine with following methode: <WebMethod(Description:="test")> _ Public Function sayHello(ByVal myName As String, ByVal myID As Integer)...
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: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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,...

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.