cancel
Showing results for 
Search instead for 
Did you mean: 

how to find the sourcecode of webservice

Former Member
0 Kudos

Hi experts,

In sender communication channel, the "Transport protocal" is "HTTTP","Message protocal" is "SOAP 1.1"

In receiver communication channel, the "Transport protocal" is "HTTTP 1.0","Message protocal" is "XI 3.0" ,"Addressing Type" is "HTTP Destination", "HTTP Destination" is "ECPCLNT800HTTP".

Then I check "ECPCLNT800HTTP" in sm59. Its connection type is "HTTP Connection to ABAP System"

"Target Host" is sapeccxxx, "Service No" is yyyy, "Path Prefix" is "/aaa/bb/cc/?type=receiver".

Now I need update the webserver program. Please help me to find where the source code is.

Many thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

What webserver program are you trying to update? What are you trying to do here

I need update the webserver program. Please help me to find where the source code is.

The XI Receiver channel is a genric channel for all Proxy communications with ECC.

Regards,

Siva Maranani

Answers (2)

Answers (2)

ravi_raman2
Active Contributor
0 Kudos

mikeni,

you are referring to a Proxy to soap Scenaroi.

THe structure can be fixed in XI.

The abap code can be found on the system.. Target Host" is *sapeccxxx

run trans sproxy, look for the message interface drill down to find ur code.

Regards

Ravi Raman

Former Member
0 Kudos

Hi, I understood that you want to change the functionality of webservice (sender SOAP - consuming webservice(wsdl)) ,

you could not do it from webservice(wsdl) , rather you need the source code from where that service is published.

service architecture is meant for that (you can give service without expose your code)