SolarWebService04Feb2011
Click here for a complete list of operations.
ArticleInformation
Get article details/information based on a list of articles
Test
The test form is only available for requests from the local machine.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /SolarWebService/SolarWebService04feb2011.asmx HTTP/1.1 Host: sws.solarnederland.nl Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://sws.solar.eu/SolarWebservice/2011/2/4/ArticleInformation" <?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> <ArticleInformation xmlns="http://sws.solar.eu/SolarWebservice/2011/2/4/"> <authentication> <Initials>string</Initials> <Password>string</Password> </authentication> <articleNumbers> <ArticleNumber> <Value>string</Value> <MaterialIdentifier>SolarEl or HWS or EAN or SAPMatNo</MaterialIdentifier> </ArticleNumber> <ArticleNumber> <Value>string</Value> <MaterialIdentifier>SolarEl or HWS or EAN or SAPMatNo</MaterialIdentifier> </ArticleNumber> </articleNumbers> <includeCatalogData>boolean</includeCatalogData> </ArticleInformation> </soap:Body> </soap:Envelope>
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?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> <ArticleInformationResponse xmlns="http://sws.solar.eu/SolarWebservice/2011/2/4/"> <ArticleInformationResult> <ArticleInfo> <Article_no>string</Article_no> <EAN_no>string</EAN_no> <Hws_no>string</Hws_no> <Article_text>string</Article_text> <ETIM_article_class>string</ETIM_article_class> <Short_description>string</Short_description> <Medium_description>string</Medium_description> <Long_description>string</Long_description> <Type_description>string</Type_description> <Article_group_ID>string</Article_group_ID> <Article_group_name>string</Article_group_name> <List_price>double</List_price> <Unit>string</Unit> <Package_for_electricians>int</Package_for_electricians> <Cable_Cut>boolean</Cable_Cut> <Requires_EndUser>boolean</Requires_EndUser> <Supplier>string</Supplier> <UNSPSC_code>string</UNSPSC_code> <In_stock>string</In_stock> <Images>string</Images> <Images>string</Images> <Attributes> <Attribute_name>string</Attribute_name> <Attribute_value>string</Attribute_value> <Unit>string</Unit> <ETIM_FeatureID>string</ETIM_FeatureID> <ETIM_Unit_of_measureID>string</ETIM_Unit_of_measureID> <Sequence>int</Sequence> </Attributes> <Attributes> <Attribute_name>string</Attribute_name> <Attribute_value>string</Attribute_value> <Unit>string</Unit> <ETIM_FeatureID>string</ETIM_FeatureID> <ETIM_Unit_of_measureID>string</ETIM_Unit_of_measureID> <Sequence>int</Sequence> </Attributes> </ArticleInfo> <ArticleInfo> <Article_no>string</Article_no> <EAN_no>string</EAN_no> <Hws_no>string</Hws_no> <Article_text>string</Article_text> <ETIM_article_class>string</ETIM_article_class> <Short_description>string</Short_description> <Medium_description>string</Medium_description> <Long_description>string</Long_description> <Type_description>string</Type_description> <Article_group_ID>string</Article_group_ID> <Article_group_name>string</Article_group_name> <List_price>double</List_price> <Unit>string</Unit> <Package_for_electricians>int</Package_for_electricians> <Cable_Cut>boolean</Cable_Cut> <Requires_EndUser>boolean</Requires_EndUser> <Supplier>string</Supplier> <UNSPSC_code>string</UNSPSC_code> <In_stock>string</In_stock> <Images>string</Images> <Images>string</Images> <Attributes> <Attribute_name>string</Attribute_name> <Attribute_value>string</Attribute_value> <Unit>string</Unit> <ETIM_FeatureID>string</ETIM_FeatureID> <ETIM_Unit_of_measureID>string</ETIM_Unit_of_measureID> <Sequence>int</Sequence> </Attributes> <Attributes> <Attribute_name>string</Attribute_name> <Attribute_value>string</Attribute_value> <Unit>string</Unit> <ETIM_FeatureID>string</ETIM_FeatureID> <ETIM_Unit_of_measureID>string</ETIM_Unit_of_measureID> <Sequence>int</Sequence> </Attributes> </ArticleInfo> </ArticleInformationResult> </ArticleInformationResponse> </soap:Body> </soap:Envelope>
SOAP 1.2
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /SolarWebService/SolarWebService04feb2011.asmx HTTP/1.1 Host: sws.solarnederland.nl Content-Type: application/soap+xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope"> <soap12:Body> <ArticleInformation xmlns="http://sws.solar.eu/SolarWebservice/2011/2/4/"> <authentication> <Initials>string</Initials> <Password>string</Password> </authentication> <articleNumbers> <ArticleNumber> <Value>string</Value> <MaterialIdentifier>SolarEl or HWS or EAN or SAPMatNo</MaterialIdentifier> </ArticleNumber> <ArticleNumber> <Value>string</Value> <MaterialIdentifier>SolarEl or HWS or EAN or SAPMatNo</MaterialIdentifier> </ArticleNumber> </articleNumbers> <includeCatalogData>boolean</includeCatalogData> </ArticleInformation> </soap12:Body> </soap12:Envelope>
HTTP/1.1 200 OK Content-Type: application/soap+xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope"> <soap12:Body> <ArticleInformationResponse xmlns="http://sws.solar.eu/SolarWebservice/2011/2/4/"> <ArticleInformationResult> <ArticleInfo> <Article_no>string</Article_no> <EAN_no>string</EAN_no> <Hws_no>string</Hws_no> <Article_text>string</Article_text> <ETIM_article_class>string</ETIM_article_class> <Short_description>string</Short_description> <Medium_description>string</Medium_description> <Long_description>string</Long_description> <Type_description>string</Type_description> <Article_group_ID>string</Article_group_ID> <Article_group_name>string</Article_group_name> <List_price>double</List_price> <Unit>string</Unit> <Package_for_electricians>int</Package_for_electricians> <Cable_Cut>boolean</Cable_Cut> <Requires_EndUser>boolean</Requires_EndUser> <Supplier>string</Supplier> <UNSPSC_code>string</UNSPSC_code> <In_stock>string</In_stock> <Images>string</Images> <Images>string</Images> <Attributes> <Attribute_name>string</Attribute_name> <Attribute_value>string</Attribute_value> <Unit>string</Unit> <ETIM_FeatureID>string</ETIM_FeatureID> <ETIM_Unit_of_measureID>string</ETIM_Unit_of_measureID> <Sequence>int</Sequence> </Attributes> <Attributes> <Attribute_name>string</Attribute_name> <Attribute_value>string</Attribute_value> <Unit>string</Unit> <ETIM_FeatureID>string</ETIM_FeatureID> <ETIM_Unit_of_measureID>string</ETIM_Unit_of_measureID> <Sequence>int</Sequence> </Attributes> </ArticleInfo> <ArticleInfo> <Article_no>string</Article_no> <EAN_no>string</EAN_no> <Hws_no>string</Hws_no> <Article_text>string</Article_text> <ETIM_article_class>string</ETIM_article_class> <Short_description>string</Short_description> <Medium_description>string</Medium_description> <Long_description>string</Long_description> <Type_description>string</Type_description> <Article_group_ID>string</Article_group_ID> <Article_group_name>string</Article_group_name> <List_price>double</List_price> <Unit>string</Unit> <Package_for_electricians>int</Package_for_electricians> <Cable_Cut>boolean</Cable_Cut> <Requires_EndUser>boolean</Requires_EndUser> <Supplier>string</Supplier> <UNSPSC_code>string</UNSPSC_code> <In_stock>string</In_stock> <Images>string</Images> <Images>string</Images> <Attributes> <Attribute_name>string</Attribute_name> <Attribute_value>string</Attribute_value> <Unit>string</Unit> <ETIM_FeatureID>string</ETIM_FeatureID> <ETIM_Unit_of_measureID>string</ETIM_Unit_of_measureID> <Sequence>int</Sequence> </Attributes> <Attributes> <Attribute_name>string</Attribute_name> <Attribute_value>string</Attribute_value> <Unit>string</Unit> <ETIM_FeatureID>string</ETIM_FeatureID> <ETIM_Unit_of_measureID>string</ETIM_Unit_of_measureID> <Sequence>int</Sequence> </Attributes> </ArticleInfo> </ArticleInformationResult> </ArticleInformationResponse> </soap12:Body> </soap12:Envelope>