Discussion
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
TechVista LLC
AE
Last activity: 19 Oct 2015 7:25 EDT
Integration with SOAP service
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
TechVista LLC
AE
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
NIIT Technologies Limited
AU
1) Create a connect-SOAP to call external service with request parameter as country name and response as list of cities.
2) Create a data page with source as connector. CountryName should be configured as parameter in data page. Refresh data page on each interaction.
3) Configure 'city' dropdown to have data page as source and pass the country name as parameter
4) In section, configure following actions on change of value of country field,
a) post value
b) refresh section.
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
PEG
IN
Incase if you haven't use Other Connector wizard to create connector rules.
You need to create an activity to call the SOAP connector.
1. Call Page-New method to create a page.
2. Call Property-Set method to enter the country name as input either as param value or input value.
3. Call Connect-SOAP method to call the SOAP Connect.
4. Use Show-Page to view the results i.e list of cities.
Hope this helps!
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
TechVista LLC
AE
Can you please send me the Steps more elaborately like , "ServiceName","Endpoint"..I dont understand that, and onclicking the ServiceName it is redirecting to some edit connector paage..I dont know what that fields means..can you help .
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
TechVista LLC
AE
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
PEG
IN
Service Name: Connect-SOAP rule name
EndPoint URL: URL which is used to connect to service.
Mode: Run if we use one connector. RunInParallel if we use more than one connector and we would like to run these connectors in Parallel.
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
TechVista LLC
AE
thanks alot for that..can u please tell how to configure that "service name" like what should configure in service,request and response tabs.I have tried alot for this.but still having problems.Endpoint url itself is saying it is not in the correct syntax
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
PEG
IN
Hello,
Instead of creating manually you could use wizard to generate all these automatically.
For this you would need wsdl to generate all the rules.
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
TechVista LLC
AE
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
Incessant Technologies
IN
Hi,
1- After running the connector wizard and setting the connector activity, call your connect into the data page.
2- Include the same data page in your property. and pass the counrty name as a paramter.
3- Set the display property as city.
Regards,
Sumita
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
TechVista LLC
AE
Ya I got that logic .But my problem is I am getting a XML file response in clipboard, which contains a list of cities.How do I parse this to a List of Strings(So that I can map that to a dropdown).
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
Pegasystems Inc.
IN
could you please check if the function pxConvertStringToPage helps...
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
Wipro Ltd
AU
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
S&P Capital iq
IN