aspose file tools
The moose likes BEA/Weblogic and the fly likes @WLHttpTransport in Bea Weblogic Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » BEA/Weblogic
Reply Bookmark "@WLHttpTransport in Bea Weblogic" Watch "@WLHttpTransport in Bea Weblogic" New topic
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
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: @WLHttpTransport in Bea Weblogic
 
Similar Threads
what is exact meaning of portname
JUNIT to test EJB
How to run EJB program in Tomcat?
weblogic
How to optimize namespace definitions in SOAP?