XML : Web service call in PHP

I need to implement a SOAP protocol for my project and It is a two-step process. first 12.34.56.78/RP/ss/auth.asmx/SignIn?systemID=1&accessCode=&username=username&password=P1 and then run: 12.34.56.78/RP/ss/explorer.asmx/ViewWorklist?name=All&sort=

i should see the XML data like this as shown in the image "File name" 12.34.56.78//RP/ss/explorer.asmx/ViewWorklist?name=All&sort= 0 here is the problem it does not showing orders data in above url. only shows .xml orders results what have to do ? Suggest me the changes,Thanks in Advance. Result image here

Sample code here in test.php page

No comments:

Post a Comment