call my web services from other app with javascript?

Posted by Dejan.S on Stack Overflow See other posts from Stack Overflow or by Dejan.S
Published on 2010-05-19T05:54:58Z Indexed on 2010/05/19 6:00 UTC
Read the original article Hit count: 260

Hi. I got .asmx a web service on my app. I need to call a method from an other app to get statistics from my app. I need it to return XML. the call to the webmethod is done with javascript soap.

There is a default hellow world webmethod and calling that work but it seem that when i try to call a method where i need to pass parameters and it need to execute code it wont work and just return my error message. any ideas on what can be wrong. am I using the wrong web method?

© Stack Overflow or respective owner

Related posts about web-services

Related posts about best-practices