Ok, I get it
Ok, I get it
To do so, go to "My account -> Profile tab" then choose between upgrading your account type or purchasing credits
Until then, you won't be able to generate any package privately.
Latest blog posts
New methods have been added to our REST API, check it out!
A REST Api has to be flexible and capable of evolving over the time. Moreover, it must evolve according to the features it already provides in order to keep its homogeneity and its flexibility. We're still in the beginning of our Api so it should evolve for a long time in the future. As we only p...
New output formats for our REST Api: PHP, XML and JSONP
Before reading this post, please read the post about how to call our REST Api.As indicated in our previous post only json output format was available. We quickly added 3 new output formats which are : PHP: the data are serialized with serialize XML: the data are transformed to XML data using D...
Call any SOAP Web service using a REST Web service
Here is the newest feature and this is one of the most innovative one. it is also the one before the last complex feature. This new feature intends to let you call any SOAP operation remotely really easily. In addition to ease any call to any SOAP operation, we used an actual and innovative...
We love to fix, improve and help. Ask us to help you!
Since the last blog post, more than once month ago, we've been making three main things: improving deeply the WsdlToPhp project, helping users to achieve their SOAP projects, and paving the way for not anticipated features that will be useful. While we were doing these three mai...
Save your SOAP requests and execute them better, faster, stronger!
Here is the newest feature: save your sent requests. This feature allows you to store any sent request. After you stored it in our database, you are able to use it later in order to automatically fill in the web interface fields. To do so, you first need to load the method definition. Then y...
Fixing a little bug contained by the generated PHP code of the SOAP request
We just fixed an issue reported by a user.The caseWhen you send a request using the web interface, you can set the authentication login and password: After you sent the request, you can download the PHP code that allows you to make the request on your own environment. Lately, you would hav...