On Wed, Apr 1, 2009 at 15:21, Raoul JP Bonnal <[email protected]> wrote: > Dear all, > I have created a test service, using netbeans 6.5, Spring framework and > GlassFish v2.1. I did like reported by Spring Tutorial (contract first) > , from xsd -> wsdl -> webservice > Adding my localhost link for WSDL scavenger, it finds my service and I > can use it but .... > I can understand why to my processor has been attached a port called: > attachmentList l(''). I think it's created automatically in some way at > run time, because looking into my files there is no reference to this port.
The port is a virtual port only used if a WSDL service returns attachments (it's basically MIME-attachment like in emails). This is a very seldom used feature of WSDL services, so you can safely ignore this output port. I believe we can't know in advance if a service will return attachment, hence the port is always there. -- Stian Soiland-Reyes, myGrid team School of Computer Science The University of Manchester ------------------------------------------------------------------------------ _______________________________________________ taverna-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/taverna-users Documentation: http://www.mygrid.org.uk/usermanual1.7/ FAQ: http://www.mygrid.org.uk/wiki/Mygrid/TavernaFaq Biological Services: http://www.mygrid.org.uk/wiki/Mygrid/BiologicalWebServices
