User 0b3cac46cb
13-03-2014 18:10:07
I am calling a webservice which needs license . How to resolve this issue.
The sample request message is follows :
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:reg="http://registry.chemaxon.com/">
<soapenv:Header/>
<soapenv:Body>
<reg:Login>
<!--Optional:-->
<userName>xxxxxx</userName>
<!--Optional:-->
<password>xxxxx</password>
</reg:Login>
</soapenv:Body>
</soapenv:Envelope>
Shall get a successful response currently getting Fault
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
<S:Body>
<S:Fault xmlns:ns4="www.w3.org%2f2003%2f05%2fsoap-envelope" target="_blank">http://www.w3.org/2003/05/soap-envelope">
<faultcode>S:Server</faultcode>
<faultstring>No license file found.
Product name: Registration System
License path:
Please contact
sales _at_ chemaxon.com to obtain the corresponding license.
Students and academic researchers are entitled of free use
through our Academic Package, for more information
please visit: www.chemaxon.com%2facpack_conditions.html%253c%2ffaultstring" target="_blank">
http://www.chemaxon.com/acpack_conditions.html</faultstring>
</S:Fault>
</S:Body>
</S:Envelope>
It would be very helpful If anyone provides help as soon as possible.