Link to home
Start Free TrialLog in
Avatar of rnsr
rnsrFlag for India

asked on

integrating wsdl in my web application

I have path as c:\a.wsdl. i need to use it on my web application. How will i do it.
ASKER CERTIFIED SOLUTION
Avatar of kaushik_gajera2002
kaushik_gajera2002

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of rnsr

ASKER

This i have done. I have used in console applicaton and now using in web application. in Web Application i have added service but where i do need to change the code for web .
Avatar of rnsr

ASKER

Sample Code for Console Application

 ProcessShipmentRequest request = CreateShipmentRequest();
            ShipService service = new ShipService();

what will be in web application.

Service name ->ShipServiceWebReference
Avatar of kaushik_gajera2002
kaushik_gajera2002

Same thing use in web

Make Service Reference object and call there property's.

still cannot understand just post your code, will help you
Avatar of rnsr

ASKER

Resolved .