Unanswered question

SOAP Design

Bonjour, lorsque j'exécute mon service j'obtiens le retour suivant
<faultstring>org.xml.sax.SAXException: SimpleDeserializer encountered a child element, which is NOT expected, in something it was trying to deserialize.</faultstring>

dans la définition de mon service, je dois ajouter
<![CDATA[ mais ce n'est pas reconnu par neoload,

<soapenv:Header/>
<soapenv:Body>
<web:executeService>
<web:inStream><![CDATA[
<service>
<header>
<clientLicense />
<environnement>SAB954</environnement>

jerome G.
jerome G.

jerome G.

Level
0
23 / 100
points

Answers

Fousseyni B.
Fousseyni B.

Fousseyni B.

Level
2
1014 / 2000
points

Hello Jerome,

You create a variable containing your value. Then you use javascript action to escape special characters of your string variable before sending your request to the server.

Best Regards,
Fousseyni B.