forcedotcom / forcedotcom/wsc

Missing support for geolocation fields

Open
#129 13 comments 1 reaction 0 assignees View on GitHub
Dominant language
Java
Stars
276
Forks
223
PR merge metrics
No merged PRs in 30d

Description

Hi,

I am not able to make synchronous retrieve calls via the metadata API to objects with Geolocation fields in it. Is it possible to extend the WSC to include these fields? Everytime I make such a call on such an object, I am getting the following error message:
`unable to find end tag at: START_TAG seen ...... @1:5165`
This is basically the code throwing this error (object "Account" has a Geolocation field):
`...
connection = com.sforce.soap.partner.Connector.newConnection(config); metadataConfig.setSessionId(connection.getSessionHeader().getSessionId());
MetadataConnection metadataConnection = com.sforce.soap.metadata.Connector.newConnection(metadataConfig);
...
ReadResult readResult = metadataConnection.readMetadata("CustomObject", new String[]{"Account"});
--> Error`

Any help would be appreciated.

Thanks, Joachim

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.