Skip to Content
0
Former Member
Jul 17, 2008 at 09:18 PM

Troubleshooting webservice call / xMII-NetWeaver processing / Data Source

371 Views

Hi all,

We have a problem where we cannot troubleshoot xMII's behavior from a webservice call.

For instance, if we make a call from an URL with bad credentials, the xMII always returns <Transaction Executed OK>.

We found a way to monitor the Database activity through SQL Profiler, but that only works when the actual call to the Webservice is 'perfect'. In other words if either the parameters passed or the credentials passed in the URL aren't 'good' we cannot monitor it through SQL Profiler which can only show us whether the call has had any activity tothe database server.

Basically can we get some kind of log file from either xMII or application/web server that would give ideas of what isn't working with our call?

The strangiest of all things is that no matter how 'unreal' the call to the webservice is, as long as you have properly stated the server & transaction the System always provide the same XML answer:

  <?xml version="1.0" encoding="UTF-8" ?> 
- <Rowsets DateCreated="2008-07-17T14:45:38" EndDate="2008-07-17T14:45:38" StartDate="2008-07-17T14:45:38" Version="12.0.4 Build(120)">
- <Messages>
  <Message>TRANSACTION EXECUTED OK</Message> 
  </Messages>
  </Rowsets>

Regards,