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