0

I tried the following link to connect the Enterprise API Service of Exact Target. I couldnt succeed.I used the Following site to implement basic Connection to Exact Target Api.

Connecting to Exact Target Api using Axis 2

I get the Following error Log

   org.apache.axis2.AxisFault: Login failed
at org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.java:531)
at org.apache.axis2.description.OutInAxisOperationClient.handleResponse(OutInAxisOperation.java:375)
at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:421)
at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:229)
at org.apache.axis2.client.OperationClient.execute(OperationClient.java:165)
at com.exacttarget.wsdl.partnerapi.PartnerAPIStub.retrieve(PartnerAPIStub.java:1394)
at com.exacttarget.client.ETClient.main(ETClient.java:49)

Can you please tell me where the error persists? I have no clue in working with Axis 2. Thanks in Advance

bks4line
  • 485
  • 3
  • 10
  • 23

1 Answers1

0

Did you setup CLIENTID/CLIENTSECRET?

Please leave your questions here

Community
  • 1
  • 1
Valijon
  • 12,667
  • 4
  • 34
  • 67
  • This is a comment, not an answer (I know you can't comment yet). – merours Jun 05 '14 at 10:01
  • I am having the same problem. Where should I set up the clientid/client secret in my configuration? – mickeymoon Jan 21 '15 at 08:55
  • @mickeymoon You need to register on https://code.exacttarget.com/, then go to "App Center" and create new "API Integration". For that, you need an account on Exacttarget Marketing Cloud. – Valijon Jan 21 '15 at 10:04
  • and after that? when I have to set the username and password... WHAT IS THE USERNAME AND WHAT IS THE PASSWORD? – Ares Draguna Apr 12 '16 at 13:23