cancel
Showing results for 
Search instead for 
Did you mean: 

Not supported fragments

former_member184588
Active Participant
0 Kudos

Hello,

I am trying to consume an WCF-Webservice. I am able to create the consumer proxy via https. But when I try to generate the binding it fails. Using the WSDL-Analyse I get the following errors in not supported fragments:

<http:NegotiateAuthentication xmlns:http="http://schemas.microsoft.com/ws/06/2004/policy/http" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:tns="http://tempuri.org/" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/08/addressing/policy" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract" xmlns:wsa10="http://www.w3.org/2005/08/addressing" xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata"/>

<sp:TransportBinding xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:tns="http://tempuri.org/" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/08/addressing/policy" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract" xmlns:wsa10="http://www.w3.org/2005/08/addressing" xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata"><wsp:Policy xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xml:base="https://fqdnpath_to_service?WSDL"><wsp:ExactlyOne><wsp:All><sp:TransportToken><wsp:Policy xml:base="https://fqdnpath_to_service?WSDL"><wsp:ExactlyOne><wsp:All><sp:HttpsToken RequireClientCertificate="false"/></wsp:All></wsp:ExactlyOne></wsp:Policy></sp:TransportToken><sp:AlgorithmSuite><wsp:Policy xml:base="https://fqdnpath_to_service?WSDL"><wsp:ExactlyOne><wsp:All><sp:Basic256/></wsp:All></wsp:ExactlyOne></wsp:Policy></sp:AlgorithmSuite><sp:Layout><wsp:Policy xml:base="https://fqdnpath_to_service?WSDL"><wsp:ExactlyOne><wsp:All><sp:Strict/></wsp:All></wsp:ExactlyOne></wsp:Policy></sp:Layout></wsp:All></wsp:ExactlyOne></wsp:Policy></sp:TransportBinding>

Unfortunetly I have no glue what is not supported by SAP. Does someone has an idea?

In some discussions they say that I have to use another WSDL-file for the binding. But there is no other WSDL-file for the WCF-Webservice. Or do I need to use another file for the binding of the .net webservice?

Accepted Solutions (0)

Answers (2)

Answers (2)

attila_mikulan
Employee
Employee
0 Kudos

Hello Vanessa,

If the proxy generation was successful, most probably the policy or the binding part is not supported. SAP supports ws-i 1.1 standard, with some limitation described in note 944029.

Check the wiki http://wiki.scn.sap.com/wiki/x/_4A_FQ, it might help you find out what's wrong, or go with the workaround.

Cheers,

Attila

Madjid
Participant

hello Attila Mikulan

i have a same problem may be guide me

error in create port for proxy of web service

thanks you

former_member182290
Participant
0 Kudos

Hi Vanessa,

I am not sure if I understand you correctly .

>>>>I am trying to consume an WCF-Webservice

when you consume a web service you only create Logical Port.

What do you mean by >>>But when I try to generate the binding it fails

Thank You

Regards

Goverdhan