cancel
Showing results for 
Search instead for 
Did you mean: 

web service error

Former Member
0 Kudos

Hi All,

we are accessing WSDL (web service ) through SOAP receiver channel wsdl supports https service and accessible through web.

https://api.sendwordnow.com/webservices/v3/users.svc?wsdl

<wsp:Policy>

<sp:HttpsToken RequireClientCertificate="false"/>
there is no client authorization so we don't have to provide certificate (Publickey) from SAP side. we got the .pem certificate from thrid party which I have imported in PI which is failing on validation.

we are able to access web service without certificate I can see the message(Asyn) are  delivered in logs at same time when we send syn messages we are not getting any response from third party.

Regards,

Abhay

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Is this for one of the cloud environments SAP provides?

We were doing Basic Auth on some of our interfaces, but SAP changed there Root Cert and we had to import it again on Monday.

Could you please paste the actual error.

Regards,

Jannus Botha

Former Member
0 Kudos

Hi Botha,

It is on cloud.

I am not getting any error related to certificate.

I am trying to consume one WSDL https://api.sendwordnow.com/webservices/v3/users.svc?wsdl

for which I am not getting any response.

Can you confirm from below payload if I have to use http Axis SOAP adapter

xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:wsa10="http://www.w3.org/2005/08/addressing"xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex" name="Users" targetNamespace="http://www.sendwordnow.com/contract/users/v3">

also I am able to access WSDL request and response from third party

Regards

nitindeshpande
Active Contributor
0 Kudos

Hi Abhay,

What is the error you are getting after you send request message through PI?

Did you try with this SOAPUI? Do you get the expected response?

Regards,

Nitin

former_member186851
Active Contributor
0 Kudos

Hello Abhay,

Just a small confirmation in the channel did you maintain the Qos as "Best Effort".

former_member186851
Active Contributor
0 Kudos

Hello Abhay,

Did you check the validity of the certificate?

And refer the below link

http://scn.sap.com/community/pi-and-soa-middleware/blog/2013/09/20/sender-soap-adapter-https-with-cl...

Former Member
0 Kudos

Hi Sri,

I checked the validity of certificate it is invalid.

however as I mention above I don't have to use certificate as it is

<sp:HttpsToken RequireClientCertificate="false"/>


I tried to to ping the URL and IP address which is hosting this service and got response.


When I sending the message from Test Tab I am not getting any response from third party not sure if request reached to third party.


Regards