Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This document is updated routinely to reflect the current version of the USPS SOAP service.
Links to the latest version of this document can be obtained from the SSDT Public Wiki site at:http https://wiki.ssdt.oecn.k12.oh.us/index.php?title=USPS_SOAP_Developers_Guide-ohio.org/x/EBMO

Resources

This document does not represent the complete documentation for the USPS SOAP service. The actual API documentation is contained in the WSDL, the USPS XML Schema and the OECN RPC XML schema. These documents are available from the the actual installation of the USPS SOAP service. Developers can find the current development version of the documents at: http://devel.ssdt.nwoca.org/uspssoap/

...

  • resourceType defines the type of resource being requested (e.g. "W2", "check", "resume").
  • p1 thru pN are optional positional parameters which may be used to define the requested resource.

    Panel

    field=value are named parameters passed as query string fields which may be used to define the requested resource. For example "employee.id" and "tax.year" might be used to define a "W2" resource. A wild card ("") may be specified for a variable to request a list of matching documents that are available.

...

HTML Table
border1
Table Row (tr)
Table Head (th)
You type
Table Head (th)
Looks like
Table Row (tr)
Table Cell (td)
valigntop

UWC_TOKEN_START~1292862896731~UWC_TOKEN_END

Table Cell (td)
 
Table Row (tr)
Table Cell (td)
valigntop

Or with line numbering:
UWC_TOKEN_START~1292862896732~UWC_TOKEN_END

Table Cell (td)
 
HTML Table
border1
 
Table Head (th)
Request
Table Head (th)
Response
Table Row (tr)
 
Table Cell (td)
/resource/W2?employee.id=EMP0001&tax.year=2008
Table Cell (td)
Content-type: application/pdf
Table Row (tr)
 
Table Cell (td)
/resource/W2?employee.id=EMP0001&tax.year=4008
Table Cell (td)
HTTP 404 Response (not found)
Table Row (tr)
 
Table Cell (td)
valigntop
/resource/W2?employee.id=EMP0001&tax.year=*
Table Cell (td)

Returns all URL's found for the specified employee

Panel

Content-type: text/x-resources
Body:
http://host/uspssoap/resource/W2?employee.id=EMP0001&tax.year=2007
http://host/uspssoap/resource/W2?employee.id=EMP0001&tax.year=2008
. . .

Table Row (tr)
 
Table Cell (td)
valigntop
/resource/W2?employee.id=*&tax.year=2008
Table Cell (td)

Returns all URL's for all documents for the specified year

Panel

Content-type: text/x-resources
Body:
http://host/uspssoap/resource/W2?employee.id=EMP0001&tax.year=2008
http://host/uspssoap/resource/W2?employee.id=EMP0002&tax.year=2008
http://host/uspssoap/resource/W2?employee.id=EMP0003&tax.year=2008
http://host/uspssoap/resource/W2?employee.id=EMP0004&tax.year=2008
. . .

Table Row (tr)
 
HTML Table
border1
Table Head (th)
 
Table Head (th)
Footnotes
Table Row (tr)
Table Cell (td)
1
Table Cell (td)
WS-I is a trademark of the Web Services-Interoperability Organization in the United States and other countries.