
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<NewQuote xmlns="http://webcominc.com/">
<username>string</username>
<password>string</password>
<owner>string</owner>
<xml>xml</xml>
</NewQuote>
</soap:Body>
</soap:Envelope>
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:web="http://webcominc.com/">
<soap:Header/>
<soap:Body>
<web:NewQuote>
<web:username>sapcpquser#domain</web:username>
<web:password>password</web:password>
<web:owner>owner</web:owner>
<web:xml>
<Cart>
<MarketCode>MarketCode</MarketCode>
<PricebookCode>PriceBookCode</PricebookCode>
<ShippingMethod/>
<ShippingPrice>1</ShippingPrice>
<TaxExempt>0</TaxExempt>
<CartComment/>
<Items>
<Item>
<Quantity>1</Quantity>
<ProductName>Name of the Product</ProductName>
<CatalogueCode>PartNumber</CatalogueCode>
<ItemPrice>680</ItemPrice>
<Attributes>
<Attribute>
<Name>ExampleName</Name>
<Value>100</Value>
<Value>101</Value>
</Attribute>
</Attributes>
</Item>
</Items>
<Properties>
<Property>
<Name>Project Name</Name>
<Value>Pilot</Value>
</Property>
</Properties>
<Customers>
<Customer CustomerRoleType="1">
<Id/>
<ExternalId/>
<FirstName>Harry</FirstName>
<LastName>Peter</LastName>
<Company>ABCD Company, The</Company>
<Address1>ABCD Plaza</Address1>
<Address2/>
<City>Cincinnati</City>
<StateAbbrev>OH</StateAbbrev>
<ZipCode>45402</ZipCode>
<CountryAbbrev>US</CountryAbbrev>
<TerritoryName/>
<BusinessPhone>(513) 698-6421</BusinessPhone>
<BusinessFax>(513) 983-4381</BusinessFax>
<EMail>test@gmail.com</EMail>
</Customer>
<Customer CustomerRoleType="2">
<Id/>
<ExternalId/>
<FirstName>Harry</FirstName>
<LastName>Peter</LastName>
<Company>ABCD Company, The</Company>
<Address1>ABCD Plaza</Address1>
<Address2/>
<City>Cincinnati</City>
<StateAbbrev>OH</StateAbbrev>
<ZipCode>45402</ZipCode>
<CountryAbbrev>US</CountryAbbrev>
<TerritoryName/>
<BusinessPhone>(513) 698-6421</BusinessPhone>
<BusinessFax>(513) 983-4381</BusinessFax>
<EMail>test@yahoo.com</EMail>
</Customer>
<Customer CustomerRoleType="3">
<Id/>
<ExternalId/>
<FirstName>Harry</FirstName>
<LastName>Peter</LastName>
<Company>ABCD Company, The</Company>
<Address1>ABCD Plaza</Address1>
<Address2/>
<City>Cincinnati</City>
<StateAbbrev>OH</StateAbbrev>
<ZipCode>45402</ZipCode>
<CountryAbbrev>US</CountryAbbrev>
<TerritoryName/>
<BusinessPhone>(513) 698-6421</BusinessPhone>
<BusinessFax>(513) 983-4381</BusinessFax>
<EMail>test@rediff.com</EMail>
</Customer>
</Customers>
</Cart>
</web:xml>
</web:NewQuote>
</soap:Body>
</soap:Envelope>
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Body>
<NewQuoteResponse xmlns="http://webcominc.com/">
<NewQuoteResult>
<Result xmlns="">
<Status>OK</Status>
<Message>New Quote Created</Message>
<QuotationNumber>01180050</QuotationNumber>
<QuoteLink>http://<SAPCPQ URL>/Login.aspx?quote=CFCECEC7CFCFCACF</QuoteLink>
</Result>
</NewQuoteResult>
</NewQuoteResponse>
</soap:Body>
</soap:Envelope>
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<UserAdministration xmlns="http://webcominc.com/">
<userNameAtDomain>string</userNameAtDomain>
<password>string</password>
<action>string</action>
<xDoc>xml</xDoc>
</UserAdministration>
</soap:Body>
</soap:Envelope>
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:web="http://webcominc.com/">
<soap:Header/>
<soap:Body>
<web:UserAdministration>
<web:userNameAtDomain>sapcpquser#domain</web:userNameAtDomain>
<web:password>password</web:password>
<web:action>ADDORUPDATE</web:action>
<web:xDoc>
<USERPROPERTIES>
<USERNAME>scn_test</USERNAME>
<PASSWORD AllowSameAsExisting="1">Welcome1</PASSWORD>
<TITLE>Mr.</TITLE>
<FIRSTNAME>scn</FIRSTNAME>
<LASTNAME>test</LASTNAME>
<TYPE>Sales</TYPE>
<EMAILADDRESS>scn_test@mycompany.com</EMAILADDRESS>
<ADDRESS1>Malad</ADDRESS1>
<ADDRESS2/>
<ADMINISTRATOR>TRUE</ADMINISTRATOR>
<CITY>Mumbai</CITY>
<STATE>Maharashtra</STATE>
<ZIPCODE>400097</ZIPCODE>
<COUNTRY>India</COUNTRY>
<PHONENUMBER>262-785-8320</PHONENUMBER>
<FAXNUMBER/>
<COMPANYCODE>CALD</COMPANYCODE>
<MUSTCHANGEPASSWORD>0</MUSTCHANGEPASSWORD>
<PASSWORDLOCKED>0</PASSWORDLOCKED>
<DEFAULTDICTIONARY>US English</DEFAULTDICTIONARY>
</USERPROPERTIES>
</web:xDoc>
</web:UserAdministration>
</soap:Body>
</soap:Envelope>
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Body>
<UserAdministrationResponse xmlns="http://webcominc.com/">
<UserAdministrationResult>
<Response xmlns="">
<Result>OK</Result>
<Message>User scn_test added</Message>
</Response>
</UserAdministrationResult>
</UserAdministrationResponse>
</soap:Body>
</soap:Envelope>
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<SimpleProductAdministration xmlns="http://webcominc.com/">
<userName>string</userName>
<password>string</password>
<action>string</action>
<xDoc>xml</xDoc>
</SimpleProductAdministration>
</soap:Body>
</soap:Envelope>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:web="http://webcominc.com/">
<soapenv:Header/>
<soapenv:Body>
<web:SimpleProductAdministration>
<web:userName>sapcpquser#domain</web:userName>
<web:password>password</web:password>
<web:action>ADDORUPDATE</web:action>
<web:xDoc>
<Products SkipCategoriesOnProductUpdate="True">
<Product>
<ProductName>
<USEnglish><![CDATA[Product Speaker]]> </USEnglish>
</ProductName>
<DisplayType>Simple</DisplayType>
<ProductType>Hardware</ProductType>
<Categories>
<USEnglish><![CDATA[Speakers]]></USEnglish>
</Categories>
</Product>
</Products>
</web:xDoc>
</web:SimpleProductAdministration>
</soapenv:Body>
</soapenv:Envelope>
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Body>
<SimpleProductAdministrationResponse xmlns="http://webcominc.com/">
<SimpleProductAdministrationResult>
<Result xmlns="http://webcominc.com/">
<Status>OK</Status>
<Message>Action successful.</Message>
</Result>
</SimpleProductAdministrationResult>
</SimpleProductAdministrationResponse>
</soap:Body>
</soap:Envelope>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.