cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP to RFC synchronous error..

Former Member
0 Kudos

Hi Experts,

In SOAP sender scenario, created WSDL working fine in SOAPUI tool with user id and password.

But when client tested the connectivity from there end, getting below error.

My channel configuration is ,

Please suggest the wayout?

Thanks,

Arthita

Accepted Solutions (0)

Answers (3)

Answers (3)

Zahid_Murtaza
Explorer
0 Kudos

They are trying to post normal HTTP request, while SOAP request is expected. If they are not able to consume SOAP services, better have HTTP sender instead in your PI integration directory configuration, and share direct url for posting http request to your outbound interface.

iaki_vila
Active Contributor
0 Kudos

Hi Arhita,

Definitely the problem is not in PI.  I think the problem is in the VB code because the credentials are not arriving to PI. You should to ask in VB forum how to consume a WSDL.

You can find some links via google:

Consming SAP Web Services and .NET </title> <TITLE>Consming SAP Web Services and .NET

Consume a WSDL in Visual Basic 2010 Express

Regards.

Former Member
0 Kudos

Hi Inaki,

Thanks for your reply...They are asking for "WSHTTP service needs to be enabled to reach to PI server".

Not understanding that point.Is that required?

Please help.

Thanks,

Arthita

iaki_vila
Active Contributor
0 Kudos

Hi Arhita,

I am not a VB developer may be you should ask that question in other forum or to wait if any SCN member has developed something similar in VB.

Regards.

Former Member
0 Kudos

They are asking to enable that feature in SAP PI server ..Is that possible ?

azharshaikh
Active Contributor
0 Kudos

Hi Arthita,

What authentication approach is Client using to connect with PI system..

You need to share a valid PI User ID/pwd with the client so that they can post the message into PI system...

Please check the following link for various SOAP Sender Authentication options:

Regards,

Azhar