Mohal
Mohal

Reputation: 581

PHP SOAP Request for 3PL Central

Can anyone guide me how to make a PHP SOAP request using 3PL Central API?

I have 3PL KEY, Login, Password, and Facility ID. The files given by the client are WSDL file, a XML Request file, a XML Response file, and a C# example, which is not helping in anyway.

I am new to SOAP... so, I guess... a link to a good tutorial about PHP and SOAP would also be appreciated.

Upvotes: 1

Views: 1546

Answers (2)

koushik naikel
koushik naikel

Reputation: 1

you may do by http request using curl call. I have done using this to make drupal module. They have great help for developers. you may look there. https://developer.3plcentral.com/#6d6ce87a-4aed-48db-9609-c1b47f51378e

Upvotes: 0

Mohal
Mohal

Reputation: 581

A bundle of thanx goes to "jacobdubail."

Check this link for solution: http://forum.foxycart.com/discussion/5370/help-transforming-datafeed-for-3rd-party-integration/p1

It helped me alot.

Upvotes: 1

Related Questions