cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 
cancel
568
Views
0
Helpful
0
Replies

Call Studio 11.6(1)

hanyhussein
Level 1
Level 1

i imported the WSDL in call studio element "Web service " but the request structure is built in wrong way and i always receive schema validation error because the  <MsgHdr > element  inside the <body> however when i importing the WSDL in other soap clients like Soap UI the request structure is correct and i found the <MsgHdr > inside <header>

 

 

the below underlined element should be inside the header 

Request :

<payload service_operation="ConfigurePartyAuthenticationAssessmentRequest" service_name="ConfigurePartyAuthenticationAssessmentRequest" service_group="consumerAdaptor_WebServiceAdapterRequest_Group" service_type="EXPOSED" broker_name="CIBESBIIB01P" execution_group="Consumer" flow_name="consumerAdaptor_WebServiceAdapterRequest" transaction_id="d6cd19d2-af06-11ea-8640-0ad30b440000-4737" thread_id="25321" event_counter="1" event_id="9e34ca66-b159-11ea-9d70-0ad30b440000" event_name="SOAP Input" event_key1="" event_key2="" event_key3="" event_key4="" event_key5="" event_time="2020-06-18T11:48:25.261735" node_type="ComIbmSOAPInputNode" node_lable="SOAP Input" node_termninal="out" node_details="unknown" destination_location="EVENT_DATA">
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ch="http://www.cig.com/esb/common/v1.0/header" xmlns:fopa="http://www.cig.com/esb/financial/services/v6.0/partyauthentication" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:tns="http://www.cig.com/esb/wsvc/v6.0/partyauthentication/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance">
<SOAP-ENV:Header/>
<SOAP-ENV:Body>
<nklviwnaspovnqwnfl1:ConfigurePartyAuthenticationAssessmentRequest xmlns:nklviwnaspovnqwnfl1="http://www.cig.com/esb/financial/services/v6.0/partyauthentication">
<PartyChannelData xmlns="">
<Username>TEST123</Username>
<ChannelType>Lock</ChannelType>
</PartyChannelData>
</nklviwnaspovnqwnfl1:ConfigurePartyAuthenticationAssessmentRequest>
<nklviwnaspovnqwnfl3:MsgHdr xmlns:nklviwnaspovnqwnfl3="http://www.cig.com/esb/common/v1.0/header">
<RqUID xmlns="">mjfjdkslssmdm12245451231</RqUID>
</nklviwnaspovnqwnfl3:MsgHdr>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
</payload>

0 Replies 0