This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
Originally posted by Ulf Dittmer: I'd start with finding out the details of how to access that service. Surely there must be some documentation, or someone you can contact?
We are given just the WSDL file as we do have developed Service Controls (Service Control - a control which is used to access a web service - it's in weblogic) for some of the web services - and this requires WSDL file only.
ankur rathi
Ranch Hand
Joined: Oct 11, 2004
Posts: 3829
posted
0
I don't know why but now I am getting a different exception related to security only:
Use getCause() to see the root cause.[java.rmi.RemoteException: SOAPFaultException - FaultCode [{http://schemas.xmlsoap.org/soap/envelope/}Client.Authentication] FaultString [Failed to receive message weblogic.wsee.util.AccessException: The server at https://mydomain:8000/MyService returned a 401 error code (Unauthorized). Please check that username and password are set correctly and that you have permission to access the requested method.
[ August 27, 2008: Message edited by: ankur rathi ]
ankur rathi
Ranch Hand
Joined: Oct 11, 2004
Posts: 3829
posted
0
I figured out how to send username and password while invoking or accessing or consuming web service in Service Control.