Re: [SOAP] accessing the results returned from webservice

[email protected] ("Richard Quadling")
Newsgroups php.soap
Message-ID <[email protected]>
2009/1/8 Mansour Al Akeel <[email protected]>:
>>
>> 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!"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.