|
-
Oct 30th, 2002, 08:24 AM
#1
Thread Starter
PowerPoster
MTS and the Internet
Is it possible to create MTS components over the internet from a remote client in VB?
-
Oct 30th, 2002, 10:01 AM
#2
Lively Member
u can use Soap for that purpose.
look in MSDN for Soap Toolkit.
-
Oct 30th, 2002, 11:06 AM
#3
Thread Starter
PowerPoster
Originally posted by deja
u can use Soap for that purpose.
look in MSDN for Soap Toolkit.
what in the world is that?
-
Oct 31st, 2002, 01:31 AM
#4
Lively Member
Soap stands for Simple Object Access Protocol.
it is intended for accessing remote components or web services on the net through open protocols such as HTTP.
links:
http://www.w3.org/TR/SOAP/
http://www.msdn.microsoft.com/library/default.asp
http://www.msdn.microsoft.com/librar...pspecindex.asp
http://www.microsoft.com/mind/0100/soap/soap.asp
hope it will helps
-
Oct 31st, 2002, 03:37 AM
#5
it is intended for accessing remote components or web services on the net through open protocols such as HTTP.
As I understood it, soap is a protocal built for accessing remote components via XML transmissions... but yeah, this is what you'll need to look at J4U.
Ms produce a soap toolkit here which I guess would have some samples with it for you to look at, otherwise here's the Ms soap development page: http://search.microsoft.com/gomsuri....entid=28000523
-
Oct 31st, 2002, 08:09 AM
#6
Thread Starter
PowerPoster
Originally posted by alex_read
As I understood it, soap is a protocal built for accessing remote components via XML transmissions... but yeah, this is what you'll need to look at J4U.
Ms produce a soap toolkit here which I guess would have some samples with it for you to look at, otherwise here's the Ms soap development page: http://search.microsoft.com/gomsuri....entid=28000523
Before I read. Is SOAP reliable and affordable?
-
Oct 31st, 2002, 08:21 AM
#7
Lively Member
it's pretty new technology, but if the w3c accept it, it's enough.
SOAP is initiative from companies like Microsoft, IBM and the list is long.
Web Service that r the next generation of distributed systems based on this new technology.
so u better start using it.
-
Oct 31st, 2002, 09:03 AM
#8
Thread Starter
PowerPoster
Originally posted by deja
it's pretty new technology, but if the w3c accept it, it's enough.
SOAP is initiative from companies like Microsoft, IBM and the list is long.
Web Service that r the next generation of distributed systems based on this new technology.
so u better start using it.
yeah and looks like it is free
-
Nov 1st, 2002, 12:34 AM
#9
PowerPoster
Soap is just a standard way of bundling up your xml.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|