Hello, I need to set a custom HTTPClient (written by some other team) into my stub that is used to make a call in axis1.4. I understand that I will need to set a property of _call( instance of org.apache.axis.client.Call). I need to know the name of the property that I need to set.
_call.setProperty("keyname", myCustomHttpClient) ; What should be the keyname? Thanks Jitesh