Hi,
the WSDL format is RPC/Literal.
This creates problems with a client developed in dotnet 1.1 (Document/Literal).
Is possible to change WSDL format?
Thanks
Hi,
the WSDL format is RPC/Literal.
This creates problems with a client developed in dotnet 1.1 (Document/Literal).
Is possible to change WSDL format?
Thanks
Thanks!!!
Problem solved!
Hi sparhawk,
the code is
OKMAuthService auth = new OKMAuthService();
auth.Url = \"http://192.168.197.129:8080/OpenKM/OKMAuth\";
OKMRepositoryService repo = new OKMRepositoryService();
repo.Url = \"http://192.168.197.129:8080/OpenKM/OKMRepository\";
doc = new OKMDocumentService();
doc.Url = \"http ...
Hi,
creating folder or document into /okm:root/ has incurred in this error:
11:45:36,050 ERROR [SOAPFaultHelperJAXRPC] SOAP request exception
org.jboss.ws.WSException: org.jboss.ws.core.binding.BindingException: org.jboss.ws.core.jaxrpc.binding.jbossxb.UnmarshalException: Failed to parse source ...