| Author |
@WLHttpTransport in Bea Weblogic
|
Ravi Kiran Va
Ranch Hand
Joined: Apr 18, 2009
Posts: 2234
|
|
Hi ,
I am planning to use @WLHttpTransport for mentioning some attributes on to it .
I see taht this is Weblogic specific . can you please let me know how can i use this ??
Thanks in advance .
|
Save India From Corruption - Anna Hazare.
|
 |
Nir Tal
Greenhorn
Joined: Aug 31, 2010
Posts: 12
|
|
@WLHttpTransport is used while creating a weblogic webservice. It is an annotation which specifies where to host the particular webservice in which it is used. A sample syntax of @WLHttpTransport is :
@WLHttpTransport(contextPath="webservices", serviceUri="/TestService", portName="testService")
The specified wsdl will be available at http://localhost:portNo/webservices/TestService?wsdl
|
 |
 |
|
|
subject: @WLHttpTransport in Bea Weblogic
|
|
|