> I am looking for an example Jaca SOAP client that will aloow me to
> sent a preformatted XML file. I want to send a SOAP message that I
> have already created I do not want to create the SOAP message in Java,
> just send what I already have.
In that case (Http)URLConnection should be able to do what you want.
Arne
Ian Wilson - 15 Mar 2007 10:51 GMT
>> I am looking for an example Jaca SOAP client that will aloow me to
>> sent a preformatted XML file. I want to send a SOAP message that I
>> have already created I do not want to create the SOAP message in Java,
>> just send what I already have.
>
> In that case (Http)URLConnection should be able to do what you want.
Suggestion for anyone for whom comp.lang.java.* is a first resort:
1) Cut the phrase "example Jaca SOAP client" from DougJrs posting and
paste it into Google.
2) Google says "Did you mean 'example Java SOAP client'?"
3) Click that
4) The first result shows how to do what DougJrs wants.
How come there are people out there who don't use Google?
It is faster than newsgroups and can even be used to find the answer to
a very similar question posted in this newsgroup yesterday.