Skip to Content
0
May 01, 2018 at 01:05 PM

Testing enterprise services

554 Views Last edit May 01, 2018 at 01:14 PM 5 rev

I am new to Enterprise Services so bear with me . A delivery order in ECC is creating a "intracompanytransportationrequestrequest_in" in SAP TM. I am able to see the values being passed to this service in the payload xml file.

Now, how can I change the values in this service and rerun it? I am trying to find a way to test it.

https://archive.sap.com/discussions/thread/1977342

Above thread says : "If the webservice is already done, you will see it in soamanager transaction, there you must set the authentication and create the endpoint and service in order to generate the wsdl for seleted binding, this wsdl you must need to test via maybe SOAPUI , open a new project and give the http:.....wsdl link you receive from soamanager, remove the ? in the tags and test it, a network issue maybe result from this, check with the network crew."

For my testing, do I still need to set the authentication, create end points, select bindings for testing?

thanks