Advertisement
Guest User

Untitled

a guest
Oct 25th, 2014
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <definitions xmlns:typens="urn:{{var wsdl.name}}" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
  3. xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://schemas.xmlsoap.org/wsdl/"
  4. name="{{var wsdl.name}}" targetNamespace="urn:{{var wsdl.name}}">
  5. <types>
  6. <schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:Magento">
  7. <import namespace="http://schemas.xmlsoap.org/soap/encoding/" schemaLocation="http://schemas.xmlsoap.org/soap/encoding/" />
  8. <complexType name="salesOrderEntity">
  9. <all>
  10. <element name="coupon_code" type="xsd:string" minOccurs="0" />
  11. </all>
  12. </complexType>
  13. </schema>
  14. </types>
  15. </definitions>
  16.  
  17. ini_set("soap.wsdl_cache_enabled", 0);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement