I am working on a project where i have to make a SOAP Request object from the following code:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:mod="http://www.tmforum.org/xml/tip/model" xmlns:prob="http://www.tmforum.org/xml/tip/cbe/problem" xmlns:geo="http://www.tmforum.org/xml/tip/cbe/loc/geo" xmlns:loc="http://www.tmforum.org/xml/tip/cbe/loc" xmlns:tt="http:
Hello,
I need help for writing a script that fills already generated xml file with data from oracle database and random sequences.
For example if we have the following tags:
Code:
<ns1:message>
<ns1:messageId> </ns1:messageId>
<ns1:languageCode> </ns1:languageCode>
</ns
I am trying to Use the WCF with Android application.
Hi forum,
I need help ..
Hi all,
For the plugin we are currently developping (whm & cpanel) we need to do some soap calls.
This is ok for cpanel plugin but in the whm plugin, the php version used doesn't have support for soap.
Is there a reason why whm php version doesn't support soap ?
yum install php-soap
results in "No package php-soap available" warning. Removing "exclude =php*" from /etc/yum.conf results in confirmation to install php-soap & php-common VERSION 5.1.6-39.el5_8.
I'm afraid to install php components with version 5.1.6* in an OS with php 5.2.17. Should I be? Won't earlier 5.1.6* components cause problems with later 5.2.17 php environment?
Hi all,
For the module I'm developping I need the SOAP support in PHP and PDO support for SQLite.
The module has one cPanel part for the customer and one WHM part for the adminstrator.
The cPanel module was ok, the PHP version used seemed to be the same as the one generated by easyapache for the customers (5.3.14 I guess).
Hi, when retrieving a datastream, if you need to retrieve a particular version you can specify the DateTime e.g.
Can someone tell me how to know the values used in soap api.
I need to know what values are used in soap xml.
Can we get all the values used in soap api.
I know that we can get it by using SOAP::Lite module in perl. But it is like we are supplying keys and we are getting values.
I want to get entire soap xml used in soap api using perl.
Thanks