Jump to content

hno2002

New Members
  • Posts

    3
  • Joined

  • Last visited

hno2002's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I've a webservice this is the wsdl <Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/"> <Header> <ValidationSoapHeader xmlns="KyanOnlineSaleService"> <Token>[string?]</Token> </ValidationSoapHeader> </Header> <Body> <GetItemList xmlns="KyanOnlineSaleService"> <StartDate>[string?]</StartDate> <EndDate>[string?]</EndDate> </GetItemList> </Body> </Envelope> this is my code $url = 'mywebservice/KyanOnlineSaleService.asmx?WSDL'; $client = new SoapClient($url); $result = $client->GetItemList(); print_r($result); I need to send the token code to this page . how can I do so ?
  2. it has limitation . the limitation is from the server , I have no problem with php and php mailer ! any idea?
  3. Hi every one I've a website and I need so send daily mails to my clients , but as you know , there are limitation for sending mails on web servers . so , is there any way I can auto joing my client's mail to google group ? what are the best ways to send lots of mails without being spam ? Thanks so much
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.