s***@gmail.com
2005-12-06 17:09:41 UTC
I downloaded the latest SDK but the SOAP interface documentation still
says: "Content to be provided in a future release." Does anyone have an
example of how to use the SOAP API from a non .NET client? I am
currently trying to access with Java and Apache AXIS. Here's my
findings so far:
I ran WSDL2Java on the WSDL and it successfully generated all of the
proxies. The CrmServiceSoapStub constructor exceeded Java's 64K method
limit so I had to refactor that method in order to compile.
I get a 401Access Denied when trying to make any call. The Java version
of CrmService does not have a Credentials property, so I am not sure
where to set Credentials. Do I need to find my own kerberos/NTLM
authentication library and authenticate with that first? I tried
populating the inherited Username/Password properties for the
CrmServiceStub but that generates an unsupported authentication type
error. Do I have to enable basic authentication on the server? Any help
or example code would be GREATLY appreciated.
thanks,
Ben
says: "Content to be provided in a future release." Does anyone have an
example of how to use the SOAP API from a non .NET client? I am
currently trying to access with Java and Apache AXIS. Here's my
findings so far:
I ran WSDL2Java on the WSDL and it successfully generated all of the
proxies. The CrmServiceSoapStub constructor exceeded Java's 64K method
limit so I had to refactor that method in order to compile.
I get a 401Access Denied when trying to make any call. The Java version
of CrmService does not have a Credentials property, so I am not sure
where to set Credentials. Do I need to find my own kerberos/NTLM
authentication library and authenticate with that first? I tried
populating the inherited Username/Password properties for the
CrmServiceStub but that generates an unsupported authentication type
error. Do I have to enable basic authentication on the server? Any help
or example code would be GREATLY appreciated.
thanks,
Ben