If we have more than one bindings ( document/literal and RPC/literal) for a single portType.
Then by using the method Service.getPort(Class), is it possible to get a stub that is for a particular message/mode. And if yes where we keep that mapping.
also, what is the use of <port-comonent-ref> element. Is this useful only when the
J2EE web service is deployed in the same J2EE application.