hi,
i have the same problem that when i connect to a specific webservice i have this message
HTTP/1.1 415 Unsupported Media Type
server: SAP NetWeaver Application Server 7.20 / AS Java 7.30
pragma: no-cache
content-type: text/html;charset=ISO-8859-1
content-length: 1972
date: Mon, 21 Sep 2015 11:36:12 GMT
i cannot resolve this problem
this is my request:
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<StartRequest_sync xmlns="http://sap.com/xi/ME">
<StartRequest>
<SiteRef>
<Site>4680</Site>
</SiteRef>
<SfcRequest>
<SiteRef>
<Site>4680</Site>
</SiteRef>
<SfcRef>
<Sfc>615190001879</Sfc>
</SfcRef>
<ResourceRef>
<Resource>04_REPRISE_EMBALL_PKT</Resource>
</ResourceRef>
<OperationRef>
<Operation>REPRISE_EMBALL_PKT</Operation>
<Revision>01</Revision>
</OperationRef>
<UserRef>
<UserId>TESTEUR</UserId>
</UserRef>
</SfcRequest>
</StartRequest>
</StartRequest_sync>
</s:Body>
</s:Envelope>
how can i solve this problem please.