php - Lost in WSDL web service -


hi im doing billing system page. need echo image, iso/iec 18004:2000, (pdf?)

wich generated using format:

?re=xaxx010101000&rr=xaxx010101000&tt=1234567890.123456&id=ad662d33-6934-459c-a128-  bdf0393f0f44 

they have give me url:

www.url.com/webservice/webservice/server32_salespartner.php?wsdl 

url.com hide real wsdl any, way, have read here:

http://www.tutorialspoint.com/wsdl/wsdl_example.htm http://www.tutorialspoint.com/wsdl/wsdl_introduction.htm

and other stuff.. can't figure out how "send" info, know info not sent, here lost

do have build url after server32_salespartner.php??, how?

like this:

www.url.com/webservice/webservice/server32_salespartner.php?re=xaxx010101000&rr=xaxx010101000&tt=1234567890.123456&id=ad662d33-6934-459c-a128-  bdf0393f0f44 

how image then? i'm lost here.

i ask here cause web service provider bad, lazy , have been waiting answer 3 days, , need move on faster on this.

sorry im newbie @ wsdl.

you trying call soap service rest. won't work. check if there framework php read wsdl , creates client you. other way write client , call soap appropriate soap protocol.


Comments

Popular posts from this blog

java - Intellij Synchronizing output directories .. -

git - Initial Commit: "fatal: could not create leading directories of ..." -