Click here to Skip to main content
15,886,919 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a VB Project related to travels domen,
I have to developed new module for " Hotel Booking System "
I have to access to a 3rd party web service " http://wsdev.ccratravel.com/ws/HotelWebService.asmx?WSDL "

its have 6 web service Method : GetHotels , GetHotelInfo , GetRooms , BookReservation, CancelReservation, GetReservationInfo .

I have to send the web service a post code, likes: Login credentials, city Name, Country code, date etc.

and it returns a list of valid data.

Please help me
Thanks
Vipul
Posted

1 solution

We will obviously need to know what language and development environment you are using.

For example, in Android dev you might be looking for ksoap[^].

In .NET languages, you simple use the "Add Service Reference..." dialog in the solution manager.

It already looks like you have access to the service, now you need to consume it.

Cheers.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900