cancel
Showing results for 
Search instead for 
Did you mean: 

Webservice structure is invalid in MDS Studio....

Former Member
0 Kudos

Hello Everyone,

I can import a wsdl and create an application with Blackberry MDS Studio 1.1 and 2.0 version when i generated BAPI to webservice in R3 SP12.

but when i try to same things in R3 SP14 , I couldnt import wsdl. and I got this error message:

"The selected WSDL is invalid. Cause: Feature 'Policy' not found. (http://192.168.1.138:8000/sap/bc/srt/wsdl/bndg_DD645CED77E6E3F1B4130017A4770004/wsdl11/allinone/ws_policy/document?sap-client=100, 1, 11121)"

Blackberry MDS Studio 2.0 is use Eclipse SDK 3.3.2 version.

Same problem in Developer studio 7.0.. but when i tried it with Developer Studio 7.1, it is working properly.

I think problem occured from "policy" structure in wsdl. Does anyone can you tell me What i should do?

or what is problem exactly?

Kind Regards,

Rasim

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Yes i have this part in my wsdl....

Former Member
0 Kudos

Then try to replace "ws_policy" in the WSDL URL by "standard".

Former Member
0 Kudos

Do you have this node in your WSDL?

<wsp:UsingPolicy wsdl:required="true" />

<wsp:Policy wsu:Id="BN_ZXXXXX">

<wsp:ExactlyOne xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:sapsp="http://www.sap.com/webas/630/soap/features/security/policy" xmlns:sp="http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702" xmlns:wsa="http://www.w3.org/2005/08/addressing" xmlns:wsu="http://schemas.xmlsoap.org/ws/2002/07/utility">

<wsp:All>

<sp:TransportBinding>

<wsp:Policy>

<sp:TransportToken>

<wsp:Policy>

<sp:HttpsToken />

</wsp:Policy>

</sp:TransportToken>

<sp:AlgorithmSuite>

<wsp:Policy>

<sp:TripleDesRsa15 />

</wsp:Policy>

</sp:AlgorithmSuite>

<sp:Layout>

<wsp:Policy>

<sp:Strict />

</wsp:Policy>

</sp:Layout>

</wsp:Policy>

</sp:TransportBinding>

</wsp:All>

</wsp:ExactlyOne>

<saptrnbnd:OptimizedXMLTransfer uri="http://xml.sap.com/2006/11/esi/esp/binxml" xmlns:saptrnbnd="http://www.sap.com/webas/710/soap/features/transportbinding/" wsp:Optional="true" />

</wsp:Policy>

<wsp:Policy wsu:Id="IF_ZXXXX">