cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Error In soap Action binder not found

Former Member
0 Kudos

Hi all,

I have created Consumer Proxy in SAP system and Logical Port is designed in SOAMANAGER, now i'm trying to execute my report for testing whether sap is communicating or generating input to webmethod.

At this time I'm getting a Error as given below

SoapFaultCode:1Binder not found

for soapAction = "some url"

Please help me and provide me solution

Advance Thanks

Muralitharan

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Which wsdl you used for creating port? please double check port and wsdl. Another way is to check consumer proxy using SE80 directly. If it work then it will work with abap reports,

gourav

Former Member
0 Kudos

Thanks for your immediate response.

I have created service consumer proxy via HTTP link were issued from webmethod and going into SOAMANAGER

selecting webadministrator place values Consumer Proxy, Both name to parameters selected the Proxy which created in SAP system and created logical port in configuration....after creating it there are several tabs are able to view like

Consumer Security

Additional Information

Web Service Addressing

Messaging

Transport settings

Message Attachments

Operation specific --> I'm able to view Transport Binding

SOAP Action - " Parameter" (Did i need to specify the value if then which value need to pass)

When I execute my report on calling proxy classe I'm getting error which mentioned earlier

SoapFaultCode:1Binder not found

for soapAction = "link"

please tell me how to test whether our designed logical configuration is correct or suggest how to check?

Former Member
0 Kudos

Hi,

"SOAP Action" is specified in wsdl hence not required to enter but if you can't see SOAP action then enter it manually. Check SOAP action is wsdl (using internet explorer).

Regards,

Gourav