On 24/09/2007, at 1:35 PM, [EMAIL PROTECTED] wrote:
I have a Direct to WebServices application running. I want to run the test feature from WebServicesAssistant and see the actual SOAP call that it generates. I tried TCP monitor but it doesn't "hear" the test function (is shows me WSDL generation). Can anyone suggest a way to find exactly how the service is called (soap envelope, method call)?
Override dispatchRequest in Application and log out the incoming request and outgoing response.
with regards, -- Lachlan Deck _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]
