Exploiting "one way" Web Services

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
solinem
Forum Newbie
Posts: 2
Joined: Wed Mar 19, 2008 1:27 pm
Location: Mexico City

Exploiting "one way" Web Services

Post by solinem »

I am connecting to a said "one way" Web Service, as the people on the other side told me: After you invoke the service, it expires immediately
SoapClient assumes, as I understand, a Web Service that you can open a connection to, and after that, submit several requests.
Does this class support invocation to this kind of Web Services?
How can I do it?
Post Reply