Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 102538 - Add header support for web services
Summary: Add header support for web services
Status: CLOSED DUPLICATE of bug 117034
Alias: None
Product: WTP Webservices
Classification: WebTools
Component: wst.ws (show other bugs)
Version: 0.7   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Gilbert Andrews CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-01 18:16 EDT by Matthew Conway CLA
Modified: 2006-09-26 13:09 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matthew Conway CLA 2005-07-01 18:16:55 EDT
I'm trying to use the web services explorer to explore some WSDL that
requires authentication (google adwords -
https://adwords.google.com/api/adwords/v2/CampaignService?wsdl ), but I
can't seem to find out to setup authentication information in the explorer.

In my java code I typically do something like:
String API_NS = "https://adwords.google.com/api/adwords/v2";
Stub stub = createService();
stub.setHeader(API_NS, "email", "foo@bar.com");
stub.setHeader(API_NS, "password", "foobar");
stub.setHeader(API_NS, "useragent", "MyID");
stub.setHeader(API_NS, "token", "blah");
Comment 1 Chris Brealey CLA 2005-07-06 14:05:15 EDT

*** This bug has been marked as a duplicate of 99034 ***
Comment 2 Jesper Moller CLA 2006-05-12 13:04:37 EDT
I don't see this one as being linked to bug 99034 at all. Bug 99034 is about HTTP headers as sent to the proxy, this one is about SOAP headers.

But it *is* a dupe of bug 117034.
Comment 3 Chris Brealey CLA 2006-09-26 13:06:51 EDT
Reopening to duplicate it against the right bug this time...
Comment 4 Chris Brealey CLA 2006-09-26 13:07:14 EDT

*** This bug has been marked as a duplicate of 117034 ***
Comment 5 Chris Brealey CLA 2006-09-26 13:09:33 EDT
In fact, could be a duplicate of both bugs, depending on how much is SOAP header related and how much is transport-level authentication related. In any event, https is supported now via completed bug 99034, and headers will eventually be supported via open RFE bug 117034.

Resolved 14 months ago as duplicate. Verified as such on behalf of submitter.
Comment 6 Chris Brealey CLA 2006-09-26 13:09:41 EDT
Closed.