Commit c244c356c5c346c48bb631704587f4517de640ce
1 parent
14dd2712
Exists in
master
and in
109 other branches
Add MAVEN,VEX and DSCOVR
Showing
2 changed files
with
11 additions
and
1 deletions
Show diff stats
php/WebServices/xml/AmdaPlots.xml
... | ... | @@ -46,6 +46,13 @@ |
46 | 46 | <param name='omni_dst'/> |
47 | 47 | <param name='omni_kp'/> |
48 | 48 | </mission> |
49 | + <mission xml:id='MAVEN'> | |
50 | + <param name='mav_b_tot'/> | |
51 | + <param name='mav_b_mso'/> | |
52 | + <param name='mav_swia_n'/> | |
53 | + <param name='mav_swia_tmso'/> | |
54 | + <param name='mav_swia_vmso'/> | |
55 | + </mission> | |
49 | 56 | <mission xml:id='MEX'> |
50 | 57 | <param name='mex_n_sw'/> |
51 | 58 | <param name='mex_v_sw'/> |
... | ... |
public/wsdl/Methods_AMDA.wsdl
... | ... | @@ -172,6 +172,9 @@ |
172 | 172 | <xs:enumeration value="VEX"/> |
173 | 173 | <xs:enumeration value="OMNI"/> |
174 | 174 | <xs:enumeration value="GEOMAG"/> |
175 | + <xs:enumeration value="MEX"/> | |
176 | + <xs:enumeration value="DSCOVR"/> | |
177 | + <xs:enumeration value="MAVEN"/> | |
175 | 178 | </xs:restriction> |
176 | 179 | </xs:simpleType> |
177 | 180 | |
... | ... | @@ -1380,7 +1383,7 @@ of a set of typically orthogonal axes. |
1380 | 1383 | |
1381 | 1384 | <wsdl:service name="Methods_AMDA"> |
1382 | 1385 | <wsdl:port name="Methods_AMDAPort" binding="tns:Methods_AMDASoapBinding"> |
1383 | - <soap:address location="http://amda.irap.omp.eu/php/AMDA_METHODS_WSDL.php"/> | |
1386 | + <soap:address location="http://pc1234.irap.omp.eu/php/AMDA_METHODS_WSDL.php"/> | |
1384 | 1387 | </wsdl:port> |
1385 | 1388 | </wsdl:service> |
1386 | 1389 | </wsdl:definitions> |
... | ... |