Hello
here is my endpoint which work great.
EndpointImpl endpoint = new EndpointImpl(springBus(),
portingAcceptanceNotifyEndpoint(), SOAPBinding.SOAP12HTTP_BINDING);
Due to costumer limitation who sent as wsdl files (4) we need to have only one
Endpoint. Is it possible to add multiple object to one Endpoint? Or there is
any other way to resolve this issue so that I will not have to writte all
classes by my self.
br
miha
