Hello,

Your XML is not valid for that webservice you are trying to access. That's why in the ^ISCSOAP you won't be able to see anything, because it is not being sent to the webservice.

I would recommend to save your xml content to a xml file and check its tags in a external simple text editor. Even you could try to create a project in SoapUI and try your xml. Soon or later you will find some problem with your xml content (maybe it is a not closed tag, a character with no tags, etc.)

Hope it helps,

Carlos

P.S.: Your ^ISCSOAP configuration is ok but it will register all your webservices request/response so probably it is not the best name for that file ;)