Does the SAP XI application understand the SOAP Fault?    One of the
Apps that pushes data to our Remedy webservice has the same limitation
(does not understand SOAP Fault so it is not truly SOAP compliant).
They receive an HTTP error because after Remedy sends the SOAP Fault it
then closes the connection.  The other App ignores the SOAP Fault and
when it sees the connection close it reports an HTTP error (I forget the
number but it is something like HTTP Connection closed).
 
The SOAP Fault structure is the W3C defined structure for returning
errors back to a calling process.
 
Fred

________________________________

From: Action Request System discussion list(ARSList)
[mailto:[EMAIL PROTECTED] On Behalf Of Den Fong
Sent: Tuesday, June 05, 2007 2:35 PM
To: [email protected]
Subject: Re: WebServices Response


** 
Okay I see this in the Log on midtier, but the SAP XI is only getting a
HTTP error, is this response default by Remedy?
 
** 


>>> "Grooms, Frederick W" <[EMAIL PROTECTED]> 6/5/2007 11:45 AM
>>>

Any Remedy error is returned back in the webservice thru the standard
SOAP Fault structure
 
HTTP::Response
 
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope 
 xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"; 
 xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
 <soapenv:Body>
  <soapenv:Fault>
   <faultcode>soapenv:Server.userException</faultcode>
   <faultstring>
MessageType: 2
MessageNum: 302
MessageText: Entry does not exist in database
AppendedText: </faultstring>
   <detail/>
  </soapenv:Fault>
 </soapenv:Body>
</soapenv:Envelope>

 
MessageNum is your error number
 
Fred
 

________________________________

From: Action Request System discussion list(ARSList)
[mailto:[EMAIL PROTECTED] On Behalf Of Den Fong
Sent: Tuesday, June 05, 2007 12:12 PM
To: [email protected]
Subject: WebServices Response


** 
Hi all
 
The situation is:
 
SAP XI is consuming a Remedy 6.3 webservice, I can't seem to find a
location where I can send the error message back to SAP XI.  Do I need
to manipulate the WDSL for an output?
 
Den
__20060125_______________________This posting was submitted with HTML in
it___ __20060125_______________________This posting was submitted with
HTML in it___ __20060125_______________________This posting was
submitted with HTML in it___ 

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the 
Answers Are"

Reply via email to