Re: WSDL

2002-06-13 Thread Christian Weyer
Martin, the WSML could be seen as a configuration file (syntax) for the SOAP Toolkit. There is no need for any WSML if you use a SOAP Toolkit Web Service from a Java application ... that's all! Cheers, Christian - .NET XML Web Services Repertory http://www.

Re: XML Literal Encoding Problems with MS .NET

2002-01-09 Thread Christian Weyer
ASP.NET Web Services do support literal encoding. But _only_ in conjunction with document oriented messages! Any other combination of parameter formatting/overall SOAP formatting is supported, though ... Christian - .NET XML Web Services Repertory http://www

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
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: 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: 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

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: 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

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

2001-07-10 Thread Christian Weyer
&result, &ExceptInfo, NULL);     if(FAILED(hr))     {     DisplayFault(_T("Invoke of dummy (array) method failed."));     }     else     {     VariantChangeType(&result, &resu

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:

Re: C# Web Service and VB6.0 client

2001-07-06 Thread Christian Weyer
file is parsed 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 V

Re: C# Web Service and VB6.0 client

2001-07-06 Thread Christian Weyer
ervice(Namespace="http://www.catalin.com/webservices/";)] > public class MyService: WebService { > [ WebMethod(Description="return the sum of two numbers")] > public double addNumbers(double numberOne, double numberTwo) { > Console.WriteLine("P

Re: C# Web Service and VB6.0 client

2001-07-06 Thread Christian Weyer
gt; Get your FREE download of MSN Explorer at http://explorer.msn.com -- ___ eYesoftWe see your visions. ¯¯¯ Christian Weyer http://www.eyesoft.de [EMAIL PROTECTED]Bernhard-Krieg-Str. 4 Tel.: +49-9393-993161 97845 Neustadt/Main ___ bUilding sMart iNternet aRchitectures ¯¯¯

Re: Performance?

2001-07-04 Thread Christian Weyer
lop an distributed application. > > > >Have anybody experiences with the Performance of APACHE-SOAP? > > > >Thanks > >Christoph Brunner > > > > _ > Get your FREE download of MSN Explorer at http://explorer.msn

Re: WSDL and MS SOAP

2001-06-05 Thread Christian Weyer
; the help file that comes with their toolkit), 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 > > Gener

Re: WSDL and MS SOAP

2001-06-04 Thread Christian Weyer
Uups - of course ... I am sorry :-) Christian Peter Tandara-Kuhns wrote: > > I believe you mean the high-level API, no? > The low-level API allows you to define the message envelope manually. > > -Original Message- > From: Christian Weyer [mailto:[EMAIL PROTECTE

Re: WSDL and MS SOAP

2001-06-04 Thread Christian Weyer
--- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, email: [EMAIL PROTECTED] -- ___ eYesoft We see your visions. ¯¯¯ Christian Weyer