开发者

post data to url of soap server using wordpress

开发者 https://www.devze.com 2023-03-19 17:11 出处:网络
I am new to wordpress. I want to post data to some url which of soap server. for this can i use wp_remote_post method?

I am new to wordpress.

I want to post data to some url which of soap server.

for this can i use wp_remote_post method?

If开发者_运维百科 no then tell me what is the way to do this?

please help me...

Thanks in advance


No, you cannot use wp_remote_post to communicate with a soap server. This just makes a post request to a url. If you want to communicate with SOAP you have to create a SOAP object, make sure it conforms to the WSDL service and make calls through it. This sounds like it is far over your head. You should read some tutorials on SOAP and PHP.

http://devzone.zend.com/article/689

0

精彩评论

暂无评论...
验证码 换一张
取 消