Hi SNites,
I am creating a Proxy to SOAP scenario (Synchronous) and have done folloiwng in IR,
Request Data type DT_Req (Used in both Proxy and SOAP)
Response Data type DT_Res (Used in both Proxy and SOAP)
Request Message type MT_Req(Used in both Proxy and SOAP)
Response Message type MT_Res (Used in both Proxy and SOAP)
Service interface Outound synchronous (Request Message type type MT_Req and Response Message type MT_Res)
Service interface Inbound synchronous (Request Message type type MT_Req and Response Message type MT_Res)
Message Mapping Req MM_Req (Both source and target have same message type MT_Req)
Message Mapping Req MM_Res (Both source and target have same message type MT_Res)
Operation Mapping OM_Req_Res (Used message mapping MM_Req in Request and MM_Res in Reponse)
When trying to generate the proxy in ECC using SPROXY, getting the error
Cannot generate proxy (object <portType name="SI_OB_Sync_Proxy_Currency"> missing in WSDL, see long text)
Please let me know why the proxy generation is not happening as mentioned above.
Regards,
Abhi