You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wsrp4j-user@portals.apache.org by st...@wachovia.com on 2005/08/08 16:04:28 UTC

working wsrp4j build

Does anyone have a working wsrp4j build that they can
zip up and email to me at stevelibonati@yahoo.com? 
The build from CVS does not seem to function properly. 

In response to this request :
POST /wsrp/wsrp4j/WSRPServiceDescriptionService
HTTP/1.0

Content-Type: text/xml; charset=utf-8

Accept: application/soap+xml, application/dime,
multipart/related, text/*

User-Agent: Axis/1.1

Host: localhost:8081

Cache-Control: no-cache

Pragma: no-cache

SOAPAction:
"urn:oasis:names:tc:wsrp:v1:getServiceDescription"

Content-Length: 402



<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 <soapenv:Body>
  <getServiceDescription
xmlns="urn:oasis:names:tc:wsrp:v1:types">
   <registrationContext xsi:nil="true"/>
  </getServiceDescription>
 </soapenv:Body>
</soapenv:Envelope>



All I get back is this :


HTTP/1.1 200 OK

Content-Type: text/xml;charset=utf-8

Date: Fri, 05 Aug 2005 19:59:25 GMT

Server: Apache-Coyote/1.1

Connection: close



<?xml version="1.0"
encoding="utf-8"?><soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance
"><soapenv:Body><getServiceDescriptionResponse
xsi:nil="true"
xmlns="urn:oasis:names:tc:wsrp:v1:types"/></soapenv:Body></soapenv:Envelope>
 

Re: working wsrp4j build

Posted by ws...@gmx-topmail.de.
Hi,

>> Does anyone have a working wsrp4j build that they can
>> zip up and email to me at stevelibonati@yahoo.com?
>> The build from CVS does not seem to function properly.

You can find the zip-file at the URL mentioned below.

> Rather than emailing around working snapshots, how about if the Wiki had 
> a page to collect links to and information about such snapshots?  A 
> handful of working snapshots with evolving documentation of their 
> relative merits and foibles could be a valuable resource.  (And help to 
> bridge the gap until post-incubation general audience releases of this 
> project.  And relieve pressure on the CVS head by providing a "more 
> stable" way to distribute WSRP4j for consumption.)
> 
> http://wiki.apache.org/portals/WSRP4J/WorkingSnapshots

regards

Michel

Re: working wsrp4j build

Posted by Andrew Petro <an...@yale.edu>.
> Does anyone have a working wsrp4j build that they can
> zip up and email to me at stevelibonati@yahoo.com?
> The build from CVS does not seem to function properly.


Rather than emailing around working snapshots, how about if the Wiki had 
a page to collect links to and information about such snapshots?  A 
handful of working snapshots with evolving documentation of their 
relative merits and foibles could be a valuable resource.  (And help to 
bridge the gap until post-incubation general audience releases of this 
project.  And relieve pressure on the CVS head by providing a "more 
stable" way to distribute WSRP4j for consumption.)

http://wiki.apache.org/portals/WSRP4J/WorkingSnapshots

Andrew