I'm trying to use the Actuate web services to query the encyclopedia to get the list of reports and other details.
I got the wsdl info from
Following is the XML that is sent to the server
<env:Envelope xmlns:SOAP-ENC=" xmlns:env=" xmlns:xsd=" xmlns:xsi="<env:Body>
<Login>
<User>Administrator</User>
<Password></Password>
<UserSetting>false</UserSetting>
</Login>
</env:Body>
</env:Envelope>
I got the following error.
{{{<ns1:Message>The message did not contain a SOAP header.</ns1:Message>
Pls let me know what is missing in this or else send me some references on how to test the web services.
thanks in advance,
Johinth
I got the wsdl info from
Following is the XML that is sent to the server
<env:Envelope xmlns:SOAP-ENC=" xmlns:env=" xmlns:xsd=" xmlns:xsi="<env:Body>
<Login>
<User>Administrator</User>
<Password></Password>
<UserSetting>false</UserSetting>
</Login>
</env:Body>
</env:Envelope>
I got the following error.
{{{<ns1:Message>The message did not contain a SOAP header.</ns1:Message>
Pls let me know what is missing in this or else send me some references on how to test the web services.
thanks in advance,
Johinth