Thanks for your kind response. Let me check it out and will revert back shortly.
Cheers, AA On 10-Jul-2017 3:47 PM, "Gadgil, Abhijeet" <[email protected]> wrote: > ** > > Abhishek, you will need to make following changes to your webservice > > > > 1. Have one part element per message. See how I have created a > different message element for header element. So in WSDL it will look like > below – > > > > <*wsdl:message* name="HEADER"> > > <*wsdl:part* name="osHeader" element="osXSD:OS_Header"/> > > </*wsdl:message*> > > > > <*wsdl:message* name="CREATE-SERVICE"> > > <*wsdl:documentation*>CREATE-SERVICE request message.</ > *wsdl:documentation*> > > <*wsdl:part* name="osBody" element="osXSD:CREATE-SERVICE"/> > > </*wsdl:message*> > > > > <*wsdl:message* name="CREATE-SERVICEResponse"> > > <*wsdl:documentation*>CREATE-SERVICE Response message.</ > *wsdl:documentation*> > > <*wsdl:part* name="osBody" element="osXSD:CREATE-SERVICEResponse"/> > > </*wsdl:message*> > > > > 2. Change operation definition in <soap:binding> element like below > for CREATE-SERVICE operation. > > <*wsdl:input*> > > <*soap:header* message="osWS: HEADER" part="osHeader" use > ="literal"/> > > <*soap:body* parts="osBody" namespace="os.ws.v1" use > ="literal"/> > > </*wsdl:input*> > > <*wsdl:output*> > > <*soap:body* parts="osBody" namespace="os.ws.v1" use > ="literal"/> > > </*wsdl:output*> > > > > Regards, > > Abhijeet > > > > *From:* Action Request System discussion list(ARSList) [mailto: > [email protected]] *On Behalf Of *Abhishek Anand > *Sent:* 09 July 2017 13:53 > *To:* [email protected] > *Subject:* Issue while parsing the WSDL file with the Filter set field > action. > > > > ** Hi Experts, We are facing issue while trying to consume a WSDL file via > the Filter set field action. Attached is the sample WSDL with three > operations. Filter is able to parse the operations but not able to read the > parameters within the operations:- Early response is highly appreciated. > Cheers, AA _ARSlist: "Where the Answers Are" and have been for 20 years_ > _ARSlist: "Where the Answers Are" and have been for 20 years_ _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org "Where the Answers Are, and have been for 20 years"

