Re: How to use WSDL file

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Hi Sunil,

To use WSDL in your ASP.Net application, you need to follow a maximum
4-step process.

I've documented them at my blogs at:
http://webservices.edujini.in/2006/05/howto-how-to-use-wsdl-in-net.html
I think this is one of the most common questions asked here in the
webservices forums! :)


--
Happy Hacking,
Gaurav Vaish
http://www.mastergaurav.org
http://www.edujini.in
http://webservices.edujini.in
-------------------


"Kumar" <Kumar@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:32BC82CC-5518-4646-8DC4-D48A7183154C@xxxxxxxxxxxxxxxx
How to use WSDL file provided by my CRM application (Salesforce.com) in my
own ASP.NET application. Please follow the steps to get WSDL file.

Click on the following link to get connected with Salesforce.com CRM
application : -

https://www.salesforce.com/login.jsp

User id: sunil_mzp@xxxxxxxxx

Password: password


Once you are logged in, you are in the Home page of the application.

Now please click on the 'Setup' which is top of the web page. This will
open
'Personal Setup' window.

On the left side of the screen, There are three headers 'Personal Setup',
'App Setup', and 'Administration Setup'. Under 'App Setup', Please click
on
the ' Integrate' --> 'AppExchange API'. This will open 'WSDL Download'
window. Now click on the 'Download Enterprise WSDL'. It will open XML
file.

Now my question is, how to use this WSDL file in my own ASP.NET
application?


Thanks.




.



Relevant Pages

  • Re: Need php5 soap example dealing with complex types
    ... the web and am familair by now of how to setup / configure / implement ... The issue I'm having is how to pass and define complex types through ... If the answer does turn out to be, 'Learn wsdl' - can anyone point me ...
    (alt.php)
  • Re: Need php5 soap example dealing with complex types
    ... the web and am familair by now of how to setup / configure / implement ... The issue I'm having is how to pass and define complex types through ... If the answer does turn out to be, 'Learn wsdl' - can anyone point me ...
    (alt.php)
  • Re: WSDL Generated Proxy Classes?
    ... WSDL file is that each client can download the WSDL file and generate ... But what proxy classes do, the same can be done using business objects. ... Both Web Services & business objects require compiled objects that are ...
    (microsoft.public.dotnet.framework.aspnet)
  • Separate WSDL File
    ... I've created my own WSDL file and referenced an XSD file too. ... I've then set the Binding for the class and methods and set the ... up, add the reference, and all is ok. ...
    (microsoft.public.dotnet.xml)
  • Re: WSDL Generated Proxy Classes?
    ... Namespace lines) is encapsulated in an ASMX file after which WSDL is ... WSDL is Web Service Description Language. ... The advantage of generating a WSDL file is that each client can download the WSDL file and generate proxy "on the fly". ... However, there are also other consumers of web services, and they also create proxies in JavaScript dynamically using the WSDL file. ...
    (microsoft.public.dotnet.framework.aspnet)