Christopher, If you use two (2) Web Services connectors 1 for authentication and 1 for subsequent (authenticated) requests this has worked in the past.
Best, Tim On Wednesday, October 2, 2013 7:25:39 AM UTC-4, Christopher Wennhold wrote: > > Hello, > > currently I'm trying to establish a connection from Delivery Server to > Salesforce via WebService (SOAP) using the WebService Connector in Delivery > Server. > > It looks like the connector is configured properly, the enterprise.wsdl > from Salesforce has been included and so far I am able to log into > Salesforce using this dynament: > > <rde-dm:webservice name="Salesforce" report-tag="Salesforce"> > <rde-rd:soap-message type="operation" operation="login"> > <username>XXX</username> > <password>XXX</password> > </rde-rd:soap-message> > </rde-dm:webservice> > > The problem comes, when I try to execute a second request like this: > > <rde-dm:webservice name="Salesforce" report-tag="Salesforce"> > <rde-rd:soap-message type="operation" operation="logout"> > </rde-rd:soap-message> > </rde-dm:webservice> > > The WebService returns the error: > > "Destination URL not reset. The URL returned from login must be set in the > SforceService" > > Looks like the login request has to go to the address specified within the > .wsdl file, but from there on (I think due to load balancing) the requests > have to be sent to another URL, returned by the login response. > > Is there any possibility changing the server Url used by the following > requests? > > I hope someone has experience using Salesforce and Delivery Server. > > Best regards, > > Christopher Wennhold > -- You received this message because you are subscribed to the Google Groups "RedDot CMS Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/reddot-cms-users. For more options, visit https://groups.google.com/groups/opt_out.
