ASAP - Client to connect to the ASAP Web Service (MslvAsapWs)
Hi all,
I see that there is a way to connect to ASAP Web Service. I have the wsdl file (MslvAsapWs.wsdl) and I have genereate a client with axis lib. Anyone can tell me the format of the soap request to ASAP Web Service. The simple request createOrderByValue generated with axis is:
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Body>
<createOrderByValue xmlns="http://xmlns.oracle.com/communications/activation/asap/webservices">
-- Any elements
</createOrderByValue>
</soapenv:Body>
</soapenv:Envelope>
I see that there is a way to connect to ASAP Web Service. I have the wsdl file (MslvAsapWs.wsdl) and I have genereate a client with axis lib. Anyone can tell me the format of the soap request to ASAP Web Service. The simple request createOrderByValue generated with axis is:
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Body>
<createOrderByValue xmlns="http://xmlns.oracle.com/communications/activation/asap/webservices">
-- Any elements
</createOrderByValue>
</soapenv:Body>
</soapenv:Envelope>
0