Replies: 0
How do I insert a CF7 field into a fixed XML SOAP Root Element.
CF7 member-email inserted in XPOST XML <Email></Email>
The XML is shown below.
======================
XPOST
Post Service Format: XML
Root Element:
<?xml version=”1.0″ encoding=”utf-8″?> <soap:Envelope xmlns:soap=”http://schemas.xmlsoap.org/soap/envelope/” xmlns:xsd=”http://www.w3.org/2001/XMLSchema” xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance”> <soap:Body> <GetMembers xmlns=”https://ws.test.com/”><Request><Username>ws_@test.com</Username><Password>ws_@test575D24</Password><PartnerKeyID>2222-F01E-A7CB-4C9B-B570-F18C3A73D0D9</PartnerKeyID><Email>6376786@test.com</Email> <IncludeShippingAddresses>false</IncludeShippingAddresses> <IncludeClubMemberships>true</IncludeClubMemberships> <IncludeCreditCardLastFour>false</IncludeCreditCardLastFour> <ID>1111F01E-A7CB-4C98-B570-F18C3A73D0D9</ID> </Request> </GetMembers> </soap:Body> </soap:Envelope>
Post-Headers: Content-Type=text/xml
Autoclose: false
==========================