Re: calling .Net service from Java client

2001-12-28 Thread Christian Weyer
You can get a good example from a MSDN article about interop. The link can be found on http://www.xmlwebservices.cc/ in the FAQ section. HTH, Christian Weyer - .NET XML Web Services Repertory http://www.xmlwebservices.cc

Re: WG: Apache-Java-client for .NETwebservice

2001-12-06 Thread Christian Weyer
Did you try telling your .NET Web Service to produce RPC style messages? This can be achieved by applying the [SoapRpcService] attribute to the Web Service class ... Christian Weyer - .NET XML Web Services Repertory http://www.xmlwebservices.cc

Re: AW: WG: Apache-Java-client for .NETwebservice

2001-12-06 Thread Christian Weyer
OK, then add this: using System.Web.Services.Protocols; ... Bauer, Sandra, vpe wrote: Then my webservice tells me, that type or namespace 'SOAPRpcService' could not be found. -Originalnachricht- Von: Christian Weyer An: [EMAIL PROTECTED] Gesendet: 06.12.01 16:37 Betreff: Re

Re: AW: WG: Apache-Java-client for .NETwebservice

2001-12-06 Thread Christian Weyer
C# is case sensitive, isn't it? so it should be [SoapRpcService] ... Christian Christian Weyer wrote: OK, then add this: using System.Web.Services.Protocols; ...

Re: WG: Apache-Java-client for .NETwebservice

2001-12-06 Thread Christian Weyer
Another way would be to change the calling logic in your client to message oriented. For an overview have a look here: http://xml.apache.org/soap/docs/guide/msgclient.html (as opposed to RPC style: http://xml.apache.org/soap/docs/guide/rpcclient.html) HTH, Christian Weyer

Re: connect a .net service

2001-11-29 Thread Christian Weyer
http://support.microsoft.com/support/kb/articles/q308/4/66.ASP Regards, Christian Weyer The .NET Difference http://www.eyesoft.de/dotnet juraj Lenharcik wrote: hi all, i am new to soap. I have

Re: problems with String[], apache-soap.server-ms-soap-client: type conversion-error

2001-07-10 Thread Christian Weyer
feArrayPutElement(pSA1,index,data2); V_ARRAY(pArg[0]) = pSA1; V_VT(pArg[0]) = VT_ARRAY | vtype; V_VT(pRef[0]) = V_VT(pArg[0]) | VT_BYREF; V_ARRAYREF(pRef[0]) = pArg[0].parray; ::VariantInit(result); hr = m_pSoapClient->Invoke(dispid, IID_NULL, LOCALE_SYSTEM_DEFAULT, DISPATCH_MET

Re: C# Web Service and VB6.0 client

2001-07-06 Thread Christian Weyer
by the VB6.0 client! So, I tried this, but as you can see without much luck. Regards, Catalin From: Christian Weyer [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: C# Web Service and VB6.0 client Date: Fri, 06 Jul 2001 23:36:14 +0200 My question is why you

Re: C# Web Service and VB6.0 client

2001-07-06 Thread Christian Weyer
Nice to see you smiling, guy ;-) Christian Catalin Tomescu wrote: Christian, You rule man! It's working. Thanks a lot. I'm still using the low level API for STK. I'll try to use the high level as well. Regards, Catalin From: Christian Weyer [EMAIL PROTECTED] Reply-To: [EMAIL

Re: WSDL and MS SOAP

2001-06-05 Thread Christian Weyer
), you do not need wsdl. -Ed -Original Message- From: Christian Weyer [mailto:[EMAIL PROTECTED]] Sent: Monday, June 04, 2001 12:58 PM To: [EMAIL PROTECTED] Subject: Re: WSDL and MS SOAP Generally spoken, you will need WSDL if your are using the COM Low Level interface of MSTK 2.0