String mdate = "";
String vendor_terms_of_service = "";
String vendor_image_path = "";
String vendor_address_2 = "";
String vendor_currency_display_style = "1|€|2|,||1|8";
Vendor vendor = new Vendor(wsPosid, hostname, contact_last_name, contact_first_name, contact_middle_name, contact_title, contact_phone_1, contact_phone_2, contact_fax, contact_email, vendor_phone, vendor_address_1, vendor_address_2, vendor_city, vendor_state, vendor_country, vendor_zip, vendor_store_name, vendor_store_desc, vendor_category_id, vendor_thumb_image, vendor_full_image, vendor_currency, cdate, mdate, vendor_image_path, vendor_terms_of_service, vendor_url, vendor_min_pov, vendor_freeshipping, vendor_currency_display_style, vendor_accepted_currencies, vendor_address_format, vendor_date_format);
AddVendorInput parameters = new AddVendorInput(wsLogin, vendor);
usersProxy.addVendor(parameters);
vendors = usersProxy.getAllVendor(wsLogin);