web-services
JAX-RPC Web Services WSDL2Java
I\'m having a problem with JAX-RPC wsdl2java technology. My wsdl2java ant task: <wscompile fork=\"true\"[详细]
2023-04-11 16:46 分类:问答FATAL -- app: Detected an exception. Stopping ... undefined method `collect' for "require 'soap/mapping'":String (NoMethodError)
I have soap4r installed from git and I am trying to generate client stubs to web-service: c:\\Tmp\\web_servoices>ruby c:\\Ruby192\\bin\\wsdl2ruby.rb --wsdl http://...?wsdl --type client[详细]
2023-04-11 16:39 分类:问答.NET Web Service - How to make properties invisible
I have an ASP.NET (.asmx) Web Service project that has a method like: public int GetData(Data d); And Data class has properties:[详细]
2023-04-11 16:35 分类:问答WCF error 0xc00e0069 (MQ_ERROR_REMOTE_MACHINE_NOT_AVAILABLE)
I have a WPF app that uses WCF (duplex netMsmqBinding) to talk to a self-hosted service app in our domain.[详细]
2023-04-11 16:28 分类:问答Error in Android client that sends byte[] to a REST web service
this is my first post; i\'m a newbie on Android development, i wrote a REST web service for receiving a byte[]:[详细]
2023-04-11 16:14 分类:问答Android fetching xml from aspx web service
I\'m trying to fetch an xml from a web service from android application. I\'m running this code but the error message is \'The application has stopped unexpectedly. Please try again\'. I\'m not sure t[详细]
2023-04-11 16:12 分类:问答php java web service
The web service is developed using java (apache axis), this web service has overloaded method. public String displayName(int studentid)[详细]
2023-04-11 16:10 分类:问答Connecting SAP to remote webservices using cURL
I\'ve been doing a bit of research and cannot seem to quite capture the information I need. Our software offers a public api (webservice) which our clients can implement using HTTPS calls through cURL[详细]
2023-04-11 13:49 分类:问答Best way to load external data in android
What is the best way开发者_C百科 to load external data in android? Currently, this is what I do: Create RESTful web service that returns a JSON Array of objects (on a server)[详细]
2023-04-11 13:34 分类:问答Jersey: GrizzlyWebContainerFactory is missing in Jersey 1.9.1
I\'m getting started learning Jersey by following the tutorial From Main class of the tutorial System.out.println(\"Starting grizzly...\");[详细]
2023-04-11 13:26 分类:问答