Merged with axis2 xsd:date format issue. In WSDL I have the following format: When I generate the STUB (using Axis2 1.5.3), the generated stub (ADB
Merged with axis2 xsd:date format issue. In WSDL I have the following format: USER_ACT_STRDT is a date.
I have written a small webservice[Axis2/Java] which exposes a method public String Fill(St开发者_C百科ring cacheName Object... varArgs) {
Iam able to upload the image using MTOM-XOP by value concept.After that I tried to upload the same image using MTOM-XOP by Reference concept (XOP:Include).Iam able to write the Client program and gene
I\'m a starting a project wh开发者_运维问答ich consist in sending a request to a web-service (which is already available) and parsing the response. I have the WSDL and URL endpoints. Does anyone have
I\'m relatively new to SOAP/web services; while I\'ve done a few smaller web services projects I\'ve incidentally never needed to return (or use as a parameter) an array or collection of \'complex\' o
My last application had Axis2 web service and used contract last approach. We had a new requirement for creating a web service and I used Spring Web service. A discussion came up in the meeting that w
I need to check the status code of the webservice for a specific checking in my code. but im using a stub generated by axis2 wsdl2java tool. and i dont know how to get it. can any one tell me how to g
Is it possible to specify security policy assertions when deploying a JAX-WS service in Axis2? So far I found only one way which is to configure policy globally (i.e. in axis2.xml). But can it be done
i\'ve a web service written with axis2, starting from wsdl using wsdl2java utility. I developed it using eclipse. It works fine.