SurgeProto Posted June 3, 2006 Share Posted June 3, 2006 I have some code that I'm converting from VB into PHP that refers to the a class called Outbound. I was told Outbound is merely a reference to a WSDL (for example [a href=\"http://www.mydomain.com/mywsdl.wsdl)\" target=\"_blank\"]http://www.mydomain.com/mywsdl.wsdl)[/a]. How can I create this reference in PHP so I can use this class?Also, as a bonus, once I have access to it, how can I translate the following vb code into PHP:Dim CallItemObject As New Outbound.CallItemCallItemObject.siteNumber = SiteNumberDim WebServiceCall As New Outbound.OutboundCallServiceplacecallresponse = WebServiceCall.placeCall(placecallobject) ANY help on this would be tremendously appreciated. Quote Link to comment https://forums.phpfreaks.com/topic/11064-creating-a-web-reference-to-wsdl-in-php/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.