<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to support-requests</title><link>https://sourceforge.net/p/mxquery/support-requests/</link><description>Recent changes to support-requests</description><atom:link href="https://sourceforge.net/p/mxquery/support-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Sat, 23 Apr 2011 22:42:23 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/mxquery/support-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>Need to parse xml in cdata section</title><link>https://sourceforge.net/p/mxquery/support-requests/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Need parsing functionality similar to saxon:parse()&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sat, 23 Apr 2011 22:42:23 -0000</pubDate><guid>https://sourceforge.netaaf01134515f0c2364c9ee8875cdab8d2cee6d33</guid></item><item><title>error using soap-call function</title><link>https://sourceforge.net/p/mxquery/support-requests/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi , &lt;/p&gt;
&lt;p&gt;I am currently trying to use mxquery for one of our projects here at Depth.ch ( company specialized in GIS web dev)&lt;/p&gt;
&lt;p&gt;Using the war file provided by the default build mechanism (-f build.xml war), I added an xquery file (named xqueryEngineTemplate.xquery) to the list of filesin the root directory of the mxquery web application.  (same where the default .xquery files are found)&lt;/p&gt;
&lt;p&gt;The content of the file is:&lt;/p&gt;
&lt;p&gt;module namespace lc="http://localhost/sdiv2";&lt;br /&gt;
declare function lc:testsoap($a as xs:integer) as xs:string{&lt;br /&gt;
let $input :=&lt;br /&gt;
&amp;lt;soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:Hello"&amp;gt;&lt;br /&gt;
&amp;lt;soapenv:Header/&amp;gt;&lt;br /&gt;
&amp;lt;soapenv:Body&amp;gt;    &lt;br /&gt;
&amp;lt;doHello&amp;gt;&lt;br /&gt;
&amp;lt;doHello&amp;gt;Tom&amp;lt;/doHello&amp;gt;&lt;br /&gt;
&amp;lt;/doHello&amp;gt;&lt;br /&gt;
&amp;lt;/soapenv:Body&amp;gt;&lt;br /&gt;
&amp;lt;/soapenv:Envelope&amp;gt;&lt;br /&gt;
let $resultSOAP-Env := fn:soap-call(xs:anyURI("http://localhost/sdiv2/testwsdl/hello_server.php"),$input)&lt;br /&gt;
return $resultSOAP-Env//return/text()&lt;br /&gt;
};&lt;/p&gt;
&lt;p&gt;However, just reaching the wsdl file related to my xquery file gives the following error. In my case the url is &lt;a href="http://localhost:8080/MXQuery/services/xqueryEngineTemplate.wsdl?" rel="nofollow"&gt;http://localhost:8080/MXQuery/services/xqueryEngineTemplate.wsdl?&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;XML Parsing Error: syntax error&lt;br /&gt;
Location: &lt;a href="http://localhost:8080/MXQuery/services/xqueryEngineTemplate" rel="nofollow"&gt;http://localhost:8080/MXQuery/services/xqueryEngineTemplate&lt;/a&gt;&lt;br /&gt;
Line Number 1, Column 1:Function named fn:soap-call not available&lt;/p&gt;
&lt;p&gt;I am concerned that a separate build process might be required to expose the soap-call function.&lt;/p&gt;
&lt;p&gt;The version I am using is 0.6 &lt;a href="http://sourceforge.net/projects/mxquery/files/mxquery/mxquery-0.6.0/mxquery-src-0.6.0.zip/download"&gt;http://sourceforge.net/projects/mxquery/files/mxquery/mxquery-0.6.0/mxquery-src-0.6.0.zip/download&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Could you point me to what could be the issue here, and if possible provide an example for a soap-call  usage.&lt;/p&gt;
&lt;p&gt;Thanks&lt;br /&gt;
Kiran&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">kiransingh Ghoorbin</dc:creator><pubDate>Tue, 05 Apr 2011 12:37:43 -0000</pubDate><guid>https://sourceforge.neta8297675bc2510582d53fd3f3061b415250e34b1</guid></item></channel></rss>