Is it possible to retrieve header SOAP header information under Axis1? There's only one e-mail in the archives that seems appropriate, but it was never answered (http://marc.theaimsgroup.com/?l=axis-user&m=116072386027359&w=2). I know this can be done under Axis2, but I'm not in a position at present to make that switch. Pointers to example source code or existing documentation would be much appreciated.
Another question I should probably ask, just as a sanity-checking measure, is whether it's appropriate to do what I'm thinking about doing. My primary web service needs to talk to one or more "helper" web services, and from time to time it might be useful or even necessary to force my primary service to consult a non-default "helper" service when debugging problems or testing new features. My thought was to pass along an override URL for the "helper" service in the SOAP header. Does this make sense? It sure seems better than adding additional override arguments to all of my service methods! -dan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
