0
votes
1answer
359 views

.NET connecting to AXIS Service. Methods don't have params or Datatypes

I got a few problems using the AXIS Service Reference from my .NET Project. I simply added the reference today int VS2010, but the provided Method do all have no return Type or Params. I just looked ...
0
votes
1answer
352 views

How can I capture the SOAP response after executing a webservice in C#? I need to manipulate it in code

It is a foreign AXIS webservice and I am using "add service reference" in VS 2010 using C#. After executing a webmethod I can see the desired string I want to access in Fiddler. However, the place in ...
0
votes
1answer
88 views

ERROR: Attempted to write schema for bad QName

I'm trying to import a Java axis web service into C# to be used in my application; however, it is giving me the following error: Attempted to write schema for bad QName Any idea what this could be? ...
2
votes
0answers
1k views

How to add custom SOAP header for C# Web service client invoke Axis 1.4 Web service

I'm trying to wirte a C# application as Webservice client invoke Java Web servie (use Axis 1.4) in 3 days but it's not work until now. Java WS require a custom SOAP header for authentication. So, I ...
1
vote
0answers
110 views

StackPanel Chart Axis-Like

I would like to have your suggestion about a problem I'm facing. I have this Sidebar (in a scrollviewer): I can zoom in my panel (right to it) (the height of all my sidebar element, and my panel ...
1
vote
0answers
433 views

Building chart in Word using C# - how to change axis text orientation?

I worked out the basics of how to build a graph in C#: object oClassType = "MSGraph.Chart.8"; Word.InlineShape oShape = range.InlineShapes.AddOLEObject(ref oClassType); Graph.Chart graphChart = ...
0
votes
0answers
25 views

How to Authenticate an AXIS camera with ONVIF

I have 3 ONVIF cameras (Bosch, Pansonic and AXIS). I find the cameras using WS-Discovery and can get information from the cameras using GetDeviceInformation. My problem is that the AXIS camera returns ...
0
votes
0answers
185 views

Axis2 WSDL2Java using a wsdl file written in .NET

I have a webservice which I wrote in .NET. I also have an android applicaiton which shall communicate with this webservice. I want to auto generate classes instead of writing all the HTTP stuff to ...
0
votes
0answers
157 views

C# Chart Control - Scaling Label for micro diagrams

I have a small problem ;-). I want to use a set of C# micro diagrams (only 120 x 20 pixel large). There is the requirement to show only the maximum value of the series on the y axis. The diagrams ...