Re: Represent method in WSDL

2002-04-27 Thread David B. Bitton
I was just doing some Google'ing, and I was wondering if I could define the soap:body with use="literal" and then define the Element item as a type? And if so, how would I go about defining the types for my method? -- David B. Bitton [EMAIL PROTECTED] www.codenoevil.com Code Made Fresh DailyT -

Re: Represent method in WSDL

2002-04-27 Thread Simon Fell
On Sat, 27 Apr 2002 20:05:07 -0400, in soap you wrote: >My class method requires different encoding styles for each param. The >signature is: > >public String Render(org.w3c.dom.Element source, String xsl_url) > >I use an MSSOAP 2.2 client, building the envelope using the low-level API, >and thi

Represent method in WSDL

2002-04-27 Thread David B. Bitton
My class method requires different encoding styles for each param. The signature is: public String Render(org.w3c.dom.Element source, String xsl_url) I use an MSSOAP 2.2 client, building the envelope using the low-level API, and this poses no problem at all. Since I use the low-level API, a WS

RE: No Signature Match

2002-04-27 Thread C. Schlegelmilch
This makes sense and was my first suspicion. But there is no doubt that my client is calling an identical method to what's deployed on the service so the problem isn't obvious. I was told it was a classloader problem but I've yet to resolve it down to that. Any more ideas? --- "W. Scott Grant

SOAP 2.x and Axis

2002-04-27 Thread Bill Binole
Title: SOAP 2.x and Axis Can a SOAP 2.x client communicate with an Axis server?  Bill