Home All Groups Group Topic Archive Search About

consuming a web service

Author
6 Nov 2006 6:44 PM
Jay
Hi,
I am consuming a web service which is written in Java. I am currently
testing it, works fine. To consume the web service i added web
references giving it the url to access the web service. Now the code
needs to go as a part of production. So my dilemma is how to add the
wsdl file or the actual reference to my code?
I hope I am clear on what i want to do.. plz mail me if its not clear i
will try and do a better job at explaining
Thanks

Author
6 Nov 2006 11:00 PM
John Timney (MVP)
is this what you are after

http://www.codeproject.com/soap/wsdldynamicurl.asp

--
--
Regards

John Timney (MVP)
VISIT MY WEBSITE:
http://www.johntimney.com
http://www.johntimney.com/blog


Show quoteHide quote
"Jay" <jayasunde***@gmail.com> wrote in message
news:1162838641.933790.36050@h48g2000cwc.googlegroups.com...
> Hi,
> I am consuming a web service which is written in Java. I am currently
> testing it, works fine. To consume the web service i added web
> references giving it the url to access the web service. Now the code
> needs to go as a part of production. So my dilemma is how to add the
> wsdl file or the actual reference to my code?
> I hope I am clear on what i want to do.. plz mail me if its not clear i
> will try and do a better job at explaining
> Thanks
>