cancel
Showing results for 
Search instead for 
Did you mean: 

SAP BC - Soap response is empty

Former Member
0 Kudos

Hi experts,

I have trouble with the SAP BC and SSL-Certificates.

I´m sending a soap message via HTTPS to a remote IIS.

IIS requires clientautentification.

The CA is created by myself and is in the trusted CA-Store of the IIS.

Authentication worksperfectly and the outbound interface of the remote applications is sending data back.

when I´m trying to parse the response, the soapResponseData is always empty.

When I have a look at the logfile (loglevel 10) I get the header with the following Information:

07234D  [B2BCORE.0038.0002] --> POST /license-management/xmlcomm/soapreceiver HTTP/1.0
07234E  [B2BCORE.0038.0002] --> User-Agent: Mozilla/4.0 [en] (WinNT; I)
07234F  [B2BCORE.0038.0002] --> Accept: image/gif, */*
072350  [B2BCORE.0038.0002] --> Host: 194.138.19.199:7777
072351  [B2BCORE.0038.0002] --> Content-type: text/xml
072352  [B2BCORE.0038.0002] --> SOAPAction: ""
072353  [B2BCORE.0038.0002] --> Content-Length: 2489
072354  [B2BCORE.0040.0001] HTTP/1.1 200
072355  [B2BCORE.0038.0002] <-- Connection: close
072356  [B2BCORE.0038.0002] <-- Date: Tue, 25 Nov 2008 13:04:13 GMT
072357  [B2BCORE.0038.0002] <-- Server: Microsoft-IIS/6.0
072358  [B2BCORE.0038.0002] <-- SOAPAction: ""
072359  [B2BCORE.0038.0002] <-- Content-Type: text/xml;charset=utf-8
07235A  [B2BCORE.0038.0002] <-- Content-Length: 707

in the receiveSoap im calling

1. getBody, where I map soapResonseData to body.

2. queryDocument and the I get the following message:

com.wm.app.b2b.util.ClientException:[B2BCORE.0062.9115] node parameter null when processing field faultCode

does anybody have an idea, how to fix this ?

When I use the same certificates with soapUI, I get a correct response.

Thanks in advance, Matthias

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Changed the responsetype from stream to byte.

Former Member
0 Kudos

Just another information:

I just renewed the certificates on the server, and certificate on the IIS has been created newly.

Is there any dependency between the javaversion of the BC and the javaVersion of the CertificateToolkit ?

Former Member
0 Kudos

HI Prateek,

thanks for the quick response.

I read the note, but this doesn´t affect me.

Does anybody have another idea ?

Is there any chance to see the SOAPresult in the logfile ?

Or is there any possibility to see SSL-Errormessages in the logs ?

Best regards Matthias

prateek
Active Contributor
0 Kudos

Check SAP Note 853824 for known limitation for web service in SAP BC.

Regards,

Prateek