Posted:
15-November-2006 22:08 Thanks for the idea Randy. According to the HttPBridge documentation, if I have the 'passHeaders' option enabled in the zone, then each header will be mapped to an argument/value on the request URI. I'll try that. Meanwhile, I discovered more information that makes me think that some NK code needs to be..er.."enhanced": I found out that my tool requires me to explicitly enter the Action URI string (this was hidden from me by the fact that the tool I didn't write was called from an ANT script I didn't write). Unfortunately, the HTTPBridge code (in SOAPMode around line 670) still assumes that every Action URI will be enclosed in quotes and blindly strips off the first and last characters! So, if I enclose my Action URI in a pair of dummy characters, like this: Xurn:some:action:uri:MyActionX |
they get stripped instead and the service works! |