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 149690 - Using HttpDefaultPort in the IEP generated WSDL
Summary: Using HttpDefaultPort in the IEP generated WSDL
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: IEP editor (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Gabriel Badescu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-09 22:48 UTC by prashantbhagat
Modified: 2008-10-09 22:48 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description prashantbhagat 2008-10-09 22:48:37 UTC
When IEP generates the WSDL, the HTTP port used for the HTTP binding is hard coded to 12100. Instead of this, IEP 
should use the configuration variable HttpDefaultPort which is the recommended way (see snipped below).

<service name="OutputService_StreamOutput0">
    <port name="OutputPort_StreamOutput0" binding="tns:OutputBinding_StreamOutput0">
        <soap:address 
location="http://localhost:${HttpDefaultPort}/service/DateTime.DateTime_iep_StreamOutput0_callee"/>
    </port>
</service>