google-code-export / wordpress-web-service

Automatically exported from code.google.com/p/wordpress-web-service
2 stars 1 forks source link

Error parsing the WSDL file #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. I followed the instruction given.
2. When i enter URL as http://localhost/wordpress/index.php/wpws it throws the 
error on the right side box.

What is the expected output? What do you see instead?
Expecting Client form to display

What version of the product are you using? On what operating system?
I am using PHP 5.2.6-3 ubuntu4.6, wordpress 3.0.1 and wordpress-web-service 
version 0.2.0

Please provide any additional information below.

Full error trace follows.
Service Documentation :  None
Error parsing the WSDL file: http://localhost/wordpress/index.php?/wpws/?wsdl 
Error retrieving WSDL file at http://localhost/wordpress/index.php?/wpws/?wsdl

Original issue reported on code.google.com by balavrs...@gmail.com on 22 Dec 2010 at 1:45

GoogleCodeExporter commented 9 years ago
Is your WordPress installation publicly accessible?

Original comment by 0x1010...@gmail.com on 18 Mar 2011 at 8:07

GoogleCodeExporter commented 9 years ago
I got same problem. there are another error when I enter URL http://localhost/wp
it said : 
Warning: strlen() expects parameter 1 to be string, array given in 
C:\xampp\htdocs\wp\wp-content\plugins\wordpress-web-service\wordpress-web-servic
e.php on line 52

Original comment by imbacht...@gmail.com on 28 Sep 2011 at 4:47

GoogleCodeExporter commented 9 years ago
http://eshop.padash.net/index.php?/wpws/?wsdl

Original comment by meshop.bz@gmail.com on 13 Oct 2011 at 3:31

GoogleCodeExporter commented 9 years ago
I created a web service client for http://eshop.padash.net/index.php?/wpws/?wsdl
and called get_posts.
I received 5 posts. One post has the name "sony-ericsson-pakage-2012".
Correct?

Original comment by 0x1010...@gmail.com on 9 Nov 2011 at 12:18

GoogleCodeExporter commented 9 years ago

Original comment by 0x1010...@gmail.com on 23 Nov 2011 at 5:18

GoogleCodeExporter commented 9 years ago
Hi,

I am using wordpress webservice plugin which is available in wordpress.org. I 
have installed and activated in my application. I have got the error while 
testing. my url is http://localhost/BSRaD/index.php?/wpws and error message is 
Error parsing the WSDL file: http://localhost/BSRaD/index.php?/wpws/?wsdl Error 
retrieving WSDL file at http://localhost/BSRaD/index.php?/wpws/?wsdl 
please help me how to fix that issue, what I need to do?

Original comment by ubaidu...@innoppl.com on 6 Oct 2012 at 8:13

Attachments:

GoogleCodeExporter commented 9 years ago
The error message comes from a free SOAP client available on the internet.
Since this service cannot access your locally running website (localhost) you 
get the corresponding error message.
Y
Please try to run wordpress on a publicly accessible address to test your 
service.
Anyhow wordpress web service should work on your local machine.

Original comment by 0x1010...@gmail.com on 7 Oct 2012 at 9:02