Need help using WSDL/proxy classes to transaction with Adobe Campign | Community
Skip to main content
tigers15313427
April 19, 2018
Solved

Need help using WSDL/proxy classes to transaction with Adobe Campign

  • April 19, 2018
  • 1 reply
  • 2643 views

I do not have an issue calling and logging in if I make the call via HttpWebRequest, but have an issue trying to understand how the proxy classes generated are to be

used

I have generated the WSDL classes for  queryDef, XtSession, and rtEvent and are trying to use those classes to make the calls

When I do below I get the foillowing error

SOP-330011 Error while executing the method 'Logon' of service 'xtk:session'.

Any help will be appreciated ...e.g do I need to make additional modification to the generated WSDL file etc...

TS

            using (XtkSession proxySession = new ConsoleApplication1.session.XtkSession())

            {

                string userName = "userName";

                string pass = "Pass";

                string sessionToken = string.Empty;

               

               

                XmlElement sessionInfo;

                proxySession.Url = "https://server/nl/jsp/soaprouter.jsp";

                string rslt = proxySession.Logon("", userName, pass, null, out sessionInfo, out sessionToken);

            }

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by florentlb

Hi,

I'm not sure of the exact cause but have you checked some of the threads we have here related to the logon method?

Re: Username/Password for Webservice LOGON in Adobe Campaign Classic

Adobe Campaign SOAP call

Web Service (SOAP) call in Adobe Campaign v6

There might be others so don't hesitate to search in the existing threads.

Usually problems come from the session token.

Florent

1 reply

florentlb
florentlbAccepted solution
Level 10
May 15, 2018

Hi,

I'm not sure of the exact cause but have you checked some of the threads we have here related to the logon method?

Re: Username/Password for Webservice LOGON in Adobe Campaign Classic

Adobe Campaign SOAP call

Web Service (SOAP) call in Adobe Campaign v6

There might be others so don't hesitate to search in the existing threads.

Usually problems come from the session token.

Florent