Daniel Kulp <[EMAIL PROTECTED]> writes:

> The port only represents the operations defined in the WSDL.  What
> happens if your wsdl has a setTargetAddress operation?

Ah, right. Then perhaps it could be something like:

  Service.setTargetAddressOf( port, new URI( "..." ) );

That is, the Service class (or something else) would know enough about
the port implementation to access its innards and set the right
property.

-- 
Steven E. Harris

Reply via email to