You are not logged in.

Dear visitor, welcome to Palo Community Forum. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

sdkoenig

Trainee

  • "sdkoenig" started this thread

Posts: 3

Date of registration: Mar 4th 2011

Location: Germany, Dusseldorf

  • Send private message

1

Monday, March 7th 2011, 11:08am

SOAP - How to set it up (special header / body for etracker)

Hi,

I tried to set up the SOAP interface to import data from etracker, but even with a help from a colleague we did not manage to get it working after some hours.

This is the working soap request from SoapUI:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:v2="http://ws.etracker.com/api/ws/v2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Header>
<v2:accountId>xxIDxx</v2:accountId>
<v2:developerToken>xxDevTokenxx</v2:developerToken>
<v2:password>xxPWxx</v2:password>
<v2:email>xxMailxx</v2:email>
</soapenv:Header>
<soapenv:Body>
<v2:getReport>
<config xsi:type="v2:VisitorPerMonthReportConfiguration">
<id>VisitorPerMonth</id>
<offset>0</offset>
<limit>50</limit>
</config>
</v2:getReport>
</soapenv:Body>
</soapenv:Envelope>

Is it possible at all to configure PALO so that it send the request above?
If so, please help me with detailed instructions.

Sebastian

This post has been edited 1 times, last edit by "sdkoenig" (Mar 7th 2011, 11:11am)


tish1

Sage

Posts: 762

Date of registration: Jul 13th 2009

Location: Vienna / Austria

Occupation: Senior Consultant @ Vector SW DV GmbH

  • Send private message

2

Monday, March 7th 2011, 11:22am

Hi,

did you try ETL server's SOAP connection?

Regards.

sdkoenig

Trainee

  • "sdkoenig" started this thread

Posts: 3

Date of registration: Mar 4th 2011

Location: Germany, Dusseldorf

  • Send private message

3

Monday, March 7th 2011, 10:55pm

Hi,

I am not sure I understood what you mean.
I tried to set up the SOAP connection in the webinterface / ETL Manager / ETL Server / etracker / Connections / Soap
If this is what you mean - yes.
But some fields are already given and I don't see how I can add the others (to header and body) and especially not the configuration object with sub-parameter.

Sebastian

tish1

Sage

Posts: 762

Date of registration: Jul 13th 2009

Location: Vienna / Austria

Occupation: Senior Consultant @ Vector SW DV GmbH

  • Send private message

4

Tuesday, March 8th 2011, 9:06am

Hi,

can you post a screenshot of your connection and the relevant extract?

Regards.

sdkoenig

Trainee

  • "sdkoenig" started this thread

Posts: 3

Date of registration: Mar 4th 2011

Location: Germany, Dusseldorf

  • Send private message

5

Tuesday, March 8th 2011, 11:26am

Hi,

I added an screenshot of how the connection currently looks like, but it is not working. This is not the version of which I thought should be closest, but the last we tried.
As the connection is not working I obviously don't have an extract I can show.

Question is: How do I have to configure the connection to get it working?
The SOAP structure, which is working (with SoapUI), can be found in the first post.

hope we find a solution - and I assumed it should be easy as SOAP is a standard....

regards
Sebastian

yaelDoe

Trainee

  • "yaelDoe" is male

Posts: 2

Date of registration: Jan 31st 2011

Location: Boston, US

Occupation: Web Designer

Hobbies: surfing the net, reading

  • Send private message

6

Sunday, May 22nd 2011, 5:42am

Hi

I have the same problem on setting up special header. I was confused because I already tried ETL server's SOAP connection but I still have no solution. I should try another way. Will try your ideas. Thanks...

Rate this thread