Hi all, Details: partner.wsdl, Axis2., Salesforce API [I think problem is generic to Axis2]
1) Code used to login : - created stub by passing endpointurl - set HTTPConstants properties/options for stub, after creation - called stub.login by passing (Login, null, CallOptions (did set client Id)). [passed null for LoginScopeHeader] - then, NullPointerException thrown. 2) Exception origin: - SforceServiceStub.java : _messageContext.getTransportOut().getSender().cleanup(_messageContext); 3) Culprit: _messageContext.getTransportOut() returning NULL Any idea? Thanks in advance. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
