Search found 2 matches

by lelobo
Wed Jun 17, 2009 10:25 pm
Forum: Bugs, bug fixes & releases
Topic: (Maybe) Bug: insertContent
Replies: 2
Views: 6875

Re: (Maybe) Bug: insertContent

Same I have problem about InsertContent and I'm using PHP.

I'm getting an error when using insertContent (text or html) via webservices (all other webservice requests work fine).

request:

require_once 'SOAP/Client.php';
$username = "openemmws";
$password = "openemmws";
$wsdl_url = "openemm ...
by lelobo
Wed Jun 17, 2009 9:29 pm
Forum: Bugs, bug fixes & releases
Topic: SOAP - insertContent - IllegalStateException: Already value
Replies: 8
Views: 15469

About InsertContent by PHP

Hello Comunity,

I am developing with PHP Openemm by webservice for send newletters

I am getting a error method InsertContent and others methods are great working.


Request:

require_once 'SOAP/Client.php';
$username = "openemmws";
$password = "openemmws";
$wsdl_url = "openemm.wsdl";
$WSDL ...