![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks. |
| | |||||||
| | Vista - Using SOAP Request in Application VB Express |
| |
| 01-23-2010 | #1 |
| | Using SOAP Request in Application VB Express I have a friend who gave me access to his web service, he sent me a .wsdl and a .xsd file that he said I can incorporate my VB project. I can use these files to enter a serial number of a cell phone and get the repair status that he maintains. I know this is all soap but how do I declare the files and start my request to the services? |
| My System Specs |
| 01-23-2010 | #2 |
| | Re: Using SOAP Request in Application VB Express On 1/23/2010 10:43 AM, Spero wrote: Quote: > > I have a friend who gave me access to his web service, he sent me > a .wsdl and a .xsd file that he said I can incorporate my VB project. > I can use these files to enter a serial number of a cell phone and get > the repair status that he maintains. I know this is all soap but how > do I declare the files and start my request to the services? http://www.someservicesite.com/someservice.asmx?WSDL. With that, you then add a service reference to your project, pasting in the URL. You then can give the service any namespace you want. Now in the namespace you will have access to all of the exposed methods and classes available from the service. I know that there is a way with the wsdl file and manually connecting to the server, but I have never had need for this. -- Mike |
| My System Specs |
![]() |
| Thread Tools | |
| |
| Similar Threads for: Using SOAP Request in Application VB Express | ||||
| Thread | Forum | |||
| SOAP workaround | Vista General | |||
| Calling Web Services Using SOAP | PowerShell | |||
| SOAP webclient | PowerShell | |||
| Application keeps sending request to disable Desktop Window Manage | Vista General | |||