Re: calling dot net web services from java soap

2004-01-16 Thread Jonathan Roberts
Scott,   ps can you recommend any sample dot net services which are know to work with java soap apps.   Thanks again   JonathanScott Nichol <[EMAIL PROTECTED]> wrote: > What about the other soap code from the following snippet:> > e.g.> NS_URI_SOAP_ENCThat can probably stay, although it is technica

Re: calling dot net web services from java soap

2004-01-16 Thread Jonathan Roberts
Hi Scott,   The name space seems to be the ip address according to the dot net generated file!   I'll see if I get answhere   JonathanScott Nichol <[EMAIL PROTECTED]> wrote: > What about the other soap code from the following snippet:> > e.g.> NS_URI_SOAP_ENCThat can probably stay, although it is t

RE: invoking a web service from a jsp page

2004-01-16 Thread Jonathan Roberts
Hi Anything you can do in java you should be able to do in jsp its just messy.   Have a look at the soap examples and incoporate the logic into a bean or jsp page  - try and access one of the xmethods services for example.   Let me know if you have problems   Jmorchid fatima <[EMAIL PROTECTED]> wro

RE: invoking a web service from a jsp page

2004-01-16 Thread morchid fatima
hello, can i give me an example with a java bean ?can i access methods directly via jsp page? thank you -Message d'origine-De : Jonathan Roberts [mailto:[EMAIL PROTECTED]Envoyé : jeudi, 15. janvier 2004 12:46À : [EMAIL PROTECTED]Objet : Re: invoking a web service from a js