[Spce-user] SoapFault exception error

Daniel Tiefnig dtiefnig at sipwise.com
Sat Jun 30 08:35:39 EDT 2012


On 06/30/2012 03:34 AM, Skyler wrote:
> Hi,

Hej!

> Google indicates that the <document> error is because the 
> Provisioning.wsdl is built from wsdl-viewer possibly 
> (http://tomi.vanek.sk/index.php?page=wsdl-viewer). So, the <xsd:tag>
> is not present in Provisioning.wsdl for this generator to find.

The error is IMHO caused by a bug in the PHP5 WSDL implementation. The
<documentation> tags should be fine according to the WSDL specification:
http://www.w3.org/TR/wsdl#_documentation

A simple solution, as you're saving the WSDL to a local file anyway
would be to strip the documentation elements from the file:

perl -i -0777 -ple's/\s*<documentation>.+?<\/documentation>//sg'
Provisioning.wsdl

br,
daniel




More information about the Spce-user mailing list