Cisco Cisco 3365 Mobility Services Engine Entwickleranleitung

Seite von 224
                   
C
ISCO 
MSE
 
API
 
S
PECI FICATI ON 
G
UIDE 
 
C
ONTEXT 
A
W ARE 
S
ERVICE OF 
MSE,
 
R
EL EASE 
7.4
.
                                   
P
A G E  
222
  O F  
227  
 
</Response> 
Logout Response 
<Response xmlns="http://cisco.com/mse/types" 
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> 
  <AesResult result="true"/> 
</Response> 
 
13.4.1 
Java Samples 
Please Find attached the location-client-4.x.jar in the samples which contains the generated java 
sources from wsdl, their class files and the xsb files generated which is needed for runtime 
classpath. You can write a sample program as above and add this location-client-4.x.jar to the 
classpath. 
13.5 WSDL to C# 
WSDL can be converted to C# using .NET framework and SDK. Download the .NET framework 
and SDK from 
Framework: 
SDK :  
After installing, Click Start->Programs-> Microsoft .NET Framework SDK v2.0-> SDK Command 
Prompt. 
In the Command prompt,  
If using Microsoft Visual Studio 2005 then type 
wsdl  /edb  /out:c:\csharp /protocol:SOAP c:/location/wsdl/mse-location.wsdl 
c:/location/wsdl/mse-location.xsd 
where