aspose file tools
The moose likes Web Services and the fly likes what is exact meaning of portname Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "what is exact meaning of portname" Watch "what is exact meaning of portname" New topic
Author

what is exact meaning of portname

Raj Kumar Bindal
Ranch Hand

Joined: Apr 15, 2006
Posts: 407
In main web service ,it is written :
@WLHttpTransport(contextPath="conv",
serviceUri="ConversationalService",
portName="ConversationalServicePort")

and in client web service:

@ServiceClient(
wsdlLocation="http://localhost:7001/conv/ConversationalService?WSDL",serviceName="ConversationalService",
portName="ConversationalServicePort")

I know portname is the port on which we will be invoking the web service,but why is this needed.I think if the need of portname is only to assciate a particular main web service with a client web service,then service name is already for that.
I am not clear.please tell me the use of port name??
 
I agree. Here's the link: http://zeroturnaround.com/jrebel
 
subject: what is exact meaning of portname
 
Similar Threads
Dynamic Proxy Client
Compilation of a Dynamic Proxy Client
Session Management in web service
regarding conversational web services
Help me in writing client foe this JAX ws Web service