This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 132122

Summary: WSDL validation errors should be thrown when the http protocol and the port token variable mismatch
Product: soa Reporter: Sherry Weng <sweng>
Component: HTTP BCAssignee: Noel Ang <nang>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Sherry Weng 2008-04-05 00:11:16 UTC
There should be WSDL validation errors thrown by HTTP/SOAP binding validation modules when the following cases are true 
in the address URL:
1. Protocol scheme is 'http', when the port token variable is '${HttpsDefautPort}'
2. Protocol scheme is 'https', when the port tokent variable is '${HttpDefaultPort}'
Comment 1 Noel Ang 2008-04-05 00:23:38 UTC
*** Issue 132123 has been marked as a duplicate of this issue. ***
Comment 2 Sergey Lunegov 2008-10-01 13:37:03 UTC
Sherry is it still the case ?