PHP Classes

curl method for web serivce name

Recommend this page to a friend!

      Top level forums  >  PHP Specialists  >  General  >  curl method for web serivce name  
Subject:curl method for web serivce name
Summary:any more detail require than ask me i will provide
Messages:4
Author:Muhammad Shaji uddin
Date:2011-10-10 07:30:46
Update:2011-10-10 09:02:00
 

  1. curl method for web serivce name   Reply   Report abuse  
Picture of Muhammad Shaji uddin Muhammad Shaji uddin - 2011-10-10 08:00:45
Hi,

how to invoking PHP curl method on a server and the response will be XML type. Curl will save the output. I need to fetch data from a web service name i-e 'GetPVForServiceProviders'

The web service contain secure urls and these urls are in 'xsd' format i-e 'http://www.abc.com/PaymentVoucher.xsd'

Code is like:

<PaymentVoucher xmlns="http://www.abc.com/PaymentVoucher.xsd">
<ErrorInfo>
<ErrorCode>Integer</ErrorCode>
<ErrorEnglish>String</ErrorEnglish>
<ErrorArabic>String</ErrorArabic>
</ErrorInfo>
</PaymentVoucher>

Can I use this kind of web service with PHP? if yes then what will be best way to use this web service because I need to receive and send data using php and save to mysql.

There are 3 replies in this thread, which are not being displayed.
Browsing this forum thread replies is available only to premium subscribers.


Go to the premium subscriptions page to learn how to become a premium subscriber and have full access to this forum.