freelanceprogrammers.org Forum Index » ASP

Consume .NET Web Service from vb6 active x component


View user's profile Post To page top
davidrenz05 Posted: Thu Sep 08, 2005 9:26 pm


Joined: 08 Sep 2005

Posts: 2
Consume .NET Web Service from vb6 active x component
hello,

this kind of straddles this group and another, so i thought i would
give it a shot.

i have an active x component (written in vb6) that i want to connect
to a web service written in .NET. i would not like to use the SOAP
Toolkit if at all possible.

does anyone know of any resources that deal with this?

thanks,
david
Reply with quote
Send private message
View user's profile Post To page top
kindawords Posted: Thu Sep 08, 2005 9:34 pm


Joined: 11 Jan 2006

Posts: 46
Consume .NET Web Service from vb6 active x component
Actually have a project that demonstrates calling a web service from old
tech... Check out

http://www.vpsw.com/UsingWebServices.aspx

On 9/8/05, davidrenz05 <renzdj@...> wrote:
>
> hello,
>
> this kind of straddles this group and another, so i thought i would
> give it a shot.
>
> i have an active x component (written in vb6) that i want to connect
> to a web service written in .NET. i would not like to use the SOAP
> Toolkit if at all possible.
>
> does anyone know of any resources that deal with this?
>
> thanks,
> david
>
>
>
>
>
>
> Yahoo! Groups Links
>
>
>
>
>
>
>


--
Dean Fiala
Very Practical Software, Inc
http://www.vpsw.com


[Non-text portions of this message have been removed]
Reply with quote
Send private message
View user's profile Post To page top
synapp415 Posted: Thu Sep 08, 2005 9:39 pm


Joined: 16 Apr 2005

Posts: 2
Consume .NET Web Service from vb6 active x component
David,
I think you would have to wrapper the web service call in a .Net assembly
which then you could typelib and it would expose itself as a COM object.
WebService -> .Net dll -> ActiveX Control
In this manner, the .net assembly in the middle is simply a proxy. This
.Net assembly will have to be strongly named in order for it to typelib out
the COM interface.
Hope this helps,
Doug

On 9/8/05, davidrenz05 <renzdj@...> wrote:
>
> hello,
>
> this kind of straddles this group and another, so i thought i would
> give it a shot.
>
> i have an active x component (written in vb6) that i want to connect
> to a web service written in .NET. i would not like to use the SOAP
> Toolkit if at all possible.
>
> does anyone know of any resources that deal with this?
>
> thanks,
> david
>
>
>
>
> SPONSORED LINKS
> Basic programming
language<http://groups.yahoo.com/gads?t=ms&k=Basic+programming+language&w1=Basic
+programming+language&w2=Computer+programming+languages&w3=Programming+languages
&w4=Java+programming+language&w5=The+history+of+computer+programming+language&c=
5&s=176&.sig=clJRDppRYABhs6xUhzokKw> Computer
> programming
languages<http://groups.yahoo.com/gads?t=ms&k=Computer+programming+languages&w1=
Basic+programming+language&w2=Computer+programming+languages&w3=Programming+lang
uages&w4=Java+programming+language&w5=The+history+of+computer+programming+langua
ge&c=5&s=176&.sig=RiWZhYTiihJ1rWfeFgB2sg> Programming
>
languages<http://groups.yahoo.com/gads?t=ms&k=Programming+languages&w1=Basic+pro
gramming+language&w2=Computer+programming+languages&w3=Programming+languages&w4=
Java+programming+language&w5=The+history+of+computer+programming+language&c=5&s=
176&.sig=2BgLsjKfGvxPndstKBMU9g> Java
> programming
language<http://groups.yahoo.com/gads?t=ms&k=Java+programming+language&w1=Basic+
programming+language&w2=Computer+programming+languages&w3=Programming+languages&
w4=Java+programming+language&w5=The+history+of+computer+programming+language&c=5
&s=176&.sig=4wWSX5WKx7BCK9SrMVdrxQ> The
> history of computer programming
language<http://groups.yahoo.com/gads?t=ms&k=The+history+of+computer+programming
+language&w1=Basic+programming+language&w2=Computer+programming+languages&w3=Pro
gramming+languages&w4=Java+programming+language&w5=The+history+of+computer+progr
amming+language&c=5&s=176&.sig=iNvYp6cfd9HwtDhK1iV-rg>
> ------------------------------
> YAHOO! GROUPS LINKS
>
>
> - Visit your group
"AspNetAnyQuestionIsOk<http://groups.yahoo.com/group/AspNetAnyQuestionIsOk>"
> on the web.
> - To unsubscribe from this group, send an email to:
>
AspNetAnyQuestionIsOk-unsubscribe@yahoogroups.com<AspNetAnyQuestionIsOk-unsubscr
ibe@yahoogroups.com?subject=Unsubscribe>
> - Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> Service <http://docs.yahoo.com/info/terms/>.
>
>
> ------------------------------
>



--
Doug Nelson
www.synappnorth.com <http://www.synappnorth.com>


[Non-text portions of this message have been removed]
Reply with quote
Send private message
View user's profile Post To page top
davidrenz05 Posted: Thu Sep 08, 2005 10:12 pm


Joined: 08 Sep 2005

Posts: 2
Consume .NET Web Service from vb6 active x component
Doug and Dean.

Thanks for the replies.
Some food for thought, at least i have more options than i thought.

The Amazon code is pretty slick ... thanks for the code!

david




--- In AspNetAnyQuestionIsOk@yahoogroups.com, Dean Fiala
<dfiala@g...> wrote:
> Actually have a project that demonstrates calling a web service
from old
> tech... Check out
>
> http://www.vpsw.com/UsingWebServices.aspx
>
> On 9/8/05, davidrenz05 <renzdj@j...> wrote:
> >
> > hello,
> >
> > this kind of straddles this group and another, so i thought i
would
> > give it a shot.
> >
> > i have an active x component (written in vb6) that i want to
connect
> > to a web service written in .NET. i would not like to use the SOAP
> > Toolkit if at all possible.
> >
> > does anyone know of any resources that deal with this?
> >
> > thanks,
> > david
> >
> >
> >
> >
> >
> >
> > Yahoo! Groups Links
> >
> >
> >
> >
> >
> >
> >
>
>
> --
> Dean Fiala
> Very Practical Software, Inc
> http://www.vpsw.com
>
>
> [Non-text portions of this message have been removed]
Reply with quote
Send private message
Post new topic Reply to topic
Display posts from previous:   
 

All times are GMT
Page 1 of 1
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Freelace Website Designer - Customer web design and software building.
China Wholesale - Electronics Products
Character Studio - Tutorials and Help