Re: How to run SOAP Client Examples
Martin Honnen <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.xml |
|---|---|
| Organization | Liberty Development |
| Message-ID | <[email protected]> |
Siegfried Heintze wrote: > I've been studying http://www.mozilla.org/xmlextras/ and specifically > http://lxr.mozilla.org/seamonkey/source/extensions/xmlextras/tests/xpost.html . > The last one looks like exactly what I want. I downloaded the nightly build > and I see I'm running 1.8a6. I visit > http://lxr.mozilla.org/seamonkey/source/extensions/xmlextras/tests/xpost.html > and nothing happens. Check the JavaScript console and you will see what happens. That test case tries to access http://green/cgi-bin/echo_xml.cgi and that is not allowed for a page loaded from http://lxr.mozilla.org/ You will need to install that test case locally or on your web server and change the http://green/cgi-bin/echo_xml.cgi to a URL of your own CGI script. -- Martin Honnen http://JavaScript.FAQTs.com/