Hi everyone,
I am using a PB Web Service Proxy (using .NET rather than EasySoap) to consume a C# provided SOAP Webservice, pulling service definitions via the WSDL.
This service was originally called over HTTP and it all worked without issue. It was also nearly instant for most calls.
I have since moved this over to using the same service except it is now called over HTTPS. The calls to the service still work but they are extremely slow.
(30-60 seconds for even small responses, where as previously they were nearly instant).
I have called the same SOAP service using SoapUI and from a C# .Net desktop application using HTTPS and results are instant, with no difference between that and the HTTP calls.
Has anyone had this issue and is there anything I should be looking at to correct this issue?
Thanks for any help given,
Alan