Forum Discussion
Former_Member
8 years agoIdeator I
<env:Envelope xmlns:env="">www.w3.org/.../soap-envelope" xmlns:m="">http://www.aras-corp.com/">
<env:Header/>
<env:Body>
<Item action="EvaluateActivity" type="Activity">
<Activity>E2962A681F074022B6691A4F68D5509D</Activity><ActivityAssignment>5E651BA9DCB44B31B3EB02DF8F6EC97B</ActivityAssignment>
<Paths><Path id="38D2B2AB661A4DD78EE92656879B50BC"/>
</Paths><Authentication mode="none"/>
<Tasks>
<Task Completed="1" id="7A44C8C5884E4DF4B4E3F9084C0E356B"/>
<Task Completed="1" id="161BDE8EE64B47AFABEA2CC91492367D"/>
<Task Completed="1" id="74ACC37F3FDF43BFA73D517268152A0D"/>
</Tasks>
<Variables/>
<Comments>wplybt.wuqzoqho.ieetv73 .bu8slbatv1aes1w7q1bq2gld</Comments>
<Complete>1</Complete>
</Item>
</env:Body></env:Envelope>
On a different server (SP12) I get the following error with the request above which works just fine in nash(with both soap 1.1 and 1.2):
<SOAP-ENV:Envelope xmlns:SOAP-ENV="">schemas.xmlsoap.org/.../"><SOAP-ENV:Body><SOAP-ENV:Fault xmlns:af="">www.aras.com/.../faultcode><faultstring><![CDATA[ Database Name Or Database Description Is Wrong.
(Check your request and server configuration file)]]></faultstring><detail><af:legacy_detail><![CDATA[ Database Name Or Database Description Is Wrong.
(Check your request and server configuration file)]]></af:legacy_detail><af:exception message=" Database Name Or Database Description Is Wrong.
(Check your request and server configuration file)" type="Aras.Server.Core.InnovatorServerException" /></detail></SOAP-ENV:Fault></SOAP-ENV:Body></SOAP-ENV:Envelope>