I know something to do with Medata in the VSI -
Can you please suggest me , what modification I need to do in metada under the VSI?
It is SOAP virtual service .
Many thanks
I know something to do with Medata in the VSI -
Can you please suggest me , what modification I need to do in metada under the VSI?
It is SOAP virtual service .
Many thanks
Error related to content type usually comes when the service is created from request response pairs. In cases like this, depending on service, we typically add a Content-Type attribute in Meta Data of Response. For example, for web services, we typically add Content-Type as text/xml; charset=utf-8. It can vary depending on the service.
Thanks,
Surya.