This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DEVELOPERS FORUM - Using aras WSDL

shamer - Thursday, November 18, 2010 2:27 AM:

Hello,

I have an ARAS webservice WSDL published. But When I execute the methods in it using a client is not working.

The only working mwthod is the "LogOn" .When I run the other methods I get the error

<soap:Envelope xmlns:soap="schemas.xmlsoap.org/.../" xmlns:xsi="www.w3.org/.../XMLSchema-instance" xmlns:xsd="www.w3.org/.../XMLSchema">
   <soap:Body>
      <soap:Fault>
         <faultcode>soap:Server</faultcode>
         <faultstring>Server was unable to process request. ---> ERROR: You are not logged in to Innovator.</faultstring>
         <detail/>
      </soap:Fault>
   </soap:Body>
</soap:Envelope>

 

Please see the response of the LogOn method

 

<soap:Envelope xmlns:soap="schemas.xmlsoap.org/.../" xmlns:xsi="www.w3.org/.../XMLSchema-instance" xmlns:xsd="www.w3.org/.../XMLSchema">
   <soap:Body>
      <LogOnResponse xmlns="www.aras.com/.../>
   </soap:Body>
</soap:Envelop

 

 

Can anyone please help


Regards

Shameer