[Spce-user] SoapFault exception error

Skyler skchopperguy at gmail.com
Sat Jun 30 09:41:24 EDT 2012


Hrmm, its always the simplest solutions that get overlooked. Thanks Daniel,
removal of the <document> tags worked perfectly.

Skyler

On Sat, Jun 30, 2012 at 5:35 AM, Daniel Tiefnig <dtiefnig at sipwise.com>wrote:

> 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
>
> _______________________________________________
> Spce-user mailing list
> Spce-user at lists.sipwise.com
> http://lists.sipwise.com/listinfo/spce-user
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sipwise.com/mailman/private/spce-user_lists.sipwise.com/attachments/20120630/b8adc0a5/attachment.html>


More information about the Spce-user mailing list