Hi,

You have to specify the version otherwise you get the really first version from 
the ERP module:
https://shopurl.com/modules/erp/oxerpservice.wsdl?version=2.14.0

Cheers,
Jens



[Closed]<http://www.closed.com/>


Closed GmbH  |  Straßenbahnring 6  |  20251 Hamburg  |  Germany
T +49 40 441840 865  |  E jens.tr...@closed.com<mailto:jens.tr...@closed.com>
closed.com<http://closed.com>  |  
facebook.com/closed<https://www.facebook.com/closed> 
<http://www.facebook.com/closed>  |  instagram.com/closedofficial 
<https://www.instagram.com/closedofficial/>

Amtsgericht Hamburg HRB 53868 | Umsatzsteuer-Ident.-Nr.: DE 164980577
GF: Gordon Giers, Til Nadler, Hans Redlefsen

Von: 
<dev-general-boun...@lists.oxidforge.org<mailto:dev-general-boun...@lists.oxidforge.org>>
 im Auftrag von Mirza Ahtasham Ahmad 
<ahtasha...@gmail.com<mailto:ahtasha...@gmail.com>>
Antworten an: 
"dev-general@lists.oxidforge.org<mailto:dev-general@lists.oxidforge.org>" 
<dev-general@lists.oxidforge.org<mailto:dev-general@lists.oxidforge.org>>
Datum: Freitag, 29. April 2016 um 10:55
An: "dev-general@lists.oxidforge.org<mailto:dev-general@lists.oxidforge.org>" 
<dev-general@lists.oxidforge.org<mailto:dev-general@lists.oxidforge.org>>
Betreff: [oxid-dev-general] Quick SOAP ERP Connector question

Hi,

I have a EE 5.2.7 installed. I also installed the ERP Connector module on it.

Now I wanted to test if the SOAP service for ERP is working or not so I am 
trying to make a request from my local computer to the shop setup on hosting 
server.

How Can I do that.... I did make a SOAP request to the following url....

http://myshopurl.de/modules/erp/oxerpservice.wsdl

like this...

$client = new SoapClient("http://myshopurl.de/modules/erp/oxerpservice.wsdl";);

$result = $client->__soapCall('OXERPLogin', array($params));

but I cannot get the results....

I am getting something like this....




object(SoapFault)[2]
  protected 'message' => string 'Internal Server Error' (length=21)
  private 'string' (Exception) => string '' (length=0)
  protected 'code' => int 0
  protected 'file' => string 'C:\wamp\www\apirequest.php' (length=35)
  protected 'line' => int 11
  private 'trace' (Exception) =>
    array (size=2)
      0 =>
        array (size=4)
          'function' => string '__doRequest' (length=11)
          'class' => string 'SoapClient' (length=10)
          'type' => string '->' (length=2)
          'args' =>
            array (size=5)
              ...
      1 =>
        array (size=6)
          'file' => string 'C:\wamp\www\apirequest.php' (length=35)
          'line' => int 11
          'function' => string '__soapCall' (length=10)
          'class' => string 'SoapClient' (length=10)
          'type' => string '->' (length=2)
          'args' =>
            array (size=2)

SOAP is installed on server....

can anybody help me out how I may test the ERP connector.

Thanks and looking for a quick reply.




Mit freundlichen Grüßen | Warm Regards,

Mirza Ahtasham Ahmad
M +4917645387460<tel:%2B4917645387460> | Skype: ahtasham82




_______________________________________________
dev-general mailing list
dev-general@lists.oxidforge.org
http://dir.gmane.org/gmane.comp.php.oxid.general

Reply via email to