cancel
Showing results for 
Search instead for 
Did you mean: 

Designquestion regarding SOAP-Receiver

detlefrathke
Explorer
0 Kudos

Hi Folks,

I need a hint how to implement an interface to a soap-enabled Image-Server.

As starting-point I have some data stored in a abap-database table on the integration server itself. At certain-points in time these datas should be used to request via Soap tiff-images from the foreign server.

I tried to do it by a proxy to soap, but unfortunately I got the PI-message, that this isnt be possible to do on the Integrationserver .

What may the alternatives. Is BPM the only way to solve it, or are their other ways?

Please help

Detlef

Accepted Solutions (1)

Accepted Solutions (1)

prateek
Active Contributor
0 Kudos

that this isnt be possible to do on the Integrationserver

What do you mean by this? Where are you getting this message?

Have you tried abap proxy attachment to soap attachment scenario?

Regards,

Prateek

detlefrathke
Explorer
0 Kudos

HI Prateek,

when I execute the Abap-Report calling the proxy-code I got a dump in the abap environment:

Error analysis

An exception occurred which is explained in detail below.

The exception, which is assigned to class 'CX_AI_SYSTEM_FAULT', was not caught

and

therefore caused a runtime error.

The reason for the exception is:

Error (id=INTERNAL.PROXY_NOT_ALLOWED_ON_IS): Proxy calls are not permitted on

sender or receiver side on the IS (client)

With regards

Detlef

prateek
Active Contributor
0 Kudos

The configuration at the sender SAP system seems to be incorrect. Activate ABAP Proxy first.

/people/vijaya.kumari2/blog/2006/01/26/how-do-you-activate-abap-proxies

Regards,

Prateek

detlefrathke
Explorer
0 Kudos

HI Prateek,

thanks a lot. That blog gave me an idea what do do. My problem is solved.

With regards

Detlef

Answers (0)