Image with AddContentBlock in Webservice API 2.0

Use this forum for all questions related to the source code of OpenEMM

Moderator: moderator

pm
Posts: 3
Joined: Thu Oct 11, 2007 2:45 pm

Image with AddContentBlock in Webservice API 2.0

Post by pm »

Hi,

I'm trying to use the Webservice API 2.0, with given PHP class WsseSoapClient,
And I have a problem with the AddContentBlock method :

when I try to add a link to an image in the content, for example
...<img src="http://www.mydomain.fr/images/img.jpg">
I have a Soap exception : Fatal error: Uncaught SoapFault exception: [HTTP] Internal Server Error in...

Can anyone help me ?

Thanks in advance,
mdoerschmidt
Posts: 25
Joined: Fri Jan 04, 2013 8:55 am

Re: Image with AddContentBlock in Webservice API 2.0

Post by mdoerschmidt »

Hi!

The error is caused by a missing Jar file: commons-codec-1.3.jar. You can download this file here: https://sourceforge.net/projects/openem ... /Bugfixes/
Please copy the file to WEB-INF/lib/ of your OpenEMM webservice installation directory and restart your servlet container.


Best regards,

Markus
Miller103
Posts: 1
Joined: Fri Aug 16, 2013 10:54 am

Re: Image with AddContentBlock in Webservice API 2.0

Post by Miller103 »

Hi,

I'm trying to use the Webservice API 2.0, with given PHP class WsseSoapClient,
And I have a problem with the AddContentBlock method :
Post Reply