I have an app that I have to expose through portal and I am using the web connector.
Mostly it works but I am now finding that a from that is a mime multipart does not
work through the connector.
It looks like I have to implement a class that handles the content type.
Can any one give some pointers on what I need to do.
I am currently looking at
public class SampleImageSegmenter implements Segmenter
and
public class SampleStockQuoteMutator extends HTMLTokenMutator
Am I trying to do somthing that is not possible. I jast want the mimemulti part to
be passed through to the externel application
Thanks Matt