Web Service Consumer

Hi All

I’m trying to consume Remedy Web services using Lotus Notes 8.02. But it’s not working, I’m getting fault error. I have given credentials (user name and password) also.

I’m not able to find the cause. I tried consuming Lotus Notes Web services and external web services those are working fine but not remedy services.

Anybody tried consuming Remedy Web Services?

Thanks

Subject: Have you tried using soapUI to test your request?

I’ve found soapUI to be very helpful in identifying what the responses are from a web service. Use it to send your request and see what the Fault response really is. It’s easy to use and a free down load.

See http://www.soapui.org/

Good luck!

Colin

Subject: I tried

Hi I tried SoapUi and I developed project using Apache , both are working fine. But I’m having problem when i try to consume from Notes 8.02

Thanks

Subject: What’s the fault code/string you are seeing?

I am having a similar problem, but consuming a .NET w/s. Just wondering what your fault code and fault string are?

I am getting…

Fault code:

{http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd}InvalidSecurity

Fault String:

An error occurred when verifying security for the message.

However, I have not been successful using soapUI to connect either… (I don’t think I’ve ever had to hit a w/s that requires authentication). Are there any request properties I need to change other than the Username and Password?

Subject: I had to use the same security namespace maybe this will help

See if this helps:http://www.bleedyellow.com/blogs/colinsnotes/entry/adding_the_security_header_to_axis_java_soap_request_for_deltek_s_costpoint_employee_web_service