cancel
Showing results for 
Search instead for 
Did you mean: 

Web service Method not supported

Former Member
0 Kudos

Hy, i have this serious problem.

I have any web service method that in , Visual Composer 7.1, have the suffix "Not supported".

I don't understand this situation because i can test it on web service navigator with success.

This is the SOAP request/response from Web service navigator test:

SOAP request:

<?xml version="1.0" encoding="utf-8"?>

<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

<SOAP-ENV:Body>

<pns:getMaterialDetail xmlns:pns="urn:WsMaterialGetDetailVi">

<pns:matnr/>

<pns:werks/>

</pns:getMaterialDetail>

</SOAP-ENV:Body>

</SOAP-ENV:Envelope>

SOAP response:

<?xml version="1.0" encoding="UTF-8"?>

<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

<SOAP-ENV:Body>

<rpl:getMaterialDetailResponse xmlns:rpl="urn:WsMaterialGetDetailVi">

<rpl:Response xmlns:pns="urn:it.futura.lib.ws">

<pns:returnCode>3</pns:returnCode>

<pns:returnCodeDescription>Codice Materiale non fornito</pns:returnCodeDescription>

<pns:returnCodes xmlns:tns="java:sap/standard" xsi:type="tns:Vector">

<tns:Vector xsi:type="xs:string">0</tns:Vector>

<tns:Vector xsi:type="xs:string">0</tns:Vector>

<tns:Vector xsi:type="xs:string">3</tns:Vector>

</pns:returnCodes>

<pns:returnCodesDescription xmlns:tns="java:sap/standard" xsi:type="tns:Vector">

<tns:Vector xsi:type="xs:string">Environment name found: NVP</tns:Vector>

<tns:Vector xsi:type="xs:string">Dettagli ambiente trovato: NVP</tns:Vector>

<tns:Vector xsi:type="xs:string">Codice Materiale non fornito</tns:Vector>

</pns:returnCodesDescription>

</rpl:Response>

</rpl:getMaterialDetailResponse>

</SOAP-ENV:Body>

</SOAP-ENV:Envelope>

Sincerely yours

Thank's

Andrea Maraviglia

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Andrea,

Would it be possible for you to attach the WSDL file here?

Regards,

Shai

Former Member
0 Kudos

Thank's Shay. I'm thinking that the problem is about NWDS for this reason: at the moment i am testing a standard web service present on WAS( http://serverWAS:53000/IciUserService/IciUserConf?wsdl)that with a method ( getAttributes) that return an array of classes on VC and this test is ok.

So i'm creating an similar web service that return array of classes with my NWDS (vers. 7.0.7..) and wizard but on VC it's don't supported.

The SOAP Response of standard web service and my web service, have different structure. I'm thinking that the problem is NWDS because the SOAP response is function of the WSDL generated by Wizard on NWDS.

Thank's in advance.

Andrea Maraviglia

Edited by: Andrea Maraviglia on Nov 28, 2008 5:46 PM

Former Member
0 Kudos

Were you able to find a solution ?