Reference of Service References and Web References, servicereferences

Source: Internet
Author: User

Reference of Service References and Web References, servicereferences

You can reference WebService in either of the following ways:

1. Service References

Add service reference -------- enter the webservice address and click it to display the service corresponding to the namespace (you can modify the namespace)

Click OK to display a Service References folder.

Call method:

 

Example: // Service References
ServiceReference1.PDAServiceSoap PdaService = new PDAServiceSoapClient ();
Var downloadCustService = PdaService. DownloadaCust (new DownloadaCustRequest (null, custid, userid ));

 

2. Web References

Add service reference ---- click [advanced] in the lower left corner ------ service reference setting page ---- click [add web reference] in the lower left corner]

 

 

Enter the webService address, and a method corresponding to the web reference name will appear (you can modify the web reference name)

 

Call method:

 

Example: // WebReference
WebReference. PDAService Pda = new WebReference. PDAService ();
Var downloadCust = Pda. DownloadaCust (custid, userid );

Note: Do I need to add a suffix after some webservice address references? Wsdl can be referenced.

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.