SOAP over HTTPS in IS 6.5

Hi All,

I have seen a few posts but with no conclusions on this issue. I am trying to invoke a .NET service over https. The request is going through but I am getting an empty response back with the soapdata just having <?xml version="1.0" encoding="utf-?> with no soap information in it. The status however is ‘ok’ and 200. I also see the content lenght at about 400 when trace through my service.

I tested the same with http everthing works fine. I tested it over https with a Java client it works fine. I tested it with WM 7.1.1 it works fine. It is just with 6.5 IS that I am having this issue.

Did anyone else successfully over came this issue?

Thanks,
Shri

Hi,

I am facing the same issue now in 6.5. how did you fix this issue.

Regards,
senthil

Hi Senthil,

In 6.5, you need to use pub.soap.handler.* services to build your soap response. Please check the web service guide of 6.5 for more info.

HTH.

Thanks,
Rankesh

Hi Rankesh,

Loadas - “ByteArrayStream” resolved the issue.

Anyway thanks for your reply.

Regards,
senthil

Thank You Senthil for updating the thread with solution.

Regards,
Rankesh