What could the possible reasons be for getting a "500 - Internal server error." Error while consuming an AR System published web service? The Mid-Tier is up and running, and I can load the WSDL into test tools (tried soapUI), and the response envelope I got after entering all the required information (envelope down below) is the 500 error. The associated message as you can see of that error is "There is a problem with the resource you are looking for, and it cannot be displayed."
I'm looking online to see possible causes of http 500 errors but so far have not found anything really very specific to WSDL's and http 500 errors.. I suspect it may be a permissions issue somewhere, but I've noticed that both my AR Server as well as my web server (two separate boxes) have their respective services run with Local System Account. So either of the systems if it required to create some sort of a temp file, wherever that might be, should have had sufficient privileges to do so. I've checked a few other things like local machine firewall settings and I think it looks good. Running out of ideas on what more to check for. Thank you for any suggestions.. Joe PS: response and request envelopes below.. The Response Envelope I get is as follows.. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> <title>500 - Internal server error.</title> <style type="text/css"> <!--body{margin:0;font-size:.7em;font-family:Verdana, Arial, Helvetica, sans-serif;background:#EEEEEE;} fieldset{padding:0 15px 10px 15px;} h1{font-size:2.4em;margin:0;color:#FFF;} h2{font-size:1.7em;margin:0;color:#CC0000;} h3{font-size:1.2em;margin:10px 0 0 0;color:#000000;} #header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;font-family:"trebuchet MS", Verdana, sans-serif;color:#FFF; background-color:#555555;} #content{margin:0 0 0 2%;position:relative;} .content-container{background:#FFF;width:96%;margin-top:8px;padding:10px;pos ition:relative;}--> </style> </head> <body> <div id="header"> <h1>Server Error</h1> </div> <div id="content"> <div class="content-container"> <fieldset> <h2>500 - Internal server error.</h2> <h3>There is a problem with the resource you are looking for, and it cannot be displayed.</h3> </fieldset> </div> </div> </body> </html> Request Envelope <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:INT_ACS_BizTalkToFFADirect"> <soapenv:Header> <urn:AuthenticationInfo> <urn:userName>UserName</urn:userName> <urn:password>Password</urn:password> <!--Optional:--> <urn:authentication>?</urn:authentication> <!--Optional:--> <urn:locale>?</urn:locale> <!--Optional:--> <urn:timeZone>?</urn:timeZone> </urn:AuthenticationInfo> </soapenv:Header> <soapenv:Body> <urn:Create_AllFields> <urn:Submitter>jdsouz9c</urn:Submitter> <!--Optional:--> <urn:Assigned_To>?</urn:Assigned_To> <urn:Status>?</urn:Status> <urn:Summary>?</urn:Summary> <!--Optional:--> <urn:Character01>This is to test WSDL on the BizTalk inteface form.</urn:Character01> <!--Optional:--> <urn:Diary01>Joe creating a ticket in the BizTalk inteface form.</urn:Diary01> <!--Optional:--> <urn:DateTime01>1/18/2013 4:20:00 PM</urn:DateTime01> <!--Optional:--> <urn:Date01>1/20/2013</urn:Date01> <!--Optional:--> <urn:Time01>5:20:00 PM</urn:Time01> <!--Optional:--> <urn:Currency01_currencyValue>9.99</urn:Currency01_currencyValue> <!--Optional:--> <urn:Currency01_currencyCode>USD</urn:Currency01_currencyCode> <!--Optional:--> <urn:Currency01_currencyConversionDate>1/18/2013 12:00:00 PM</urn:Currency01_currencyConversionDate> <!--Optional:--> <urn:Integer01>645645</urn:Integer01> <!--Optional:--> <urn:RealNumber01>123.9876543210</urn:RealNumber01> <!--Optional:--> <urn:Decimal01>1.56</urn:Decimal01> <!--Optional:--> <urn:Drop-List01>Platinum</urn:Drop-List01> <!--Optional:--> <urn:RadioButton01>Maybe</urn:RadioButton01> <!--Optional:--> <urn:CheckBox01>Approved</urn:CheckBox01> <!--Optional:--> <urn:Attach2MB01_attachmentName>?</urn:Attach2MB01_attachmentName> <!--Optional:--> <urn:Attach2MB01_attachmentData>cid:608107371788</urn:Attach2MB01_attachment Data> <!--Optional:--> <urn:Attach2MB01_attachmentOrigSize>?</urn:Attach2MB01_attachmentOrigSize> <!--Optional:--> <urn:Attach2MB02_attachmentName>?</urn:Attach2MB02_attachmentName> <!--Optional:--> <urn:Attach2MB02_attachmentData>cid:606679801636</urn:Attach2MB02_attachment Data> <!--Optional:--> <urn:Attach2MB02_attachmentOrigSize>?</urn:Attach2MB02_attachmentOrigSize> <!--Optional:--> <urn:Attach2MB03_attachmentName>?</urn:Attach2MB03_attachmentName> <!--Optional:--> <urn:Attach2MB03_attachmentData>cid:836358099213</urn:Attach2MB03_attachment Data> <!--Optional:--> <urn:Attach2MB03_attachmentOrigSize>?</urn:Attach2MB03_attachmentOrigSize> </urn:Create_AllFields> </soapenv:Body> </soapenv:Envelope> _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org "Where the Answers Are, and have been for 20 years"

