Tue Apr 08, 2008 4:46 pm |
Replies: 7 |
Views: 13166 |
|
 |
Would you please provide a _short_ snippet (3-4 lines would be fairly enough!) from your WSDL where the link is defined?
Well, I can, however let me explain you, the port 80 in the server is clo ...
|
Tue Apr 08, 2008 4:38 pm |
Replies: 7 |
Views: 13166 |
|
 |
if java works with exactly same WSDL, it does something wrong.
Please check this line in your log and try to guess if SSL is supposed to be used there:
2008-03-31 16:54:23.216222 soap_transport_ht ...
|
Mon Apr 07, 2008 1:12 pm |
Replies: 7 |
Views: 13166 |
|
 |
Yes, it is working as it should however, thereis a little detail. All the transport should be done via HTTPS. I tried it with Java and it went ok. It seems that at some point, it is not recognizing ...
|
Sun Mar 30, 2008 4:00 pm |
Replies: 7 |
Views: 13166 |
|
 |
Hi, I discovered a bug with NuSoap. It works fine with the first HTTPS connection, but after that it keeps using HTTP instead of using HTTPS. Here is my code:
<?php
require_once('lib/nuso ...
|