cancel
Showing results for 
Search instead for 
Did you mean: 

Issue in Namespace for a Custom webservice called from ECC

rites001
Explorer
0 Kudos

Hello,

I am getting the below error while triggering a Service configured in Webmethod :

we are using the below WSDL from Webmethods :

<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soapjms="http://www.w3.org/2010/soapjms/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"xmlns:tns="http://gva6340.gva.europe.firmenich.com/TRS_Int_Order.webservices:order360T" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" name="order360T"targetNamespace="http://gva6340.gva.europe.firmenich.com/TRS_Int_Order.webservices:order360T">
<wsdl:types>
<xsd:schema xmlns:tns="http://gva6340.gva.europe.firmenich.com/TRS_Int_Order.webservices:order360T" xmlns:xsd="http://www.w3.org/2001/XMLSchema"targetNamespace="http://gva6340.gva.europe.firmenich.com/TRS_Int_Order.webservices:order360T">
<xsd:element name="orderREST" type="tns:orderREST"/>
<xsd:element name="orderRESTResponse" type="tns:orderRESTResponse"/>
<xsd:complexType name="orderREST">
<xsd:sequence>
<xsd:element name="request" nillable="true" type="tns:request"/>

</xsd:sequence>



</xsd:complexType>


<xsd:complexType name="request">
<xsd:sequence>
<xsd:element minOccurs="0" name="tmp" nillable="true" type="xsd:string"/>

</xsd:sequence>



</xsd:complexType>


<xsd:complexType name="orderRESTResponse">
<xsd:sequence>
<xsd:element name="response" nillable="true" type="tns:response"/>

</xsd:sequence>



</xsd:complexType>


<xsd:complexType name="response">
<xsd:sequence>
<xsd:element minOccurs="0" name="tmp" nillable="true" type="xsd:string"/>

</xsd:sequence>



</xsd:complexType>



</xsd:schema>



</wsdl:types>


<wsdl:message name="order360T_PortType_orderREST">
<wsdl:part name="parameters" element="tns:orderREST"></wsdl:part>

</wsdl:message>


<wsdl:message name="order360T_PortType_orderRESTResponse">
<wsdl:part name="parameters" element="tns:orderRESTResponse"></wsdl:part>

</wsdl:message>


<wsdl:portType name="order360T_PortType">
<wsdl:operation name="orderREST">
<wsdl:input message="tns:order360T_PortType_orderREST"></wsdl:input>
<wsdl:output message="tns:order360T_PortType_orderRESTResponse"></wsdl:output>

</wsdl:operation>



</wsdl:portType>


<wsdl:binding name="TRS_Int_Order_webservices_order360T_Binder" type="tns:order360T_PortType">
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="orderREST">
<soap:operation soapAction="TRS_Int_Order_webservices_order360T_Binder_orderREST" style="document"/>
<wsdl:input>
<soap:body parts="parameters" use="literal"/>

</wsdl:input>


<wsdl:output>
<soap:body parts="parameters" use="literal"/>

</wsdl:output>



</wsdl:operation>



</wsdl:binding>


<wsdl:service name="TRS_Int_Order.webservices.order360T">
<wsdl:port name="TRS_Int_Order_webservices_order360T_Port" binding="tns:TRS_Int_Order_webservices_order360T_Binder">
<soap:address location="http://gva6340.gva.europe.firmenich.com:5555/ws/TRS_Int_Order.webservices:order360T/TRS_Int_Order_webservices_order360T_Port"/>

</wsdl:port>



</wsdl:service>



</wsdl:definitions>

Let me know what we are missing while making the configuration for the respective Namespace.

we are triggering the webmethods from a Fiori tile and sending data to a third party system using Webmethods as middle ware.

Any responses would be appreciated.

Thanks

Ritesh

Accepted Solutions (0)

Answers (0)