cancel
Showing results for 
Search instead for 
Did you mean: 

Soapfaultcode:1 Error when consuming webservice through abap proxy class

Madhu2004
Active Contributor
0 Kudos

Hi All,

I am facing a issue executing a proxy class created by consuming web service.

I have consumed a web service which queries data from oracle server to process them in SAP.We have created a Proxy class and did the following configurations:

1) Created a logical port using SOAMANAGER

2) In SICF t-code we have selected No proxy setting for local server.

But when we execute the proxy class it gives an error as "SoapFaultCode:1'.

Regards,

Madhu.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Madhu,

Please tel us how u have solved it. I am also facing this problem.

I am trying to understand this problem description 'SOAP ACTION name by definition of the logical port.' via the thread - But couldn't able to understand how to do this.

Thank You,

Regards,

Naresh.

Former Member
0 Kudos

Hi Naresh,

When you configure the logical port, you'll notice a section that details the operations that are available with the WSDL that you're using to create the logical port. If you click on any of the operations, you should see an associated SOAP ACTION to the right of that operation.

If that field is blank then you could consider putting it in manually or the WSDL might need some revision work on the provider side.

Regards, Trevor

Madhu2004
Active Contributor
0 Kudos

Solved

Former Member
0 Kudos

how did you solve it?