Re: accessing the results returned from webservice
2009/1/8 Mansour Al Akeel <mansour.alakeel@gmail.com>:
>>
>> I agree it is, but I am also certain that there is another way. Do you have
>> a public URL of the .NET web service?
>
> https://beanstream.com/soap/ProcessTransaction.wsdl
>
> Let me know if you have any idea other than using regex.
> Thank you.
The WDSL seems to be OK.
The service seems to have 4 calls available
<message name='TransClass.TransactionProcess'>
<part name='inputTrans' type='xsd:string'/>
</message>
<message name='TransClass.TransactionProcessResponse'>
<part name='Result' type='xsd:string'/>
</message>
<message name='TransClass.TransactionProcessAuth'>
<part name='inputTrans' type='xsd:string'/>
</message>
<message name='TransClass.TransactionProcessAuthResponse'>
<part name='Result' type='xsd:string'/>
</message>
getAuth isn't one of them.
--
-----
Richard Quadling
Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731
"Standing on the shoulders of some very clever giants!"
--
PHP Soap Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
[PHP Home]
[PHP Users]
[Kernel Newbies]
[PHP Database]
[Yosemite]