RE: Problems running under C++ Builder 6

2005-07-28 Thread Myles Bunbury
This seems to be quite a tough one to solve :-( I am not able to figure out any other way to fix this (In fact I am not a Windows geek) If I could get my hands on another .LIB file generated for C++ Builder, I could see if it's something with my .LIB generation. I believe I saw in the

ServerSideBinding

2005-07-28 Thread Tom
逸見と申します. WinからAXISにサービスを移そうとしているのですが、経験お ありの方お教え願いたいのですが。  AXISユーザガイドのサーバー側のバインデングに従ってWinのWSDLから SWSDL2Javaに--skaletonDeploy true をつけてService作成の各種クラスを作 り、実装に入ろうとしていますが、実装テンプレートを見ると、せービス側のプ ログラムは入力パラメータと出力パラメータ(私の場合はどちらも、構造の複雑な 構造体なのですが)をセットし、あとはサービス内部をかけば良いようにみえる

Re: ServerSideBinding

2005-07-28 Thread Masashi Takeichi
はじめまして。武市と申します。 Axis用のサービスを開発するために必要なファイルは、 基本的にWSDL2Javaが自動生成してくれます。 開発者が行うことは、逸見さんのおっしゃられている通り、 サービスを実装するメソッドを記述してあげることだけとなります。 その際にメソッド内部からAxis関連のモジュールを 呼び出す必要はありません。 ユーザが実装したメソッドをWebサービスとして動作させるために 必要な処理(SOAPメッセージの解釈、引数のシリアライズ、デシリアライズなど) はすべてAxisのランタイムが行ってくれるためです。 サービスの実装メソッドには純粋に業務ロジックのみを

Re: [Axis2] Help needed!

2005-07-28 Thread jayachandra
Thanks guys for the help! Finally I figured out a way to solve my problem. Jaya On 7/28/05, jayachandra [EMAIL PROTECTED] wrote: Alek! Thanks for reply but, the problem I have is that I don't have any java class files available with me. It's all a set of .xsb files. And some remote mailing

how to bind int array to OMelemant in java service,and also get used in client side if service returned array element binded OMElement

2005-07-28 Thread thilina madu
I am new to web service also java.I am using apache axis2m release for my websevice development(with NET C#). I am developing a webservice bench mark tool.while I am doing that I have encounted bellow mention problems. 1.How should I bind array element to OMElement in Service side. 2.If service

how to bind Structure type to Omelement in client side and get used that in server side

2005-07-28 Thread thilina madu
I am new to web service also java.I am using apache axis2m release for my websevice development(with NET C#). 1.How to bind Structure type to Omelement in client side 2.IF that binded Omelement is pass to java client how it get used that.and also deserialisation. IF you have any idea

How can I access C# written client from Java axis,And also vice versa

2005-07-28 Thread thilina madu
I am new to web service also java.I am using apache axis2m release for my websevice development(with NET C#). I have no any idea how to access C# written service from Java client and also vise versa. IF you have any idea please be kind enough send me.Any idea is highly appreciated. It is better

Re: [Axis2] Help needed!

2005-07-28 Thread Aleksander Slominski
jayachandra wrote: Alek! Thanks for reply but, the problem I have is that I don't have any java class files available with me. It's all a set of .xsb files. And some remote mailing list entry enlightened me that XML Beans uses .xsb meta data files to load a precompiled schema (quickly). But it

Re: [Axis2] Help needed!

2005-07-28 Thread Aleksander Slominski
well, so what was it? alek jayachandra wrote: Thanks guys for the help! Finally I figured out a way to solve my problem. Jaya On 7/28/05, jayachandra [EMAIL PROTECTED] wrote: Alek! Thanks for reply but, the problem I have is that I don't have any java class files available with me. It's

Re: [Axis2] Help needed!

2005-07-28 Thread jayachandra
Yeah! I had that class generated, but tried to use the constructor that's provided without looking much into the code where in the end a static final Factory class and also a static final SchemaType type datamember were provided. Actually the constructor was asking for a SchemaType to be given as

Re: [Axis2] Fwd: mtom vs. swa

2005-07-28 Thread Thilina Gunarathne
SwA uses cid references with Href attributes in elements to refer to mime parts. MTOM/XOP does the same... For an SwA only endpoint xop:include.../ element is just an element with a href attribute which contains an cid reference to a mime part.. So a SwA endpoint will treat it as a normal SwA

RE: How can I access C# written client from Java axis,And also vice versa

2005-07-28 Thread Miller, Janet
The idea with Web Services is that it doesn't matter what the Web Service code is written in. You should be able to write it in any language and access it with any language. If you want to write a Java client, follow the instructions and demos on the Apache site. The wsdltojava tool will

Troubles deserializing string object

2005-07-28 Thread Lars Ködderitzsch
Hi, I am an axis (and soap) newbie so please excuse me, if this question is kind of stupid. Were using Soap-Services with the OFBiz-Framework which uses axis as soap framework. When the response from the service is about to be deserialized I get the following exception: [2005-07-27

named parameters in wsdl

2005-07-28 Thread james . burton
Hi. I'm using axis 1.2.1 Tomcat 5.5 - My problem is that in the wsdl for my WS the parameters in methods are named in0, in1 etc etc. The WS is deployed with this wsdd: deployment xmlns=http://xml.apache.org/axis/wsdd/; xmlns:java=http://xml.apache.org/axis/wsdd/providers/java; service

AW: Troubles deserializing string object

2005-07-28 Thread Denis Schlesinger
Hi Lars, I think your string type should be in the namespace 'http://www.w3.org/2001/XMLSchema', so it should be: responseMessage xsi:type=xsd:stringsuccess/responseMessage Denis -Ursprüngliche Nachricht- Von: Lars Ködderitzsch [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 28. Juli

RE: named parameters in wsdl

2005-07-28 Thread Edward Taaffe
HI, I don't have time to look it up right now, but the answer to your question is in the online instructions. I think you need to edit the wsdd file to set the name yo want for each parameter Ed -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 28 July 2005

RE: named parameters in wsdl

2005-07-28 Thread james . burton
Thanks, I expected it would be a change to the wsdd file but I can't find the docs for it...it's not in the userguide AFAIK James Burton

RE: How can I access C# written client from Java axis,And also vi ce versa

2005-07-28 Thread Ruiz González, Jose de Jesus
Take a look at http://www.codeproject.com/cs/webservices/ José de Jesús Ruiz Gonzalez Departamento de Sistemas México Asistencia S.A. de C.V. Sistema Internacional de Asistencia Mapfre * mailto:[EMAIL PROTECTED] *(52) 55 + 54801298 *Fax(52) 55 + 56112011 http://www.mexicoasistencia.com/

RE: named parameters in wsdl

2005-07-28 Thread Yakulis, Ross \(Ross\)
Are you using Java2Wsdl? If so use a Java class and not an interface. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, July 28, 2005 6:27 AM To: axis-user@ws.apache.org Subject: named parameters in wsdl Hi. I'm using axis 1.2.1 Tomcat 5.5 - My

Axis not genereating Namespace Prefixes

2005-07-28 Thread Paul Grillo
I know there is sort of a lot to see here, but I wanted it to be complete. Any help will be very very much appreciated. I've been looking at this for a couple of days, and can't figure out how to get axis to generate an xml instance consistent with my consumer's requirements. If anybody might

choice groups

2005-07-28 Thread Dovholuk, Clint
Hello All, I'm building a contract first web service and the schema uses choice groups. I'm wondering if anyone out there uses choice groups at all and if they do, what tool you use to generate the code (if not WSDL2Java). I've been using WSDL2Java (and tried JAXB 2.0-ea) but both of these tools

RE: named parameters in wsdl

2005-07-28 Thread James Wilson
Look in the schema and/or DTD: http://cvs.apache.org/viewcvs.cgi/ws-axis/java/wsdd/ Quoting [EMAIL PROTECTED]: Thanks, I expected it would be a change to the wsdd file but I can't find the docs for it...it's not in the userguide AFAIK James Burton Web Developer Database and

New to webservices, code generation and work flow? (long)

2005-07-28 Thread Peter
Hi, I am completely new to web services and have a few questions to get me started on the right track. To give a little background, the project involves integration between two enterprise systems (J2EE and .NET) and corresponding databases. So both parties involved will be acting in both a server

RE: SAXException: Found character data inside an array element while deserializing (re-post with corrections and more info) PLEASE HELP.

2005-07-28 Thread Yakulis, Ross \(Ross\)
I corrected the code below as it was missing a name space in the setoperation name and I had a slight mistake in registering the type mapping. However the soap messages sent and received by the WSDL2Java generated code and mine are exactly the same, but when my code received the reply it

wsdl2java: why is ?wsdl getting appended service name in generated *.wsdd?

2005-07-28 Thread Nikita Tovstoles
Hi, I'm using java2wsdl, wsdl2java to expose a webservice. For some reason, wsdl2java alters the name of the service by appending ?wsdl to the name (see attached generated wsdl and wsdd files). Why is that? Also, if I run deploy.wsdd, AdminServlet lists SimDatacenter?wsdl (sic) as one of

Re: New to webservices, code generation and work flow? (long)

2005-07-28 Thread Anne Thomas Manes
Peter, Your approach is great. To answer your questions: #3: Assuming that your Messages.xsd imports your CommonTypes.xsd, then all you [should] need to do is import the Message.xsd schema into your wsdl:types section. As long as you declare the namespace in the wsdl:definitions root, and you

WSDL import of standard architecture XSDs and using 3rd party implementations in the WSDL2Java Web Service Generation Process

2005-07-28 Thread James Moore
Hello all, I was hoping someone might be able to answer a question about Web Service generation using Axis WSDL2Java. Here is my situation: I've created a web service (wsdl) that imports a couple of schemas. One of the imported xsd performs its own import of the XML Digital Signature

RE: wsdl2java: why is ?wsdl getting appended service name in generated *.wsdd?

2005-07-28 Thread Rajesh Nair
Hi Nikita, Change the port name in the wsdl from SimDatacenter?wsdl to SimDatacenter. Also change the address location from http://localhost:8081/SimDatacenter/services/SimDatacenter?wsdl; to http://localhost:8081/SimDatacenter/services/SimDatacenter; HTH -Rajesh -Original

Re: wsdl2java: why is ?wsdl getting appended service name in generated *.wsdd?

2005-07-28 Thread Nikita Tovstoles
Rajesh, thanks, your suggestion fixed my problem. one question: java2wsdl takes WSDL url as a param. Should *that* url include ?wsdl since it ends up being included in the resulting WSDL as: wsdlsoap:address location=http://localhost:8081/SimDatacenter/services/SimDatacenter?wsdl/ (as i

Not able to see SOAP faults in SOAP Monitor

2005-07-28 Thread Jayaraman, Venkatesh
I was having webservice with definitions in server_config.wsdd as follows I can see successful SOAP requests and Responses. But do not see the failure response (SOAP Faults) What could be the problem ? service name=MyPort provider=java:RPC style=rpc use=encoded requestFlow

Axis and J2ME

2005-07-28 Thread Jonathan J. Vargas R.
i am trying to access a web service through the APIs included in J2ME, but while i am generating a stub from the utilities included in Ktoolbar, the utility fails, it complains that the wsdl operation is not set with the correct style/use attribute, it says it can handle Literal and Document

null indicators for element nillable=true minOccurs=0 ...

2005-07-28 Thread psw-axis-www
I have a web service where I need to distinguish between a value was not sent and a value was sent and is nil, both to and from the server. If I have an element of a complex type with a subelement where nillable=true and minOccurs=0 AXIS generates the attribute of the Java class, but there

FW: provident response error

2005-07-28 Thread Patrick Quinn
Hi Would anyone be able to pass comment on the error seen below? It is seen by a BizTalk client consuming an Axis webservice. My Axis client simulator works perfectly and without error against the service, but the .NET client throws the error described. Many thanks for any help or

RE: Axis and J2ME

2005-07-28 Thread Ephemeris Lappis
Hello. You must provide a web service with document/literal style if you want to use it from j2me clients. Unfortunately, this is not the default working mode in axis. So, when you build your web service, eiter from java or directly in the wsdl, change the 'style' to document or wrapped, and the