Servlet & HTTP Parsing
Hi all,
If I invoke the URL ...
http://localhost/eai/start.swe?SWEExtSource=wf&SWEExtCmd=Execute&UserNa me=ADMIN&Password=ADMIN&SWEExtData=<SiebelMessage
MessageId="" MessageType="Integration Object" IntObjectName="Service
Request"><ListOfServiceRequest><ServiceRequest><SR Number>SMS-0036</SRNumber><RequestorName>-</RequestorName><Source>SMS</Source><Description>Hello
my friend.</Description><Owner>ARLCA</Owner><OwnerGroup>Call
Center</OwnerGroup></ServiceRequest></ListOfServiceRequest></SiebelMessage>
... and the transaction is successful, I get an html doc with only the
following content:
<h1>Update Completed</h1>
... otherwise I get a "Page cannot be displayed".
My question: How do I catch the "<h1>Update Completed</h1>" from a servlet?
Thanks.
|