Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8709403
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T04:21:25+00:00 2026-06-13T04:21:25+00:00

I have a webservice developped with Python, that is made available via Ladon. I

  • 0

I have a webservice developped with Python, that is made available via Ladon.

I use the jsonwspclient.js and json2.js provided by the JSON example from ladon http://ladonize.org/index.php/Python_Example.

I am now in the need to do some cross script call to this webservice, so if I understand well the difference, I need to switch to some JSONP behaviour.

To do so, I have read that I need to add some callback function or something like that BTW I do not understand where this addiction should be made, and also if it can still be compatible with the description to load via JSON-WSP (is some kind of JSONP-WSP possible ?)

(also, should I switch to something like jquery for ths Javasript JSON part?)

My first tries ends with :

SyntaxError: JSON.parse: unexpected end of data

I think that this is due to some cross domain JS limitation (doing it not cross domain works well and does not end with this error)

another way, would be : how to convert a JSON-WSP descritpion and call it from a simple JSON way like the one described here ? Because calling client.loadDescription(muURL) to get description cannot be done cross domain.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T04:21:26+00:00Added an answer on June 13, 2026 at 4:21 am

    Or you simply make sure you don’t have to go cross-site by creating a Reverse proxy setup on your webserver

    1) Setting up a reverse proxy on IIS:
    http://technet.microsoft.com/en-us/library/ee215194(v=ws.10).aspx

    You should have a match rule looking something like this:

    <rule name="Reverse Proxy to MV-ID Services" stopProcessing="true">
      <match url="^service/(.*)" />
      <action type="Rewrite" url="http://ladonize.org/python-demos/{R:1}" />
    </rule>
    

    2) Setting up a reverse proxy on Apache2:
    http://httpd.apache.org/docs/2.2/mod/mod_proxy.html

    In your apache site-configuration you should have something like this in the site configuration:

    ProxyPass /service http://ladonize.org/python-demos
    ProxyPassReverse http://ladonize.org/python-demos
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a webservice that a developer can use to create a user account,
I have built a webservice into my companies self developed CRM system that we
I have sybase stored procedures that I have written which we use in our
We have developed a webservice that sits and runs in the context of a
I have developed a Webservice using Axis2 , made a .aar file from it
I have developped an asmx webservice with visual studio and I deploy on IIS
I have a jax-ws web service developped using netbeans 7 and glassfish 3.1.2 .
I have developed a WCF WebService. On client side they are unable to send
I have developed a web app using a webservice. Everything works fine in the
I have devoloped a WebService (WS1) in Java which is deployed in a Tomcat

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.