cancel
Showing results for 
Search instead for 
Did you mean: 

Problems of logical port configuration

Former Member
0 Kudos

Currently we made the system X8A_100 as our integration server and we designed a service interface which can dispatch the request to a function module in A1S_100, then we generated its proxy (through the transaction code SPROXY) in the X8A_105 which act as the sender after we had finished some design and configuration work. It run successfully.

And then we expose the service interface as a web service, generated its proxy in the X8A_105, it also run successfully (didn't create any logical port). But after that, we generated a proxy of the same service interface in BBT_100, it failed and threw a exception 'GENERAL_ERROR Error during proxy processing (PART UNKNOWN (NULL) )' although we had create a default logical port of the proxy. When I create logic port of the proxy, I set the value of the URL in Call Parameters tabs 'http://pwdf2655:50050/sap/xi/engine?type=entry&version=3.0&Sender.Service=X8A_105&Interface=http%3A%2F%2Fsap.com%2Fxi%2Ftest%2Fabap%5ESayHello_ServiceInterface', I think the problem was caused by the wrong configuration of the logical port, could anyone please tell me how we can do the configuration correctly? Thanks a lot in advance.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Quian,

The callback url set on the logical port doesn't seem to be valid. How did you get the url? please check the url again.

Thanks

Former Member
0 Kudos

The URL is retrieved from the WSDL file, and I think we should config the use http destination but not only the URL, but after I setting the configuration of the destination, it run either failed.

The seetings of the http destination are as follows:

target host: pwdf2665

serivce no: 50050

path prefix: /sap/xi/engine?type=entry

Could you please help me to config it correctly?

Former Member
0 Kudos

By the way, the proxy and the main program are located in the ABAP side.

agasthuri_doss
Active Contributor