t; wrapped/lit for interop between Axis (server in my case) and .NET (client
> app in my case).
>
> I was wondering if Messaging style is also well supported with .NET?
>
> In the case of my application, we want to receive an XML structure + a
> string + boolean, and return
Title: Message
Hi,
I read few threads
which recommend to use wrapped/lit for interop between Axis
(server in my case) and .NET (client app in my case).
I was wondering if
Messaging style is also well supported with .NET?
In the case of my
application, we want to receive an XML
ROTECTED]
> -Original Message-
> From: Greg Cawthorn [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, January 12, 2005 9:03 AM
> To: [EMAIL PROTECTED]
> Subject: Extracting attachments from messaging service calls
>
> Hello,
>
> I am submitting a SOAP message with a
Hello,
I am submitting a SOAP message with an attachment to a web service using
Axis 1.1. To implement a messaging service I have to use one of the
following method signatures:
public Element [] method(Element [] bodies);
public SOAPBodyElement [] method (SOAPBodyElement [] bodies);
public
2004 15.43
A: [EMAIL PROTECTED]
Oggetto: Re: R: Newbie info on messaging
The method, in your service, has two parameters. The second
parameter is a SOAPEnvelope, in which to put your response. You can get
the body of the element with:
SOAPBody body = resp.getBody();
You can add a body element (t
5.43A: [EMAIL PROTECTED]Oggetto: Re: R: Newbie
info on messaging
The method, in your service, has two parameters. The second
parameter is a SOAPEnvelope, in which to put your response. You can get the
body of the element with:
SOAPBody body = resp.getBody();
You can add a body element
04 12.20
A: [EMAIL PROTECTED]
Oggetto: Re: Newbie info on messaging
Marcello,
I don't know about attachments, but you don't need to use the MessageContext
to add headers and body elements to the response. The second parameter
has the SOAP envelope that will be passed back to the clien
info
on messaging
Marcello, I don't know about attachments, but you don't need to use
the MessageContext to add headers and body elements to the response. The
second parameter has the SOAP envelope that will be passed back to the client
and it already has a SOAP body. So you o
Marcello,
I don't know about attachments, but you don't
need to use the MessageContext to add headers and body elements to the
response. The second parameter has the SOAP envelope that will be passed
back to the client and it already has a SOAP body. So you only need to
add body element to the SO
Hi all
I am quite new on axis. I have to implement a request/response service (i.e.
my service contains method(SOAPEnvelope req, SOAPEnvelope resp) ).
I managed to build the client, send a SOAPEnvelope correctly, receive the
envelope on the server.
I wasn't able to create a response message using s
I need to deploy a SOAP application that behaves like the JMS publish-subscribe
model. The sender will broadcast the same SOAP message to multiple subscribers.
A subscriber will deploy a callback service and includes a callback URL in its
initial subscription request. Update messages will be se
I am exploring .NET to Axis interoperability but can;t get the messaging service
example to work
SOAPMonitor shows
http://messages.samples";>Hello
being returned as the body but my webservice client returns nothing.
Any ideas?
---
ABS
g/axis/}stackTrace: AxisFault
faultCode:
{http://schemas.xmlsoap.org/soap/envelope/}Server.generalException
faultSubcode:
faultString: Couldnt find an appropriate operation for XML QName {0}
faultActor:
faultNode:
faultDetail:
Can anyone throw light on how messaging works in axisany article?
Is there a reasonable way to do ebXML messaging within the Axis
framework? Or any thought for future support?
Is anyone out there doing this now?
I realise that JAXM is a more appropriate API for ebXML but the Axis
framework is more powerful that using JAXM directly.
I was initially hoping it
Hi,
Are there any plans of implementing SOAP 1.2 Messaging in Axis 1.2 or
other releases.
Thanks,
Jagannath
AIL PROTECTED]> wrote:
Hello All,
As Axis is providing API or samples for JMS transport service with SOAP. But I
have a query.
To get the web service using Axis with JMS, client should be in java. But I want
to provide web service which can handle Asynchronous SOAP messaging with any
Applicati
amples for JMS transport service with SOAP. But I
have a query.
To get the web service using Axis with JMS, client should be in java. But I want
to provide web service which can handle Asynchronous SOAP messaging with any
Applications as clients. These applications might be implemented in .NET, ja
Hello All,
As Axis is providing API or samples for JMS
transport service with SOAP. But I have a query.
To get the web service using Axis with JMS, client
should be in java. But I want to provide web service which can handle
Asynchronous SOAP messaging with any Applications as clients
Hi,
Please let me know if it is possible to specify an optional method
argument in the Web Service.
Here is my problem summary...
1. I have a Web Service that supports a method by name getQuote which
presently takes one argument which is the stock symbol
2. I have numerous clients that use t
s type of
msging using jaxm-provider of Java Web Services Dev. Pack (JWSDP) from
Sun.
Is there a way to do one-way or asynchronous messaging by just using Axis?
Any ideas/opinions are greatly appreciated. :)
Mabuhay!
Good day to everyone!
Best Regards,
Percival
from Cebu, Philippines. :O
). I have implemented this type of
msging using jaxm-provider of Java Web Services Dev. Pack (JWSDP) from
Sun.
Is there a way to do one-way or asynchronous messaging by just using Axis?
Any ideas/opinions are greatly appreciated. :)
Mabuhay!
Good day to everyone!
Best Regards,
Percival
from Cebu, Ph
> If this a bug or I'm doing wrong?
>
> requestList (org.w3c.dom.Document)
>
> xmlns:x="http://www.bte-eet.de/namespace/de";>
>
> 1f
> 1A9b
>
>
>
>
> SOAPBodyElement soapBodyElement = new
> SOAPBodyElement(requestList.
-Original Message-
From: David Orriss Jr [mailto:dave@;davenet.net]
Sent: Thursday, October 17, 2002 5:50 PM
To: [EMAIL PROTECTED]
Subject: Re: Problems calling SOAP messaging via Axis
I found the problem. Short answer: The TestMsg code that comes with Axis is
junk. It will work *only
I've been trying for quite a while to get messaging with attachments working
with axis release 1.0. I seem to get so close only to be thwarted in the
end. My current configuration (based on much research in the various pieces
of axis documentation, samples, mailing list archives, and sourc
I found the problem. Short answer: The TestMsg code that comes with Axis is
junk. It will work *only* if there is one method on a service class. I assume
that this is because if you specify the wrong procedure name (like TestMsg does)
that Axis will be kind, assume you're just stupid, and will t
I'm using the code that is described in the User's Guide for putting a message
service on Axis and then I call it with the TestMsg.java program. The basic
program works fine. However, I want to add the following to the
MessageService.java program:
public class MessageService {
/**
* Se
ist-unsubscribe: <mailto:[EMAIL PROTECTED]>
> >list-post: <mailto:[EMAIL PROTECTED]>
> >Delivered-To: mailing list [EMAIL PROTECTED]
> >Date: Fri, 20 Sep 2002 17:27:38 -0400
> >From: Prabhakar Chaganti <[EMAIL PROTECTED]>
> >To: [EMAIL PROTECTED]
> &g
ROTECTED]
>Date: Fri, 20 Sep 2002 17:27:38 -0400
>From: Prabhakar Chaganti <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: Re: SOAP messaging
>Mime-Version: 1.0
>Content-Transfer-Encoding: 7bit
>X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N
>
>Axis
Axis currently only supports JAXRPC style soap messaging.
-prabhakar
> P.S.S.: Has Axis support for JAXM or only JAX-RPC?
>
>
ice side that can be used for messaging:
public Element [] method(Vector v);
public Document method(Document doc);
public void method(MessageContext mc);
I did manage to get it to work with the public Element [] method(Vector v);
type, but not with the public Document method(Document doc);.
I
Hi!
I'm still trying to send an org.w3c.dom.Document XML document with Axis.
Since in user's doc there is a section about this stating that Axis
supports also the
public Document method(Document doc)
type of methods on the service side I tried using JAXM to send it:
SOAPConnectionFactory facto
Title: SOAP Messaging - call fails
Hi,
I'm trying to make 2 applications communicate via ebXML MS.
I've got the following code running in the doGet() method of a servlet:
***
MessageFactory mf = MessageFactory.newInstance();
SOAPM
mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 17, 2002 1:42 PM
To: [EMAIL PROTECTED]
Subject: Re: Asynchronous Messaging
I had a similar question a while back, and the answer was "not in Axis
version 1." If you can live without the "receipt acknowledged" message,
you could proba
I had a similar question a while back, and the answer was "not in Axis
version 1." If you can live without the "receipt acknowledged" message,
you could probably write a client that behaves in an asynchronous way. For
instance, if you're writing a .NET client, asynchronous method calls to
s
I'm wondering how I can have our SOAP client call our JAX-RPC web service,
receive only a "receipt acknowledged" type message, and continue processing
without waiting for the web service to finish. Then when our web service
finishes, we would notify the client somehow that their either their requ
ps.
Matthias Wimmer
-Original Message-
From: Kevin Sebastian [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 26, 2002 5:16 PM
To: [EMAIL PROTECTED]
Subject: SOAP Messaging - SOAPConnection call failes
Hi,
I have a servlet running on Tomcat which returns a SOAP message from its
doPost
Hi,
I have a servlet running on Tomcat which returns a SOAP message from its
doPost() method.
I am trying to connect to the servlet using the point to point
request-response messaging
mechanism. I have written a java client for this.
The problem I face is, that the client connects to the
Hi,
I am trying to develop a messaging server servlet which uses the
MessageFactory to create a SOAPMessage
as follows:
MessageFactory myFactory = MessageFactory.newInstance();
But I get the following error during runtime :
javax.xml.soap.SOAPException: Unable to create message factory for
nv );
best regards
Matthias Wimmer
-Original Message-
From: Sunil Tripathy [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 13, 2002 7:58 PM
To: [EMAIL PROTECTED]
Subject: soap messaging question
Hi,
I am using Apache Soap/Axis to write a web service. I am using soap
messaging to
Hi,
I am using Apache Soap/Axis to write a web service. I am using soap
messaging to send a message to the service using soap message router. I want
to construct the soap message dynamically using java/xml. The message will
also have some documents as binary data (using base64 encoding). I want
used. :(
>
>sudhir
>
>- Original Message -
>From: "Andrew Vardeman" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Sent: Tuesday, May 21, 2002 12:14 PM
>Subject: Re: Does Apache support messaging?
>
>
> > At 08:12 PM 5/21/2002 +0100, you
what is the significance of call.setOperationStyle("rpc/document") then? I
am confused. :(
sudhir
- Original Message -
From: "Andrew Vardeman" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, May 21, 2002 12:14 PM
Subject: Re: Does Apache supp
At 08:12 PM 5/21/2002 +0100, you wrote:
>Thanks - I am sure that you may well be right. Does anyone know any
>sites I could look at which would help me figure out how to send simple
>SOAP messages?
there's a messaging example in the Axis samples
(xml-axis-beta2/samples/message) t
invoke the SOAP document based services. Correct me if I am wrong
>
> sudhir
>
> - Original Message -
> From: "Paul Hunnisett" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, May 21, 2002 4:06 AM
> Subject: Does Apache support messa
y 21, 2002 4:06 AM
Subject: Does Apache support messaging?
>
> I hope this isn't a really stupid question, but how far does Axis go in
> supporting messaging as opposed to RPC? I know I can do RPC, but what
> if I want to just send some XML as part of a SOAP message? If this is
>
I hope this isn't a really stupid question, but how far does Axis go in
supporting messaging as opposed to RPC? I know I can do RPC, but what
if I want to just send some XML as part of a SOAP message? If this is
supported can someone please let me know of any good resources in
learning h
cumstances? I'm working from code I found in
the samples/message directory, and that version of a messaging service has
this signature:
public Element[] myMethod(MessageContext msgC, Vector elems)
meanwhile, the samples/proxy service uses:
public Document myMethod(MessageContext msgCo
ot;Bernat, Mike"
cc:
Subject: Document style messa
Hi all,
Does anyone know how the specify the SOAPAction HTTP header when using the
document style JAXM interfaces to build the message?
Thanks in advance,
Mike
with, but this kind of thing warms the
cockles of my heart.
Thanks to all of you!
--Glen
- Original Message -
From: "Ramon Turnes" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, April 05, 2002 2:50 AM
Subject: RE: Messaging example?
>
>
> Hi,
&g
Hi AXIS Fans,
Is there any example or mechanism for using a WSDL file with
style="document" as input into a dynamic client. The getQuote1 method in the
stock quote sample is a good style="rpc" example, but I was hoping for a
document style example.
Thanks in advance,
Mike Bernat
;[EMAIL PROTECTED]'
> Subject: Messaging example?
>
>
> Where can I find more messaging examples? The
> samples.message.MessageService
> is not good enough. It doesn't explain what the method signature i
Where can I find more messaging examples? The samples.message.MessageService
is not good enough. It doesn't explain what the method signature is in
messaging service.
Thanks in advance.
Bear Stearns is not responsible fo
to an
arbitrary writer in an efficient way.
--Glen
> -Original Message-
> From: James McCarthy [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, March 12, 2002 7:27 PM
> To: [EMAIL PROTECTED]
> Subject: RE: document-style messaging and XML files
>
>
> Stan,
>
> I
Jim...
You are correct. With JAXM, you send the whole enchilada (envelope too).
Maybe this helps Steven, maybe not.
Stan
- Original Message -
From: "James McCarthy" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, March 12, 2002 5:27 PM
Subject: RE: do
Symmetry Solutions, Inc.
http://www.symmetrysolutions.com/
-Original Message-
From: Stan Jordan [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, March 12, 2002 12:51 PM
To: [EMAIL PROTECTED]
Subject: Re: document-style messaging and XML files
Steven...
Good question. You can do this with JAXM, and I
Steven...
Good question. You can do this with JAXM, and I would speculate that Axis
may eventually
support too.
Cheers.
Stan
- Original Message -
From: "Steven Gollery" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, March 12, 2002 10:32 AM
Subject: do
I've been working on a service that uses document-style messaging to
return an XML file as the body of the message: I parse the file into a
Document and return that as the return value of the service (I'm using
alpha 3: I know that in the nightly build I would be sending the root
elem
I used the message example in the nightly build to create my own
message application (creating soap body elements and putting them in
the call.invoke method). To add attachments to it, I use the method
addAttachmentPart from the call function. I was wondering if this is
how SOAP messaging with
to add attachments to my messages. How do I do that? Is
there an example of that?
What suprises me is that there is a lot of examples available for RPC
but not for messaging, although I heard several times that messaging
is the way to go (see http://www.vbws.com/tutors/rpcmsg/rpcmsg.aspx).
The
Click here and search for 'axis
messaging'.
http://marc.theaimsgroup.com/?l=axis-user&r=1&w=2
- Original Message -
From:
[EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, March 01, 2002 5:52
AM
Subject: SOAP Messaging with Axis
Hi, How does S
Hi,
How does SOAP Messaging work with Axis ?
With method is called and how do I deploy such a service ?
Cheers,
Joost
Ramanathan...
I tried it, and also got an exception (below). It would appear that you
cannot deploy messaging service with jws.
Stan
I used nightly download Feb 22.
Method not found
Method name = e1
Service name = null
at
Hi,
I am trying to use axis messaging as JWS service (i.e drop-in service). I
dropped the MessageService.java as MessageService.jws in the webapps/axis/
directory in tomcat. I modified the URL in testMessage.java to point to
"http://localhost:8080/axis/MessageService.jws";. But when
Title: axis messaging sample
Jeff...
Get a recent nightly download, and look for
/xml-axis/samples/message.
Stan
- Original Message -
From:
Gunderson,
Jeff
To: '[EMAIL PROTECTED]'
Sent: Wednesday, February 20, 2002 7:38
AM
Subject: axis messaging samp
Title: axis messaging sample
Hi,
I found a messaging sample with Apache Soap but now I'm trying to convert to Axis. Does anyone have a messaging sample program for Axis?
Thanks much,
Jeff
mailto:[EMAIL PROTECTED]]
> Sent: Monday, February 18, 2002 4:45 AM
> To: [EMAIL PROTECTED]
> Subject: RE: Does axis support asychronous messaging?
>
>
> Isnt WSDL currently working ?
> Ive checked my AXIS Services via a open WSDL checker - also .NET
> accepted my W
orking right now.
> If you can add some code to make it work, it will be in AXIS sooner ;)
>
> > -Original Message-
> > From: Jeffrey Hau [mailto:[EMAIL PROTECTED]]
> > Sent: Monday, February 18, 2002 2:23 AM
> > To: [EMAIL PROTECTED]
> > Subj
age-
>>From: Jeffrey Hau [mailto:[EMAIL PROTECTED]]
>>Sent: Monday, February 18, 2002 2:23 AM
>>To: [EMAIL PROTECTED]
>>Subject: Re: Does axis support asychronous messaging?
>>
>>
>>Taras,
>>thanks for your reply. I just look through the api doc and
AM
> To: [EMAIL PROTECTED]
> Subject: Re: Does axis support asychronous messaging?
>
>
> Taras,
> thanks for your reply. I just look through the api doc and there is a
> invokeOneway method for client which is suppose to return
> immediately.
> Is this a non blo
builds?
thanks
Jeff
Taras Shkvarchuk wrote:
>What you want are non blocking calls.
>No. Currently Axis will block until response has arrived. It does however
>suppose async messaging, as in you do not have to complete an RPC session.
>You can submit a separate request to the serve
What you want are non blocking calls.
No. Currently Axis will block until response has arrived. It does however
suppose async messaging, as in you do not have to complete an RPC session.
You can submit a separate request to the server asking for your response, or
server can push response when its
Hi,
is it possible for a client to invoke a service, go do something else
and get the response from the service at an later stage? for example if
i have a service that's waiting for a resource, is it possible for me to
call the service first and check later if has got the resource and
meanwhil
When I try the messaging client, here's what I
get...
C:\xml-axis>java
samples.message.testMessage
Exception in thread "main" No 'methodName' option
was configured for the service 'MessageService'
What is wrong? I used the deployment
descriptor
When I try the messaging client, here's what I
get...
C:\xml-axis\samples\message>java
samples.message.testMessage
-lhttp://localhost:8080/axis/servlet/AxisServlet
Exception thrown in thread "main" The AXIS
engine could not find a target service to invoke! targetS
7;
Subject: RE: Problem with Messaging Example
I read somewhere SoapAction is ignored in Axis server. I have successfully
tested the message example. I was trying 01/30 nightly build. It didn't
work if I try the message example with Alpha3 drop.
Venkat
-Original Message-
Fr
esday, February 05, 2002 12:11 PM
To: [EMAIL PROTECTED]
Subject: RE: Problem with Messaging Example
I have made sure that the class is present in the WEB-INF/classes directory.
Inspite of that, I get this message. I am suspecting something in the
SOAPAction directive. Inspite of my attempts to set
arthi [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 05, 2002 11:59 AM
To: '[EMAIL PROTECTED]'
Subject: RE: Problem with Messaging Example
Romin,
Make sure you have copied the samples/message/MessageService.class to
WEB-INF/classes directory. Or somehow make this class ava
: Romin Irani [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 04, 2002 10:46 PM
To: [EMAIL PROTECTED]
Subject: Problem with Messaging Example
Hi,
I have been trying to run the Messaging example given in samples/message
directory. The service (MessageService) deployed successfully, but when I
try to
Hi,
I have been trying to run the Messaging example given in samples/message
directory. The service (MessageService) deployed successfully, but when I
try to run the testMessage client, I get the following error:
Exception in thread "main" java.lang.NoSuchMethodExcept
Hi,
I have been trying to run the Messaging example given in samples/message
directory. The service (MessageService) deployed successfully, but when I
try to run the testMessage client, I get the following error:
Exception in thread "main" java.lang.NoSuchMethodExcept
81 matches
Mail list logo