setDefaultBillingAddress Web Service
The setDefaultBillingAddress Web service sets the user’s billingAddressPropertyName to the given address
| Servlet Name | setDefaultBillingAddress
 | 
| Input Parameters | profileId: The ID of the customer profile to be changed.
 address: The new billing address.
 | 
| Output | The ID of the newly created address item | 
| Web Service Class | atg.commerce.profile.CommerceProfileServices
 | 
| Nucleus Component | /atg/userprofiling/ProfileServices
 | 
| Method | setDefaultBillingAddress(String pProfileId, ContactInfo pAddress) 
 | 
| Executes within a session | Yes | 
| WSDL URL | http://hostname:port/commerce/userprofiling/setDefaultBillingAddress?WSDL
 | 
| Endpoint URL | http://hostname:port/commerce/userprofiling/setDefaultBillingAddress/setDefaultBillingAddress
 | 
| Security FunctionalName | profileOwnerOperation
 |