google-code-export / wordpress-web-service

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

Every call results in SOAP-ENV:ServerProcedure 'postId'/'pageId' or something Id not present #17

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Goto 
http://www.soapclient.com/soapclient?template=%2Fclientform.html&fn=soapform&Soa
pTemplate=%2FSoapResult.html&SoapWSDL=http%3A%2F%2Flokaldeals.com.ng%2Findex.php
%3F%2Fwpws%2F%3Fwsdl&_ArraySize=2
2. Try existing pageIDs like 2, 274, 45 etc.. 
3. See the repsonse
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Body>
<SOAP-ENV:Fault>
<faultcode>SOAP-ENV:Server</faultcode>
<faultstring>Procedure 'pageId' not present</faultstring>
</SOAP-ENV:Fault>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>

What is the expected output? What do you see instead?
I was hoping to see the pages?

What version of the product are you using? On what operating system?
wordpress installed on linux, plugin Version 0.2.1

Please provide any additional information below.

I also checked the wpws.wsdl.. my blog is correctly present there.. am i doing 
something very simple wrong?

Thanks

Original issue reported on code.google.com by guha.ron...@gmail.com on 13 Jun 2013 at 2:34

GoogleCodeExporter commented 9 years ago
Hi,

for the moment, simply ignore the embedded SOAP client.
Simply try to connect with your preferred application (using 
http://lokaldeals.com.ng/index.php?/wpws/?wsdl) and check whether it works.

Please tell me, what application you want to connect and if it worked.

Björn

Original comment by 0x1010...@gmail.com on 21 Jun 2013 at 1:42

GoogleCodeExporter commented 9 years ago

Original comment by 0x1010...@gmail.com on 24 Oct 2013 at 1:39