Results for: oop

Newsletter


Freelancing to Freedom

Get weekly emails on opinions, tips, and struggles of a 6-figure freelancer.

Enter your name and email address below and get started right away:

Who Am I?

Igor Benić

After 12 years of working as a developer, I have finally hit a $100k/year mark.

Now, I am sharing everything I know, I think about and also the struggles I go through as a freelancer who is also trying to create a sustainable product business.


© 2024 ibenic.com.

PHP

Working with PHP SoapClient

Working SOAP services, with PHP, can be a cumbersome task if you’ve never worked on one. It happened to me. I had a project to estimate for a Shipping service using SOAP.

Tutorials around it were never showing me the information I needed, especially for using the correct namespaces, nested nodes, and such. Collecting information from everywhere and combining the knowledge I got with a bit of research, I was able to form the XML their SOAP service needed.

Read More