cancel
Showing results for 
Search instead for 
Did you mean: 

BP Webservice : SRT_WSP892

Former Member
0 Kudos

When calling the BP webservice from SOAPUI, it goes in error.

The SRT_UTIL states

T100 error ID is SRT_WSP892.

Error Category: WS Configuration.

Message : "Header{http://schemas.xmlsoap.org/soap/envelope/}" not supported (interface: "ECC_BUSINESSPARTNERCRTRC" binding key: "5

The SOAMANAGER bindings are exact as that of Development. In Dev, the webservice call from SOAP UI worls very well.

My problem is, the development was done by a consultant who is no more with my company.

All the transports moved to QA and its problem.

Any manual step that I have to carry out??

Web Service endpoint configuration??

Any clu would be very helpful.

Accepted Solutions (0)

Answers (1)

Answers (1)

jitendra_it
Active Contributor
0 Kudos

Hi Pranu,

You have to configure end point in each system each client. End points  are not

transportable.

Former Member
0 Kudos

what is configuring endpoints? I manually created the Bindings and thats it. Am I missing anything?         

The custom Webservices are working while he standard is giving problems.

Former Member
0 Kudos

Hi Pranu,

One of 2 possible causes here:

- It's either the request (from SoapUI) is incorrect (format etc.) - OR -

- Something went wrong with your provider configuration (SOAMANAGER)

Did the previous developer at least leave behind a SoapUI project with sample request messages? If not, try deleting and re-creating the endpoint (you have manually created - did you do this through SOAMANAGER?) using TCode SOAMANAGER.

Then select the "Display WSDL for selected binding" option from SOAMANAGER & save the WSDL that comes up in your browser. Create a new Project in SoapUI using this WSDL & fill in the request appropriately - don't change anything else except what you need to in the payload. Then test & advise.

Regards, Trevor