Giter VIP home page Giter VIP logo

Comments (5)

doedje avatar doedje commented on May 13, 2024

Where is the error coming from? Is it from you webservice or is it thrown by jquery or jquery.soap? maybe even before something is send to the server? Can you use firebug (or similar) to see WHAT is send to server and what the response is?

just to rule out the number-one error: read and make sure this is not due to same-origin-policy

from jquery.soap.

Zethar avatar Zethar commented on May 13, 2024

with jquery ajax call all is running

I think the Error is coming from sending the Information for the Soap Request.

I Use Jquery.Soap to call the Webservice from the Link above. With Cordova (IOS App) i can call Webservices from everyone... no same-origin-policy.

i think the Error is in my $soap code :(

from jquery.soap.

doedje avatar doedje commented on May 13, 2024

I have been toying around with the webservice but it keeps returning me errors.....
I read the docs that go with it and wondered why you don't use:

$.get('http://wsf.cdyne.com/WeatherWS/Weather.asmx/GetCityWeatherByZIP?ZIP=23454', function(data) { console.log(data); });

No need to use jquery.soap if you aint gonna send SOAP anyway...

from jquery.soap.

Zethar avatar Zethar commented on May 13, 2024

i would like to use the soap plugin. My Endprojekt will get Data from an SOAP Service, so i want to try it this way. Without the Soap Plugin it works, thats the understanding point ...

Anyway, thanks for your help.

from jquery.soap.

doedje avatar doedje commented on May 13, 2024

I did get past the 'Request format is invalid: text/xml; charset:UTF-8' part by omitting sending that in my proxy script (I used the included demo with a php proxy-script to overcome same-origin-policy in the demo/test environment)
But the next error it gives me is a:

Missing parameter: ZIP

Strangly tho, the SOAP message I send is exactly the same as in their demo.... I have never had problems like this with the plugin and I am convinced the problem is with the WebService and not with the plugin.....

Wish you luck, any further questions are welcome! =]

from jquery.soap.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.