Did any one get chance to look at the email below? Please let me know your thoughts on it.
Regards, Vikas -----Original Message----- From: Garg, Vikas [mailto:[email protected]] Sent: Wednesday, August 18, 2010 6:50 PM To: [email protected]; [email protected] Subject: RE: Invoking webservice written in .Net with http:NegotiateAuthentication Hi All, Can someone please respond to my email below? Thanks, Vikas ________________________________ From: Garg, Vikas [mailto:[email protected]] Sent: Tue 8/17/2010 5:19 AM To: [email protected] Subject: Invoking webservice written in .Net with http:NegotiateAuthentication Hi All, I'm trying to write a BPEL process to invoke a webservice written in .Net with http:NegotiateAuthentication <http://callAX/dana-cached/help/empty.html> but I'm having trouble doing this successfully. When I try to invoke the BPEL process, I get the error as follows - 18:29:46,720 ERROR [ExternalService] Error sending message (mex={PartnerRoleMex#hqejbhcnphr5io71s83d7d [PID {http://callAX <https://secure.ptc.com/> }CallAX-3] calling [email protected](...) Status ASYNC}): Transport error: 401 Error: Unauthorized org.apache.axis2.AxisFault: Transport error: 401 Error: Unauthorized at org.apache.axis2.transport.http.HTTPSender.handleResponse(HTTPSender.jav a:298) The problem obvious is that I somehow need to add the username and password. I see the following at the top of the wsdl file. <wsp:Policy wsu:Id="BasicHttpBinding_MyCustomerService_policy"> <wsp:ExactlyOne> <wsp:All> <http:NegotiateAuthentication/ <https://secure.ptc.com/dana-cached/help/empty.html> > </wsp:All> </wsp:ExactlyOne> </wsp:Policy> What steps do I have to go through to enable the NegotiateAuthentication in my BPEL process? Any help is much appreciated. Thanks, Vikas
