Curl, WSDL, Web Service, soap

Source: Internet
Author: User

[Curl calls HTTP]

Http://www.21andy.com/blog/20080602/1154.html

Http://www.programmersheaven.com/2/Art_Curl_3_p7

[Curl calls WSDL]

Http://socol.iteye.com/blog/1088152

[WSDL vs. Soap]

Http://blog.csdn.net/pautcher_0/article/details/6798351

[Curl command details]

Http://blog.csdn.net/foxman209/article/details/6278093

Http://blog.csdn.net/learnhard/article/details/5683703

[Curl timeouts ]:

-- Connect-Timeout <seconds>

Maximum time in seconds that you allow the connection to the server to take. this only limits the connection phase, once curl has connected this option is of no more use. see also the-M/-- Max-time option.
If this option is used several times, the last one will be used.

 

-M/-- Max-time <seconds>

Maximum time in seconds that you allow the whole operation to take. this is useful for preventing your batch jobs from hanging for hours due to slow networks or links going down. see also the -- connect-Timeout option.
If this option is used several times, the last one will be used.

Http://blog.chinaunix.net/uid-20788470-id-1841681.html

[Demo ]:

Curl-d @ request. XML-h "Content-Type: text/XML; charset = URF-8" http: // localhost/servercenter/soap_all_srv.php? WSDL

<? XML version = "1.0" encoding = "UTF-8"?>

<Soap: envelope xmlns: Soap = "urn: mytimeserv">

<Soap: Body>

<Now>

<Format> H: I: S </format>

</Now>

</Soap: Body>

</Soap: envelope>

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.