Re: Issue while parsing the WSDL file with the Filter set field action.

2017-07-10 Thread Gadgil, Abhijeet
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 –








 CREATE-SERVICE request message.
 







  CREATE-SERVICE Response message.

  

 



2.   Change operation definition in  element like below for 
CREATE-SERVICE operation.















Regards,
Abhijeet

From: Action Request System discussion list(ARSList) 
[mailto:arslist@ARSLIST.ORG] On Behalf Of Abhishek Anand
Sent: 09 July 2017 13:53
To: arslist@ARSLIST.ORG
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_

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
"Where the Answers Are, and have been for 20 years"


Re: Issue while parsing the WSDL file with the Filter set field action.

2017-07-10 Thread Abhi$hek
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"  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* name="CREATE-SERVICE">
>
>  <*wsdl:documentation*>CREATE-SERVICE request message. *wsdl:documentation*>
>
>  <*wsdl:part* name="osBody" element="osXSD:CREATE-SERVICE"/>
>
> 
>
>
>
> <*wsdl:message* name="CREATE-SERVICEResponse">
>
>   <*wsdl:documentation*>CREATE-SERVICE Response message. *wsdl:documentation*>
>
>   <*wsdl:part* name="osBody" element="osXSD:CREATE-SERVICEResponse"/>
>
>  
>
>
>
> 2.   Change operation definition in  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:output*>
>
> <*soap:body* parts="osBody" namespace="os.ws.v1" use
> ="literal"/>
>
> 
>
>
>
> Regards,
>
> Abhijeet
>
>
>
> *From:* Action Request System discussion list(ARSList) [mailto:
> arslist@ARSLIST.ORG] *On Behalf Of *Abhishek Anand
> *Sent:* 09 July 2017 13:53
> *To:* arslist@ARSLIST.ORG
> *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"


Re: Issue while parsing the WSDL file with the Filter set field action.

2017-07-10 Thread Abhishek Anand
Hi Abhijeet,

Thanks for your kind response.

I am uploading the updated file again.
Please could you elaborate  in detail so as to amend the WSDL file to be 
consumed by filter & can parse the operations as well as its parameters.

Cheers,
AA

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
"Where the Answers Are, and have been for 20 years"

http://www.w3.org/2001/XMLSchema"; 
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/";>
   
  
 
 
 
 
 
 
 
 
 
 
 
 
 

   
   
   
   

 
 

   
   
   
   

 
 
 

   
   
   
   

 
 

   
   
   
   

 
 
 

   

 
 

   

 
 
 
 

   


   
  
 Indicates the 
ORDERID
  
   
   
  
 Indicates the 
PONPortAlias
  
   
   
  
 Indicates the ONTSN
  
   

 
 
 

   


   
  
 Indicates the 
ORDERID
  
   
   
  
 Indicates the 
PONPortAlias
  
   
   
  
 Indicates the ONTSN
  
   
   
  
 FDN
  
   
   
  
 Account
  
   

 
 
 
 

   
  
 FDN
  
   
   
  
 CustomerName
  
   
   
  
 ServiceType
  
   
   
  
 Account
  
   
   
  
 SIPUSERNAME
  
   
   
  
 SIPUSERPWD
  
   
   
  
 WANPPPOEUSERNAME
  
   
   
  
 WANPPPOEUSERPWD
  
   

 
 

   


   
   

 
 
 

   


   
   

 
 
 

   The type of exception returned by failed 
invokation of an message request.


   
  
 
  
   
   
  
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
  
   

 
 

   


   
  
 The exception type based on the 
enumeration
  
   
   
  
 A string indicating further details 
about the exception. It is a free format string filled by the 
OS.
  
   

 
 
 

   None objects Parameters.


 
  
  
 
  
   
   
   
   
  The generic exception message.
  
   
   
   
   
  CREATE-SERVICE