<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to support-requests</title><link href="https://sourceforge.net/p/mxquery/support-requests/" rel="alternate"/><link href="https://sourceforge.net/p/mxquery/support-requests/feed.atom" rel="self"/><id>https://sourceforge.net/p/mxquery/support-requests/</id><updated>2011-04-23T22:42:23Z</updated><subtitle>Recent changes to support-requests</subtitle><entry><title>Need to parse xml in cdata section</title><link href="https://sourceforge.net/p/mxquery/support-requests/2/" rel="alternate"/><published>2011-04-23T22:42:23Z</published><updated>2011-04-23T22:42:23Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.netaaf01134515f0c2364c9ee8875cdab8d2cee6d33</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Need parsing functionality similar to saxon:parse()&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>error using soap-call function</title><link href="https://sourceforge.net/p/mxquery/support-requests/1/" rel="alternate"/><published>2011-04-05T12:37:43Z</published><updated>2011-04-05T12:37:43Z</updated><author><name>kiransingh Ghoorbin</name><uri>https://sourceforge.net/u/kigho/</uri></author><id>https://sourceforge.neta8297675bc2510582d53fd3f3061b415250e34b1</id><summary type="html">&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;</summary></entry></feed>