Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarification on GetTransformationChain() API #17

Open
GoogleCodeExporter opened this issue Mar 13, 2015 · 0 comments
Open

Clarification on GetTransformationChain() API #17

GoogleCodeExporter opened this issue Mar 13, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

I'm updating some code that used to work under the pre-SfN release. I'm trying 
to get a transformation chain and then execute it. However, I'm running into 
some issues.

What steps will reproduce the problem?
1. I call GetTransformationChain as follows:
http://incf-dev.crbs.ucsd.edu:8080/atlas-ucsd?service=WPS&version=1.0.0&request=
Execute&Identifier=GetTransformationChain&DataInputs=inputSrsName=Mouse_WHS_1.0;
outputSrsName=Mouse_Paxinos_1.0;

2. From the XML, I parse out the following URL:
http://incf-dev.crbs.ucsd.edu:8080/atlas-ucsd?service=WPS&version=1.0.0&request=
Execute&Identifier=TransformPOI&DataInputs=inputSrsName=Mouse_WHS_1.0;outputSrsN
ame=Mouse_Paxinos_1.0;x=0;y=0;z=0;

3. I then get the exception:

No Such Transformation is available under UCSD Hub.

Can someone clarify if I'm calling the new services incorrectly, from the wrong 
server, or in the wrong order?

Thanks,
Daren



Original issue reported on code.google.com by [email protected] on 15 Jan 2011 at 1:48

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant