RE: Unable to set header

2003-07-29 Thread Chris Means
I have it working with Axis v1.1 > -Original Message- > From: Pardha Vishnumolakala [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 29, 2003 8:03 AM > To: [EMAIL PROTECTED] > Subject: Unable to set header > > > Hi, > > I am trying to set header using stub.setHeader() method ( just like

RE: [Axis with C#.NET] Custom object serialization / deserialization

2003-07-27 Thread Chris Means
Kartik, I've used C# (VS.net) to talk to web services, so here's my suggestion: In VS.net, create a web reference for your C# project, and enter the URL/path to the WSDL for your SOAP service. Bang, you're done. VS.net should create all the necessary mappings for you. -Chris > -Original M

RE: Problems with SOAP Header and .NET service

2003-07-23 Thread Chris Means
; Subject: RE: Problems with SOAP Header and .NET service > > > Last resort - Try public SOAPHeaderElement(org.w3c.dom.Element > elem) constructor. You need to > create the dom element by hand. > > This is a bug that needs to be fixed. Would appreciate if you > could l

RE: Problems with SOAP Header and .NET service

2003-07-23 Thread Chris Means
ddHeader(unknownHeader); > > -- dims > > Excerpt from: > http://cvs.apache.org/viewcvs/xml-axis/java/test/wsdl/soap12/addit ional/WhiteMesaSoap12AddTestSvcTestCase.java > > --- Chris Means <[EMAIL PROTECTED]> wrote: > > Yes. > > > > None of the J

RE: Problems with SOAP Header and .NET service

2003-07-23 Thread Chris Means
Srinivas [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 23, 2003 5:54 AM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: Problems with SOAP Header and .NET service > > > Did you see the code posted by these guys? http://demo.mappoint.net/ > > -- dims > > ---

Problems with SOAP Header and .NET service

2003-07-22 Thread Chris Means
Hi, I've been bashing my head against the wall trying to figure this out...it's not as helpful as reading the documentation, but it hurts just as much . I'm successfully using an Axis 1.1 client to talk to a .NET service. The WSDL2Java tool worked well for the most part, but there were one or tw

RE: Axis & Microsoft .NET WebServices

2003-06-13 Thread Chris Means
Sounds like this is a JBuilder problem. Maybe you should post your question on a JBuilder forum. > -Original Message- > From: Miroslav Nachev [mailto:[EMAIL PROTECTED] > Sent: Friday, June 13, 2003 7:21 AM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Axis & Microsoft .NET WebServ

RE: Polymorphism in Web Services (badly need help here)

2003-06-12 Thread Chris Means
FWIW: Microsoft's MapPoint Web Service uses a little polymorphism. (http://staging.mappoint.net/standard-30/MapPoint.wsdl) Though it didn't run without problems, the Axis v1.0 WSDL2java did properly create the mappings for MapView and it's descendants, though they're relatively simple objects. >