Community
Participate
Working Groups
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");
*** This bug has been marked as a duplicate of 99034 ***
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.
Reopening to duplicate it against the right bug this time...
*** This bug has been marked as a duplicate of 117034 ***
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.
Closed.