WordPressSharp icon indicating copy to clipboard operation
WordPressSharp copied to clipboard

xmlrpc call not working from IIS

Open mpevreuls opened this issue 6 years ago • 2 comments

Hi,

I am using WordPressSharp in my project. From my laptop running IIS Express or within visual studio it is all working fine. After deploying the application to our IIS webserver it fails.

I get an "Not Found" message on the newpost WordPress Source :CookComputing.XmlRpc.XmlRpcServerException: Not Found bij CookComputing.XmlRpc.XmlRpcClientProtocol.ReadResponse(XmlRpcRequest req, WebResponse webResp, Stream respStm) bij CookComputing.XmlRpc.XmlRpcClientProtocol.Invoke(Object clientObj, MethodInfo mi, Object[] parameters) bij XmlRpcProxy8a4379fb-4aa5-4607-b43b-9681da4e611c.NewPost(Int32 blog_id, String username, String password, Post_Put post) bij WordPressSharp.WordPressClient.NewPost(Post post)

I have tried debugging, logging etc. No clue where this is coming from. Any suggestions or ideas.

Best regards, Marcel

mpevreuls avatar Apr 19 '18 06:04 mpevreuls

Do you have the config setup properly pointing at reachable WordPress site?

Andy Brudtkuhl youmetandy.com

On Thu, Apr 19, 2018 at 1:02 AM, mpevreuls [email protected] wrote:

Hi,

I am using WordPressSharp in my project. From my laptop running IIS Express or within visual studio it is all working fine. After deploying the application to our IIS webserver it fails.

I get an "Not Found" message on the newpost WordPress Source :CookComputing.XmlRpc.XmlRpcServerException: Not Found bij CookComputing.XmlRpc.XmlRpcClientProtocol.ReadResponse(XmlRpcRequest req, WebResponse webResp, Stream respStm) bij CookComputing.XmlRpc. XmlRpcClientProtocol.Invoke(Object clientObj, MethodInfo mi, Object[] parameters) bij XmlRpcProxy8a4379fb-4aa5-4607-b43b-9681da4e611c.NewPost(Int32 blog_id, String username, String password, Post_Put post) bij WordPressSharp.WordPressClient.NewPost(Post post)

I have tried debugging, logging etc. No clue where this is coming from. Any suggestions or ideas.

Best regards, Marcel

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/abrudtkuhl/WordPressSharp/issues/81, or mute the thread https://github.com/notifications/unsubscribe-auth/AATsrJaCSfmjOpeyvXfwmYU4CRqzMy0_ks5tqChYgaJpZM4TbMgB .

abrudtkuhl avatar Apr 19 '18 14:04 abrudtkuhl

hi, yes. settings are exactly the same. Only difference is running my laptop is windows 10 en the IIS server is windows 2012 rc2.

mpevreuls avatar Apr 21 '18 18:04 mpevreuls