Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Client proxy error 500

MaryM
Participant
0 Kudos

Hi gurus!

I am very new at this - but I'm tryinf to consume a Web Service from Sap using Abap Proxy (no PI/XI).

I am able to generete the proxy, create logical port, but the connection gives me internal server error 500: GENERAL_ERROR Error duing proxy processing (PART UNKNOWN (NULL) )

In Soamanager trace I can see the payoad_response, that seems to be fine, but excripted.

My servide provider tells me to descript it.

How can that be done? Is it something of the configuration of the proxy?

As I defined my logical port usind WSDL specifications, I have in transport security:

Encryption ecpected - false

Excryption - false.

Thank you all for your help!

MaryM

6 REPLIES 6

Former Member
0 Kudos

HI Mary,

Are you talking about SAP XI/PI. Than you should do post it there.

If abap proxy is it server proxy or client proxy.

If server proxy i can help you.

0 Kudos

Hi,

no, I don-t have PI.

Im using client Proxy.

MaryM

0 Kudos

Hi MaryM,

did you find the solution for your problem? I have the exactly same one.

Thanks,

Zdenek

0 Kudos

Hi Zdenek,

Error 500 is almost certainly WSDL programmation fault.

At leas it was so in my case.

Regards,

MaryM

0 Kudos

did you find the solution for your problem? I have the exactly same one.

0 Kudos

I solved the issue:

My namespace can not be reached. In the picture we can see the response on "Oxygen XML" and we can see that the namespace isn't "http://www.bottomline.com/soap/branch"

I created a Consumer Service on dotnet system that call Provider Service.

After I call Consumer Service on dotnet (bridge) and I solve the problem.

Now NameSpace can be reached :

The programmer of the provide service will check why the namespace can not be reached.


Good Luck