I\'m trying with WCF to import WSDL for a web service provided by one of my company\'s partners. The web service is written in Java. I get this error:
I have a java web service client consuming web services.The client is generated using WSDL2Java tool.All works fine until开发者_运维问答 the web service provider changes one of the schema objects by a
I have an axis2 (v1.5.3) client that needs to do Kerberos/NTLM authentication with IIS. How can I do this? This is the code I have right now and it fails wi开发者_StackOverflow社区th 401 - unauthorize
The chart I\'m trying to make is a 2D-array with date as its vertical dimension. By convention, the dates should increase from the top down. Displaying the date the other way around works fine with th
How, if possible, do I get the raw XML request/response that is invoked/retrieved by Axis in my application?
Have been googling for a while, but I don\'t find any page which explains CLEARLY what is each element from the WSDD file. I want to know what does the transport element do exactly (on 开发者_JAVA百科
I wrote a 开发者_StackOverflow社区desktop application. It is about 35kb. Engine of the application is a soap service, and I used Apache Axis.
I\'ve generated stubs using following commands Axis: java org.apache.axis.wsdl.WSDL2Java CrmDiscoveryServiceWsdl.xml : Generates all classes
I\'m trying to call a .Net webservice from Java. I have a java.sql.Date that I am converting to a Calendar which then gets passed through to .Net as a DateTime.
I have a peculiar problem that have suddenly appeared on the client side that uses Apache Axis 1.4 to make SOAP requests to a web service. Everything has been running smoothly for a year. The size of