Hi!
I am using HttpUtils2 to use webservices from a page but I am having a problem about missing parameters
<code>
url = "http://x.x.x.x:8080/appws/mywebservice/param1/param2"
JobSave.PostString(url)
</code>
When I use this I get an error Missing Parameter.
Any cluees ?
I am using HttpUtils2 to use webservices from a page but I am having a problem about missing parameters
<code>
url = "http://x.x.x.x:8080/appws/mywebservice/param1/param2"
JobSave.PostString(url)
</code>
When I use this I get an error Missing Parameter.
Any cluees ?