cancel
Showing results for 
Search instead for 
Did you mean: 

Error on Consuming WS - GENERAL_ERROR Error duing proxy processing (PART UNKNOWN (NULL) ) -

Former Member
0 Kudos

We are trying to consume an external web service but getting the below error :

GENERAL_ERROR Error duing proxy processing (PART UNKNOWN (NULL)   )

Error duing proxy processing (PART UNKNOWN (NULL)   )

We have gone through the already available threads with the same error but unable to rectify this.

Some points to be noted are :

  • WSDL style is document/literal.

     I guess i have correctly identified the WSDL style as document/literal??

  • No entry in SM21 related to this error.
  • No trace is generated in SRT_UTIL for this WS Call.
  • The other server is being called and the data is successfully transferred to it which indicates there is some problem in receiving the response from the server end. This is confirmed by checking the logs generated at the external WS server.
  • W3SCHOOLS WS is successfully consumed.

Let us know for possible solutions.

Accepted Solutions (0)

Answers (2)

Answers (2)

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

0 Kudos

I have the same issue!

do you solve?

thanks


Former Member
0 Kudos

Were you able to resolve this issue ??

I am getting the same error.

In the Payload trace I see that valid response is received from external system but after that SAP is making it blank.

There are no other error in trace or error log.

0 Kudos

I am getting the same error. please help!!

Former Member
0 Kudos

Are you also connecting to HTTPS url ? I think it is getting some error during de-serialization

0 Kudos

Please, can you explain me better what is the de-serialization?

thanks