Re: Put wsse info into wsdl generated files?

2004-01-26 Thread Bill Coffman
Answering my own question: FooPortType binding = null; try { binding = new FooServiceLocator().getfoo(new URL(url)); } catch { throw AxisFault.makeFault(e); } SOAPHeaderElement wsseSecurity = new SOAPHeaderElement(new PrefixedQName("http://schemas.xmlsoap.org/ws/2002/12/secext";, "Security",

RE: FW: Problems with Axis generated Java beans from XSD

2004-01-26 Thread Marepalli, Somesh
Thanks for the tip.. Essentially, the XML schema element shown below constitutes the input message for a doc/literal binded operation... I have other types doing the same thing - capturing request / response SOAP Body contents. None of them generate even a bean class... only this type creates a bea

Custom client-side deserialization...

2004-01-26 Thread Brian Abbott
Hi,       I’m writing an AXIS client deserializer. However, I had problems with it regarding type identification and handling so, I went back to using the BeanSerialization facilities provided by AXIS. However, that has the same issues. The problem is that when I send out a Sessio

Custom client-side deserialization...

2004-01-26 Thread Brian Abbott
Hi,       I’m writing an AXIS client deserializer. However, I had problems with it regarding type identification and handling so, I went back to using the BeanSerialization facilities provided by AXIS. However, that has the same issues. The problem is that when I send out a Sessio

RE: problem with message style and SOAPBodyElement signature

2004-01-26 Thread Wagh, Shrikant
Hi PASQUER, At the end of this email, please find the WSDD file, and the sample request and response for the message style service that comes with axis/samples. Just compile the MessageService.java class and place it in WEB-INF/classes/samples/message directory. Copy-paste this WSDD entry in you

RE: FW: Problems with Axis generated Java beans from XSD

2004-01-26 Thread Carl . Ansley
Perhaps the problem (wrt Axis) is your complexType isn't named. Don't give it the opportunity to do something stupid :). Try pulling it out of saveBuildTaskObject, name it (e.g. saveBuildTaskType) and set the saveBuildTaskObject element to that type. Also, we do the message element->type ma

RE: No deserializer

2004-01-26 Thread Wagh, Shrikant
Hi Rémi, Will you please share your WSDD file? Have you specified the type mapping for B[] in your WSDD file? I saw that your stub has ArrayOf_tns2_B mapping. If you use the array of user defined complex types in your web service then you will have to specify the type mapping for the complex ty

RE: Locating download of org.w3c.dom

2004-01-26 Thread Wilson, Allen
Thanks...I found it -Original Message- From: Martin, Richard [mailto:[EMAIL PROTECTED] Sent: Monday, January 26, 2004 11:19 AM To: [EMAIL PROTECTED] Subject: RE: Locating download of org.w3c.dom Hi Allen, The org.w3c.dom package is part of the standard Java library - you shouldn't

Re: Locating download of org.w3c.dom

2004-01-26 Thread Michael Mangeng
Hi It´s included in the JDK1.4.x greets, mike Wilson, Allen wrote: Can any tell me where I can find a download of the org.w3c.dom package. I've searched the w3c site but could not find it. Any help would be appreciated Allen --

RE: Problems with Axis generated Java beans from XSD

2004-01-26 Thread Wagh, Shrikant
Hi Somesh,   Even I had this problem when I used significantly complex user defined types. I could not figure out why Axis was doing that. I tried with different names for types, putting those in different names spaces, etc… None of those worked.  What I did then, is as follows. Cleane

RE: Locating download of org.w3c.dom

2004-01-26 Thread Martin, Richard
Hi Allen, The org.w3c.dom package is part of the standard Java library - you shouldn't have to download it. If you really need to get at the source its in the src.zip of the SDK. Regards, Richard -Original Message- From: Wilson, Allen [mailto:[EMAIL PROTECTED] Sent: 26 January 2004

Re: Locating download of org.w3c.dom

2004-01-26 Thread Davanum Srinivas
http://www.w3.org/DOM/DOMTR --- "Wilson, Allen" <[EMAIL PROTECTED]> wrote: > Can any tell me where I can find a download of the org.w3c.dom package. > I've searched the w3c site but could not find it. > > Any help would be appreciated > > Allen > > This message may contain proprietary or con

RE: FW: Problems with Axis generated Java beans from XSD

2004-01-26 Thread Marepalli, Somesh
Thanks for your info The schema element in my case looks like shown below..This is used as the singleton part in input message for one of my operations (I am using doc/literal binding) The BuildTask type is defined in the same schema document... This is one of several similar types...However, t

Locating download of org.w3c.dom

2004-01-26 Thread Wilson, Allen
Can any tell me where I can find a download of the org.w3c.dom package. I've searched the w3c site but could not find it. Any help would be appreciated Allen This message may contain proprietary or confidential company information. Any unauthorized use or disclosure is prohibited.

RE: missing port information

2004-01-26 Thread Gary L Peskin
Title: Message It looks like the port name should be LimaIFPort in namespace urn:Foo, rather than LimaIF in no namespace.   HTH, Gary -Original Message-From: Brian Shields [mailto:[EMAIL PROTECTED] Sent: Monday, January 26, 2004 8:07 AMTo: [EMAIL PROTECTED]Subject: missing

Re: FW: Problems with Axis generated Java beans from XSD

2004-01-26 Thread Carl . Ansley
I had a similar issue, although I'm not sure if this solution would be applicable to your XSD. I got rid of the bean classes prefixed with an "_" by moving the definition of fields (e.g. enumerations) out of my complex type definitions into the top level of the schema. e.g. changed this:

FW: Problems with Axis generated Java beans from XSD

2004-01-26 Thread Marepalli, Somesh
I am re-sending this mail in case someone has some info on this…   Hi:     I am using a WSDL (which refers to an XSD) to generate the skeleton code for web services…     Axis is generating bean classes correctly for the most part. However, it’s generating some bean classes prefixed with

RE: WSDL2Java problem

2004-01-26 Thread Ransel Lopez
Title: Message Hi Safdar,   I have the same problem. I sent the same question and I didn't get any answer. Please, if you find the solution let me know. I'll do the same.   Thank you very much Ransel López, Web Services Developer Time Industrial, Inc. An Outsourced Contractor Time and Cos

missing port information

2004-01-26 Thread Brian Shields
Hi all, I am populating an org.apache.axis.client.Call object in order to access a JWSDP deployed web service. The wsdl file or the service i am trying to call is: xml version="1.0" encoding="UTF-8" ?> Re: WSDL2Java problem
Hi, I too got the same problem..,both Java2WSDL and WSDL2Java are giving similar types of errors.I posted this question last week,but no repsonse :( I even tried using IBM's wsdl4j.jar,but didnt work.   regards Rao.,Safdar Ali <[EMAIL PROTECTED]> wrote: Hello, I am getting the following er

missing port information

Hi all, I am populating an org.apache.axis.client.Call object in order to access a JWSDP deployed web service. The wsdl file or the service i am trying to call is: xml version="1.0" encoding="UTF-8" ?> documentation tag and javadoc
Is there a way to automatically map javadoc to tags in AXIS 1.1? Or in AXIS 1.2? Thanks, Stuart.

WSDL2Java problem

Hello, I am getting the following error while using WSDL2Java tool...   C:\axis-1_1\samples\addr>java org.apache.axis.wsdl.WSDL2Java Address.wsdlException in thread "main" java.lang.NoClassDefFoundError: javax.wsdl.Definition    at org.apache.axis.wsdl.toJava.JavaGeneratorFactory.class$

RE: Cannot load web service

Hi, thanks for your help. I'm afraid that's not the problem. My dll is in the same directory (webservices) as interopbase.dll and the entry in the server.wsdd points to the same path and Calculator.dll. From: "Susantha Kumara" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: <[EMAIL PROTECT

RE: enum is a keyword in jdk1.5

Hi James, It's been mentioned on the developer list: http://marc.theaimsgroup.com/?l=axis-dev&m=107390406222923&w=2 I'm not sure if we'll see a resolution for this in 1.2 - enum is still in the latest CVS. If you want an authoritative answer as to when such support would be included you might

RE: Cannot load web service

Hi Gabriel, It seems that the entries you have in the server.wsdd are wrong. Check whether the Calculator.dll (or .so) is in the path specified in the server.wsdd. let me know if this doesnot work, thanks, Susantha. > -Original Message- > From: Gabriel Dos Santos [mailto:[EMAIL PROTECT

re: enum is a keyword in jdk1.5

I am curious if there has been any work on fixing the fact that org.apache.axis.enum.* needs to be changed, since enum is a keyword in the new jdk. Thanx.

ForeachTask not found

Hi There, I have a strange problem: I can't compile any of the samples using ant, because I get a class [...].ant.foreach.ForeachTask cannot be found. When I use the fully qualified name with javap, I get the class description, i.e. it can be found. Any ideas? Thanks in advance, Andi

Re: Problem Deploying Web Services with WSDD

Did you try commenting out the last service that you've written (in your deploy.wsdd file) and deploying with AdminClient again? After doing so, does your list of service display properly? On Sunday 25 January 2004 09:37 am, you wrote: > Mark, > Sorry, I don't have any good ideas. Hop

How to use Commons HTTP Client?

Hi all, I'm using an axis client on Websphere running on ZOS. My problem is that when we have a network problem on the connection, the time out is very long, about 2 minutes. It seems that the only solution to specify a time out is to use Commons HTTP client but I don't know how to force axis usin

Cannot load web service

Hi, I've installed Axis C++ and followed the instructions to publish a web service. If I navigate to http://localhost/axis, I see the service in the list and can access it's wsdl. Now I'm trying to test this service. I've first used the example client in C++. When I run it, it does`t work. Invo